[Mesa-dev] [PATCH v2 0/4] glsl misc cleanups and improvements
Nicolai Hähnle
nhaehnle at gmail.com
Mon Jul 3 12:34:31 UTC 2017
From: Nicolai Hähnle <nicolai.haehnle at amd.com>
Hi all,
This is v2 of the remaining part of my recent GLSL misc cleanup series.
Patch 1 uses perhaps a bit more ceremony than usual now, but it does
look much nicer at the call sites.
Patch 2 is unchanged; Timothy was okay with it, but Ian was still
thinking about it, so why not give it a few more days.
Patch 3 now uses rzalloc instead of a padding field that is likely to
go out of sync.
Please review!
Cheers,
Nicolai
--
src/compiler/Makefile.am | 1 +
src/compiler/glsl/blob.c | 12 ++++
src/compiler/glsl/linker.cpp | 125 ++++++++++++++++++++++++++--------------
src/mesa/program/ir_to_mesa.cpp | 11 ++--
4 files changed, 101 insertions(+), 48 deletions(-)
--
2.9.3
More information about the mesa-dev
mailing list