summaryrefslogtreecommitdiff
path: root/tests/texturing/cubemap.c
AgeCommit message (Expand)AuthorFilesLines
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-08-03texturing/cubemap: Move GL_ARB_texture_cube_map check earlier.Kenneth Graunke1-1/+2
2011-07-31tests/texturing/cubemap: Add a "npot" command line option.Kenneth Graunke1-10/+19
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2010-04-09unused variable warnings fixups.Eric Anholt1-2/+0
2010-02-10cubemap, fbo-cubemap: Don't test 2x2 or 1x1 mipmap levels.Eric Anholt1-8/+1
2009-10-27cubemap: Handle window resize.Eric Anholt1-12/+2
2009-10-27cubemap: convert the test to the framework.Eric Anholt1-43/+15
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt1-9/+0
2009-08-25Silence MSVC C4255 warnings.Vinson Lee1-2/+2
2009-07-21cubemap: Fix compile errors with MSVC.Vinson Lee1-4/+25
2009-05-20Remove unistd.h header from texturing tests.Vinson Lee1-1/+0
2009-05-12cubemap: Make the failure printout a little more informative.Eric Anholt1-2/+4
2009-05-12cubemap: Do visualization of all the mipmap levels at once.Eric Anholt1-49/+42
2009-05-05Replace a copy of piglit_probe_pixel_rgb with the function call.Eric Anholt1-36/+5
2009-04-30Warnings cleanup, resulting in a number of actual bugfixes.Eric Anholt1-3/+3
2009-04-24Mac OS fixes for texturing testsVinson Lee1-0/+4
2009-04-23Add a simple test for drawing to the faces of a cube map FBO.Eric Anholt1-68/+7
2008-06-30Cleanup/Code sharing: Use piglit-util functions in a number of placesNicolai Haehnle1-7/+1
2008-06-07r300-specific test r300/cubemap-relaxNicolai Haehnle1-3/+11
2008-06-06texturing/cubemap: Control size and mipmapping in demo mode via keyboard.Nicolai Haehnle1-2/+31
2008-03-21Fix 1x1 size in the cube mapping test.Eric Anholt1-4/+8
2008-03-19Add a test for ARB_texture_cube_mapEric Anholt1-0/+376