summaryrefslogtreecommitdiff
path: root/tests/texturing/max-texture-size.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-29max-texture-size: Really test GL_PROXY_TEXTURE_RECTANGLEJon TURNEY1-2/+2
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-03-04max-texture-size: fix size reported in error messageBrian Paul1-1/+1
2014-03-04max-texture-size: test glTexSubImage2D() for GL_TEXTURE_RECTANGLE tooBrian Paul1-0/+3
2014-02-05max-texture-size: Cut SubImage data allocation by 1/4.Kenneth Graunke1-1/+1
2014-02-05max-texture-size: Fix weird formatting.Kenneth Graunke1-10/+8
2014-02-05max-texture-size: Change variable to uint64_t rather than casting.Kenneth Graunke1-7/+4
2014-02-05max-texture-size: Report SKIP and stop on GL_OUT_OF_MEMORY errors.Kenneth Graunke1-76/+26
2014-02-05max-texture-size: Convert to using subtests.Kenneth Graunke1-19/+24
2014-02-05max-texture-size: Remove loop over boolean value.Kenneth Graunke1-27/+19
2014-02-05max-texture-size: Move texture creation into non-proxy case.Kenneth Graunke1-16/+7
2014-02-05max-texture-size: Use "goto out" to avoid duplicating clean up code.Kenneth Graunke1-35/+24
2014-02-05max-texture-size: Delete copy and pasted error checking from proxy test.Kenneth Graunke1-35/+8
2014-02-05max-texture-size: Split ValidateTexSize into proxy/non-proxy functions.Kenneth Graunke1-175/+199
2014-02-05max-texture-size: Make error checking in proxy/3D case like the others.Kenneth Graunke1-4/+1
2013-10-08max-texture-size: improve error message infoBrian Paul1-1/+2
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2012-12-11max-texture-size: Fix memory leak.Vinson Lee1-0/+1
2012-12-09max-texture-size: Do not allocate memory for an unexpected target.Vinson Lee1-0/+4
2012-11-06texturing: remove config.window_width/height assignmentsBrian Paul1-2/+0
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-18max-texture-size: remove unnecessary GL callsBrian Paul1-10/+0
2012-09-11max-texture-size: asst. formatting, etc. fixesBrian Paul1-25/+24
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-23max-texture-size: allow INVALID_VALUE if first TexImage fails with OUT_OF_MEMORYMarek Olšák1-8/+22
2012-06-20tests: Let each test define main()Chad Versace1-2/+4
2012-03-19Add test to verify large textures are handled correctly in mesaAnuj Phogat1-0/+443