diff options
author | Eric Anholt <eric@anholt.net> | 2011-06-17 13:15:08 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2011-06-28 09:47:05 -0700 |
commit | 8d4ee6162e8d4210e3746ef3e18666a0365727ad (patch) | |
tree | 4ebadc5b4fbbaddd5424fc87fabc78acf16bef0e /tests/all.tests | |
parent | cc7cb35c3688b7606d26677a1300fb2e5fbdb7b6 (diff) |
ARB_vertex_buffer_object/mixed-immediate-and-vbo: New test for #37934.
Diffstat (limited to 'tests/all.tests')
-rw-r--r-- | tests/all.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests index 2845d8ed0..3f783e101 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -887,6 +887,7 @@ add_texwrap_test2(arb_texture_compression, '2D', 'GL_COMPRESSED_RGBA') arb_vertex_buffer_object = Group() spec['ARB_vertex_buffer_object'] = arb_vertex_buffer_object arb_vertex_buffer_object['elements-negative-offset'] = PlainExecTest(['arb_vertex_buffer_object-elements-negative-offset', '-auto']) +arb_vertex_buffer_object['mixed-immediate-and-vbo'] = PlainExecTest(['arb_vertex_buffer_object-mixed-immediate-and-vbo', '-auto']) ext_framebuffer_object = Group() spec['EXT_framebuffer_object'] = ext_framebuffer_object |