summaryrefslogtreecommitdiffstats
path: root/progs/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove CVS keywords.José Fonseca2008-05-2612-13/+0
* Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer2008-05-211-2/+31
|\
| * add new binaries to ignore to make 'git status' cleanerZack Rusin2008-05-201-1/+22
| * Ignore more generated files in progs/Dan Nicholson2008-05-201-1/+9
* | disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept...Brian Paul2008-05-081-0/+1
|/
* Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul2008-05-031-7/+25
* set TextureID = NULL after deleting the arrayBrian Paul2008-05-021-0/+1
* mesa: explicitly delete textures before creating new onesBrian Paul2008-04-281-1/+12
* mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)Brian Paul2008-04-112-0/+224
* mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)Brian Paul2008-04-102-0/+193
* test glStencilFuncSeparateATI()Brian2008-04-041-0/+26
* mesa: added a cast to avoid int overflow, plus rename texels->pixelsBrian2008-04-011-4/+4
* mesa: measure fill rate for drawing a large quad with basic shading/texture m...Brian2008-04-012-0/+211
* mesa: minor code re-orgBrian Paul2008-03-211-24/+39
* better text labelsBrian Paul2008-03-191-9/+16
* mesa: new mipmap generation, lod bias demoBrian Paul2008-03-172-0/+250
* Added calibrate_rast.c programBrian2008-02-282-0/+396
* Remove files of unsupported build systems.José Fonseca2008-02-251-84/+0
* Test calling glTexSubImage2D mid-way through a frame.Brian2008-02-202-0/+224
* Added minmag.c testBrian2008-02-162-0/+199
* Fix broken test.Brian2008-02-121-17/+40
* Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian2008-02-121-2/+2
* tweak incr/decrements amounts for keyboard optionsBrian2008-02-121-6/+6
* Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
* Random state-change / primitive rendering. Good for hammering on a driver...Brian2007-06-212-0/+458
* fix glReadPixels parameters to handle odd-width windows correctlyBrian2007-06-081-2/+3
* disable shader program before glDrawPixelsBrian2007-06-081-6/+10
* Add simple program to test GL_MESA_texture_array.Ian Romanick2007-05-162-0/+344
* merge of glsl-compiler-1 branchBrian2007-03-262-0/+307
|\
| * extra stuff for drawbuffers testBrian2007-03-121-0/+8
| * added drawbuffers.cBrian2007-03-111-0/+1
| * Test the GL_ARB_draw_buffers extension.Brian2007-03-111-0/+298
* | destroy window on exitBrian2007-03-251-1/+3
|/
* destroy window during cleanupBrian2007-03-062-2/+7
* fix clipping, display name, warningsBrian2007-03-011-10/+12
* mipmap_limits: Fix display of current texture filtering mode.Michel Dänzer2006-12-141-1/+1
* Make git ignore files only generated at build time.Michel Dänzer2006-12-061-0/+0
* fix the gl version testRoland Scheidegger2006-11-221-4/+4
* test OpenGL 2.0 stencil funcsBrian Paul2006-11-021-5/+83
* npot version of redbook/mipmap.cKeith Whitwell2006-09-152-0/+185
* make prog2 a legal program (texture reference fix)Brian Paul2006-08-301-1/+1
* delete buffers, destroy window upon exitBrian Paul2006-08-251-1/+13
* Add test for GL_EXT_gpu_program_parameters.Ian Romanick2006-08-152-0/+286
* exercise min/max lodKeith Whitwell2006-06-211-2/+21
* exercise position invarient vertex programKeith Whitwell2006-06-211-6/+1
* removed incorrect const qualifierBrian Paul2006-06-132-2/+2
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-123-0/+384
* fix extension_supported() function, added commentsBrian Paul2006-05-311-4/+18
* print 2D vs 3D in windowBrian Paul2006-05-191-2/+9
* also test 3D textures (press '2'/'3' to toggle)Brian Paul2006-05-191-8/+44