Re: [Mesa-dev] [PATCH v2 00/12] gallium: normalize CONST file accesses to 2D

2017-08-28 Thread Gert Wollny
I've tested this on r600g (piglit/shader and a bunch of games) and Unigine benchmarks, no problems found. For the series Tested-by: Gert Wollny Am Montag, den 28.08.2017, 10:58 +0200 schrieb Nicolai Hähnle: > Hi all, > > This series changes all CONST accesses to be two-dimensional, i.e. > CONS

[Mesa-dev] [PATCH v2 00/12] gallium: normalize CONST file accesses to 2D

2017-08-28 Thread Nicolai Hähnle
Hi all, This series changes all CONST accesses to be two-dimensional, i.e. CONST[buf][vec_index]. Relative to v1, the changes are: - added patches 3 & 4 and fix patch 6 to fix piglit regressions - add Timothy's suggestions to patch 12 Cheers, Nicolai -- src/gallium/auxiliary/hud/hud_context.c