summaryrefslogtreecommitdiff
path: root/tests/bugs
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-15Use GLEW for vp / fp code instead of piglit "pgl" wrappersIan Romanick1-2/+2
2009-10-12fdo23670-depth_test: Fix up and build as a piglit test.Vinson Lee2-5/+19
2009-10-12fdo23670-depth_test: Add test case from FDO bug 23670.Shuang He1-0/+94
2009-10-06Silence MSVC C4255 warnings.Vinson Lee1-1/+1
2009-09-29Move most piglit tests to using the framework.Eric Anholt4-113/+49
2009-09-29Rename the piglit-framework symbols that were both underscored and camelcased.Eric Anholt1-5/+5
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt13-135/+3
2009-09-22Add test for fdo bug #24066Nicolai Hähnle2-0/+80
2009-09-18fdo23670-drawpix_stencil: Fix up and build as a piglit test.Vinson Lee2-2/+34
2009-09-18fdo23670-drawpix_stencil: Add test case from FDO bug 23670.Shuang He1-0/+97
2009-09-02fdo23489: Fix up and build as a piglit test.Vinson Lee2-31/+43
2009-09-01fdo23489: Add test case from FDO bug 23489.Tormod Volden1-0/+45
2009-08-25Silence MSVC C4255 warnings.Vinson Lee4-5/+5
2009-07-17point-sprite: Fix compile errors with MSVC.Vinson Lee1-2/+2
2009-07-17fdo22540: Fix compile errors with MSVC.Vinson Lee1-3/+4
2009-07-17Remove mesautil library dependency for non-mesa tests.Vinson Lee1-1/+0
2009-07-16fdo22540: Remove glutGetProcAddress prototype.Vinson Lee1-2/+0
2009-07-16Point-sprite testBen Holmes2-0/+191
2009-07-16added test fdo22540 which draws using a vbo, then maps the vbo and checks for...Ben Holmes2-0/+127
2009-07-02fdo14575: Fix compile errors with MSVC.Vinson Lee1-0/+3
2009-05-19fdo20701.c: Use __FUNCTION__ instead of __func__ with MSVC.Vinson Lee1-1/+1
2009-05-15Reorder includes in bugs tests.Vinson Lee5-22/+22
2009-05-15Remove unistd.h header from bugs tests.Vinson Lee5-5/+0
2009-04-30Warnings cleanup, resulting in a number of actual bugfixes.Eric Anholt5-7/+5
2009-04-23check for GL_EXT_texture_mirror_clamp before testing mirror clamp modesBrian Paul1-3/+5
2009-04-22Fix printf in tex1d-2dborderVinson Lee1-1/+1
2009-04-21Assorted fixes for Mac OS.Vinson Lee8-0/+32
2009-03-18Remove unnecessary cruft from previous commitIan Romanick1-7/+0
2009-03-18Add simple test for fd.o bug #20701Ian Romanick2-0/+142
2009-02-14New test: crash-cubemap-orderNicolai Haehnle2-0/+65
2009-02-09more debug/fail info, added commentBrian Paul1-1/+4
2008-11-06Fixes for Cygwin by YaakovNicolai Haehnle1-2/+2
2008-07-27New test: bugs/crash-texparameter-before-teximageNicolai Haehnle2-0/+56
2008-06-29New test: bugs/tex1d-2dborderNicolai Haehnle2-0/+163
2008-06-08New test bug/r300-readcacheNicolai Haehnle2-0/+99
2008-02-28Add a test for bug #14575: deleting buffers while mapped assertion fails.Eric Anholt2-0/+92