Re: [Mesa-dev] [PATCH v2] i965/vec4/nir: add nir_intrinsic_memory_barrier support

2015-09-29 Thread Francisco Jerez
Samuel Iglesias Gonsalvez writes: > Fix OpenGL ES 3.1 conformance tests: advanced-readWrite-case1-vsfs > and advanced-matrix-vsfs. > > v2: > - Fix SHADER_OPCODE_MEMORY_FENCE emission and the allocation of 'tmp' > (Francisco). > > Signed-off-by: Samuel Iglesias Gonsalvez > Tested-by: Tapani Päl

[Mesa-dev] [PATCH v2] i965/vec4/nir: add nir_intrinsic_memory_barrier support

2015-09-29 Thread Samuel Iglesias Gonsalvez
Fix OpenGL ES 3.1 conformance tests: advanced-readWrite-case1-vsfs and advanced-matrix-vsfs. v2: - Fix SHADER_OPCODE_MEMORY_FENCE emission and the allocation of 'tmp' (Francisco). Signed-off-by: Samuel Iglesias Gonsalvez Tested-by: Tapani Pälli Cc: Francisco Jerez --- src/mesa/drivers/dri/i