summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Collapse)Author
2008-06-18tests: Added a test for a strange bug in texstore_a8Jakob Bornecrantz
2008-05-26Remove CVS keywords.José Fonseca
2008-05-21Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer
2008-05-20add new binaries to ignore to make 'git status' cleanerZack Rusin
2008-05-20Ignore more generated files in progs/Dan Nicholson
Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted.
2008-05-08disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested ↵Brian Paul
depth buffer
2008-05-03Press <space> to reset limit/bias values, clean-up limit/bias printfBrian Paul
2008-05-02set TextureID = NULL after deleting the arrayBrian Paul
2008-04-28mesa: explicitly delete textures before creating new onesBrian Paul
Also, call glutDestroyWindow() upon exit.
2008-04-11mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)Brian Paul
2008-04-10mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)Brian Paul
2008-04-04test glStencilFuncSeparateATI()Brian
2008-04-01mesa: added a cast to avoid int overflow, plus rename texels->pixelsBrian
2008-04-01mesa: measure fill rate for drawing a large quad with basic shading/texture ↵Brian
modes
2008-03-21mesa: minor code re-orgBrian Paul
2008-03-19better text labelsBrian Paul
2008-03-17mesa: new mipmap generation, lod bias demoBrian Paul
Show each of the mipmap levels side-by-side. Press 's' to toggle quad scaling to see mipmap level at actual size.
2008-02-28Added calibrate_rast.c programBrian
Measures rasterization of points/lines/tris and suggests fixes/biases when something doesn't meet spec.
2008-02-25Remove files of unsupported build systems.José Fonseca
2008-02-20Test calling glTexSubImage2D mid-way through a frame.Brian
2008-02-16Added minmag.c testBrian
Test that different minification and magnification filters are chosen for the non-mipmapped texture case.
2008-02-12Fix broken test.Brian
As-is, if the texture was too large for the target, an assertion would fail. Now check proxy texture first and if it works, then test non-proxy target.
2008-02-12Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian
2008-02-12tweak incr/decrements amounts for keyboard optionsBrian
2007-10-29Rename 'mms-config.' to 'mms.config'.Michal Krol
It looks like Windows does not like filenames ending with a dot, in effect renaming it to 'mms-config'.
2007-06-21Random state-change / primitive rendering. Good for hammering on a driver...Brian
2007-06-08fix glReadPixels parameters to handle odd-width windows correctlyBrian
2007-06-08disable shader program before glDrawPixelsBrian
2007-05-16Add simple program to test GL_MESA_texture_array.Ian Romanick
2007-03-26merge of glsl-compiler-1 branchBrian
2007-03-25destroy window on exitBrian
2007-03-12extra stuff for drawbuffers testBrian
2007-03-11added drawbuffers.cBrian
2007-03-11Test the GL_ARB_draw_buffers extension.Brian
Also requires GL_EXT_framebuffer_object and OpenGL 2.0 (for GLSL).
2007-03-06destroy window during cleanupBrian
2007-03-01fix clipping, display name, warningsBrian
2006-12-14mipmap_limits: Fix display of current texture filtering mode.Michel Dänzer
2006-12-06Make git ignore files only generated at build time.Michel Dänzer
2006-11-22fix the gl version testRoland Scheidegger
2006-11-02test OpenGL 2.0 stencil funcsBrian Paul
2006-09-15npot version of redbook/mipmap.cKeith Whitwell
2006-08-30make prog2 a legal program (texture reference fix)Brian Paul
2006-08-25delete buffers, destroy window upon exitBrian Paul
2006-08-15Add test for GL_EXT_gpu_program_parameters.Ian Romanick
2006-06-21exercise min/max lodKeith Whitwell
2006-06-21exercise position invarient vertex programKeith Whitwell
2006-06-13removed incorrect const qualifierBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required.
2006-05-31fix extension_supported() function, added commentsBrian Paul
2006-05-19print 2D vs 3D in windowBrian Paul