summaryrefslogtreecommitdiff
path: root/tests/texturing/texsubimage.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03fbo-formats: Remove GLenum stringification macros.Fabian Bieler1-1/+1
2017-05-18tests: mark KHR_no_error compatible testsTimothy Arceri1-0/+1
2016-04-04texsubimage: Remove unnecessary clearTopi Pohjolainen1-1/+0
2016-04-04texsubimage: Add option to run against fixed regionTopi Pohjolainen1-2/+69
2016-04-04texsubimage: Move tex blit program setup higher in the dispatchTopi Pohjolainen1-31/+40
2016-04-04texsubimage: Move sub-region selection higher in the dispatchTopi Pohjolainen1-33/+59
2016-04-04texsubimage: Move texture size selection higher in the dispatchTopi Pohjolainen1-17/+25
2016-04-04texsubimage: Refactor single round for fixed regionTopi Pohjolainen1-50/+74
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