summaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-3d.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-28fbo: set KHR_no_error compatibility for remaining fbo testsTimothy Arceri1-0/+1
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru1-2/+4
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2013-12-02all.tests: make FBO tests concurrentMarek Olšák1-0/+1
2013-12-02Always bind piglit_winsys_fbo instead of 0Marek 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/+5
2012-05-19tests: Remove use of glutExtensionSupportedChad Versace1-1/+1
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2010-12-29fbo-3d: Remove GL_EXT_texture3D requirement.Vinson Lee1-1/+0
2010-10-01fbo-3d: Require GL_EXT_framebuffer_object.Vinson Lee1-0/+1
2010-09-30fbo tests: use piglit_probe_rect_* when appropriateMarek Olšák1-10/+2
2010-08-16fbo-3d: fix for non-NPOTLuca Barbieri1-2/+4
2010-05-04fbo-3d: fix, add commentsBrian Paul1-1/+7
2010-04-20fbo-3d: don't push matrices in piglit_ortho_projection() callBrian Paul1-1/+1
2010-02-04piglit/fbo-3d: Fix the texture to pot depth.Pauli Nieminen1-1/+4
2009-12-29fbo: Move tests to the framework.Eric Anholt1-51/+12
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt1-12/+0
2009-08-25Silence MSVC C4255 warnings.Vinson Lee1-1/+1
2009-08-18fbo: Add glutKeyboardFunc.Vinson Lee1-0/+1
2009-08-18fbo: Correct window names.Vinson Lee1-1/+1
2009-08-08fbo-3d: as written this test requires ARB_texture_non_power_of_twoDave Airlie1-0/+1
2009-07-02fbo-3d: Fix compile errors with MSVC.Vinson Lee1-0/+3
2009-05-21Reorder includes in fbo tests.Vinson Lee1-4/+4
2009-04-30Warnings cleanup, resulting in a number of actual bugfixes.Eric Anholt1-20/+9
2009-04-24Mac OS fixes for fbo testsVinson Lee1-0/+4
2009-04-23Add a test for drawing to 3D texture FBOs.Eric Anholt1-0/+237