[Mesa-dev] [PATCH 0/9] glsl&co: misc cleanups and improvements

Nicolai Hähnle nhaehnle at gmail.com
Mon Jun 26 09:40:38 UTC 2017


Hi all,

This is a bit of a random collection of small patches. What ties them 
together is that they're all vaguely related to the glsl code, and that they 
accumulated while I was working on ARB_gl_spirv. They do make sense 
individually though. I see no regressions here with assertions enabled on a 
piglit all run.

Please review!

Cheers,
Nicolai
--
 src/compiler/Makefile.am               |   2 +
 src/compiler/glsl/blob.c               |  12 +++
 src/compiler/glsl/ir_print_visitor.cpp |   2 +-
 src/compiler/glsl/linker.cpp           | 118 ++++++++++++-----------
 src/mesa/main/mtypes.h                 |   2 +
 src/mesa/program/ir_to_mesa.cpp        |  20 ++--
 src/mesa/state_tracker/st_program.h    |   1 -
 src/util/disk_cache.h                  |   2 +-
 8 files changed, 88 insertions(+), 71 deletions(-)



More information about the mesa-dev mailing list