summaryrefslogtreecommitdiff
path: root/tests/spec/arb_copy_buffer
AgeCommit message (Expand)AuthorFilesLines
2019-06-10arb_copy_buffer: NULL check for glMapBuffer outcomeAlejandro Piñeiro1-1/+1
2017-05-18arb_copy_buffer: set KHR_no_error compatibilityTimothy Arceri12-0/+12
2016-06-29arb_copy_buffer-intra-buffer-copy: new GL_ARB_copy_buffer testBrian Paul2-0/+96
2016-06-27arb_copy_buffer-subdata-sync: print expected values when there's a failureBrian Paul1-0/+6
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace11-11/+11
2013-11-13GL_ARB_copy_buffer: Add a test for syncing with glBufferData();Eric Anholt2-0/+108
2013-11-13GL_ARB_copy_buffer: Add a test for syncing with glBufferSubData().Eric Anholt2-0/+114
2012-11-06arb_copy_buffer: remove config.window_width/height linesBrian Paul8-16/+0
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace9-0/+18
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace9-36/+63
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace9-9/+9
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes1-4/+1
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič9-9/+9
2012-06-20tests: Let each test define main()Chad Versace9-19/+36
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-9/+9
2012-03-12cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.José Fonseca1-0/+1
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry1-1/+1
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-02-11ARB_copy_buffer/get: Check for ARB_copy_buffer earlier in the test.Vinson Lee1-2/+2
2012-02-09Use malloc instead of variable size arrays.José Fonseca1-2/+10
2012-02-08ARB_copy_buffer/get: New test for spec behavior.Eric Anholt2-0/+85
2012-02-08ARB_copy_buffer/targets: New test for spec behavior.Eric Anholt2-0/+163
2012-02-08ARB_copy_buffer/dlist: New test for spec behavior.Eric Anholt2-0/+103
2012-02-08ARB_copy_buffer/negative-bounds: New test for spec behavior.Eric Anholt2-0/+89
2012-02-08ARB_copy_buffer/negative-mapped: New test for spec behavior.Eric Anholt2-0/+75
2012-02-08ARB_copy_buffer/negative-bound-zero: New test for a bug in Mesa.Eric Anholt2-0/+73
2012-02-08ARB_copy_buffer/overlap: New test for a section of the spec.Eric Anholt2-0/+161
2012-01-05copybuffersubdata: use bool, piglit_require_extension()Brian Paul1-9/+9
2012-01-05copybuffersubdata: test GL_ARB_copy_buffer extensionBrian Paul2-0/+106
2011-12-26spec/arb_copy_buffer: Require OpenGL 1.5.Vinson Lee1-0/+4
2011-08-10spec/arb_copy_buffer: Add a new test for copy_buffer.Ben Widawsky3-0/+96