summaryrefslogtreecommitdiff
path: root/tests/texturing/texsubimage.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-03Add piglit_equal_images_update_rgba8 to piglit-util-glNicolai Hähnle1-24/+4
2015-10-05texsubimage: use piglit utility block dimension functionNanley Chery1-45/+2
2015-01-13texsubimage: Optionally use a PBO for the subimage uploadNeil Roberts1-12/+36
2015-01-09texsubimage: Test GL_ARB_texture_cube_map_arrayNeil Roberts1-4/+67
2015-01-08texsubimage: Add tests for array texturesNeil Roberts1-25/+112
2014-12-18texsubimage: Update the textures with different valuesNeil Roberts1-52/+145
2014-12-18texsubimage: Render all of the images of a 3D textureNeil Roberts1-7/+28
2014-12-18texsubimage: Fix updating a sub-region of a 3D textureNeil Roberts1-1/+1
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-04-29texsubimage: use default window sizeBrian Paul1-2/+0
2013-09-27texsubimage: use piglit_get_gl_enum_name()Brian Paul1-2/+2
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace1-0/+2
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-4/+7
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
2012-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-3/+4
2011-10-13texsubimage: test glTexSubImage()Brian Paul1-0/+401