Re: [Mesa-dev] [PATCH] ARB_Uniform_Buffer_Object: layout(std140) test

2011-12-05 Thread Eric Anholt
On Mon, 5 Dec 2011 17:06:00 +0100, Vincent Lejeune wrote: Nice start! I love that this just takes a chunk of the spec and tests it. Just a few little comments. One is that the all.tests line to get your new testcase executed is missing. Since this test doesn't do any drawing, it should be a

[Mesa-dev] [PATCH] ARB_Uniform_Buffer_Object: layout(std140) test

2011-12-05 Thread Vincent Lejeune
--- tests/spec/CMakeLists.txt |1 + .../arb_uniform_buffer_object/CMakeLists.gl.txt| 17 ++ .../spec/arb_uniform_buffer_object/CMakeLists.txt |1 + .../arb_uniform_buffer_object/standard-layout.c| 169 4 files changed, 188 insertion