summaryrefslogtreecommitdiff
path: root/tests/bugs
AgeCommit message (Expand)AuthorFilesLines
2012-07-20fdo25614-genmipmap: fix gl version checkingMarek Olšák1-2/+2
2012-07-20crash-cubemap-order: check extension supportMarek Olšák1-0/+2
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič20-20/+20
2012-06-20tests: Let each test define main()Chad Versace20-53/+82
2012-05-23tests: Remove glutExtensionSupportedChad Versace2-3/+3
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-20/+20
2012-03-07Convert more older tests to use piglit-framework.c.Paul Berry5-107/+42
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry3-4/+4
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-02-25Convert older tests to use piglit-framework.cPaul Berry4-105/+39
2012-01-16Add test verifying glDrawBuffer with different buffer modesAnuj Phogat2-0/+164
2011-06-22fdo23670-drawpix_stencil: move piglit_ortho_projection() to piglit_display()Brian Paul1-2/+2
2011-05-13Make TIFF an optional dependency.José Fonseca1-1/+0
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák15-21/+21
2011-03-07cmake: Allow GL/glext.h to be specified separately.José Fonseca1-0/+1
2011-03-01hiz: renamed and improved r300-hiz-bugMarek Olšák2-247/+0
2011-02-25cmake: Each CMakeLists.txt that produces a target, rename to CMakeLists.gl.txtChad Versace2-39/+42
2011-02-25cmake: Don't add source dirs as link dirsChad Versace1-4/+0
2011-02-18vbo-buffer-unmap: exercise a VBO buffer unmap issueBrian Paul2-0/+92
2011-02-17Remove unnecessary OpenGL extension definesMarek Olšák1-11/+0
2011-02-17Import GLEWMarek Olšák1-2/+0
2011-01-04fdo20701: Report pass still if the driver claims the FBO is unsupported.Eric Anholt1-2/+4
2010-12-09fdo28551: Clear remaining errors before returning failure.Vinson Lee1-0/+1
2010-12-04fdo28551: Remove unused variable.Vinson Lee1-1/+1
2010-12-03fdo28551: also query GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPEBrian Paul1-1/+16
2010-11-26fdo31934: Convert to piglit test.Vinson Lee2-6/+20
2010-11-26fdo31934: Add test case from FDO bug 31934.Wiktor Janas1-0/+25
2010-11-25cmake: Link r300-hiz-bug with math library.Vinson Lee1-0/+3
2010-11-24r300-hiz-bug: new test for a HiZ bug that's currently in r300gMarek Olšák2-0/+244
2010-11-10fdo28551: Print out GL error on failure.Vinson Lee1-1/+5
2010-10-29fdo14575: Require GL_ARB_vertex_buffer_object for glGenBuffersARB.Vinson Lee1-0/+2
2010-10-19tri-tex-crash: new test for a specific bug in Mesa/Gallium/LLVMpipeBrian Paul2-0/+135
2010-09-30fdo23670-drawpix_stencil: use piglit_probe_rect_rgbMarek Olšák1-9/+2
2010-07-28bugs: Silence unused parameter warnings.Vinson Lee4-0/+12
2010-07-27bugs: Silence unused parameter warnings.Vinson Lee4-0/+12
2010-07-27fdo23489: Add static qualifers.Vinson Lee1-2/+2
2010-07-27fdo20701: Add static qualifier.Vinson Lee1-1/+1
2010-07-01fdo28551: Add symbol definitions for older distros.Vinson Lee1-0/+7
2010-06-15fdo28551: Require GL_ARB_framebuffer_object.Vinson Lee1-0/+2
2010-06-15Add test case for fdo28551 (glGetFramebufferAttachmentParameteriv)Kristian Høgsberg2-0/+57
2010-04-17fdo25614-genmipmap: Require OpenGL 1.3.Xavier Chantry1-0/+5
2009-12-14Add test to reproduce a portion of bug #25614Ian Romanick2-0/+149
2009-11-30point-sprite: Use piglit_checkerboard_texture utility functionIan Romanick1-50/+4
2009-11-29point-sprite: Use non-integral point sizesIan Romanick1-1/+1
2009-11-25point-sprite: Adjust default texture coordinateIan Romanick1-2/+7
2009-11-25point-sprite: Rearrange tests, run more testsIan Romanick1-52/+68
2009-11-25point-sprite: Minor changes / refactor to pave way for upcoming changesIan Romanick1-20/+22
2009-10-15fdo23670-*: Port both tests to frameworkIan Romanick2-83/+21