Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / progs /
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulmesa: call glutDestroyWindow()
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulmesa: call glutDestroyWindow()
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-16 Brian Paulmesa: call glutDestroyWindow() on exit to help find...
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Brian Pauldisable GL_DEPTH_TEST before glDrawPixels in case windo...
2008-05-07 Brian Paulmesa: document a/s keys
2008-05-07 Brian Paulmesa: add texturing to thread test
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-03 Brian PaulPress <space> to reset limit/bias values, clean-up...
2008-05-02 Brian Paulset TextureID = NULL after deleting the array
2008-04-30 Brian Pauladded xdemos/sharedtex.c test
2008-04-29 Brian Pauldisable GL_TEXTURE_1D at end of frame to fix failed...
2008-04-28 Brian Paulmesa: explicitly delete textures before creating new...
2008-04-24 Keith Whitwelltrivial: simple edgeflag test
2008-04-23 Keith Whitwellmesa: add dedicated point-wide-smooth test, restore...
2008-04-11 Brian Paulmesa: new Z-compositing test (glDrawPixels(GL_DEPTH...
2008-04-11 Brian Pauladd missing glViewport calls
2008-04-11 Brian Paulmesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)
2008-04-05 Brianmesa: test code to exercise more GLSL functions
2008-04-05 Brianmesa: added more ext funcs (from Mesa/master)
2008-04-04 Brianmesa: add missing glPush/PopMatrix() calls
2008-04-04 Brianmesa: add missing glPush/PopMatrix() calls
2008-04-04 Briantest glStencilFuncSeparateATI()
2008-04-01 Brianmesa: added a cast to avoid int overflow, plus rename...
2008-04-01 Brianmesa: measure fill rate for drawing a large quad with...
2008-04-01 Brianmesa: destroy window upon exit
2008-03-24 Brian Paulmesa: call glutDestroyWindow (help find mem leaks)
2008-03-21 Brian Paulmesa: minor code re-org
2008-03-19 Brian Paulbetter text labels
2008-03-17 Brian Paulmesa: new mipmap generation, lod bias demo
2008-03-14 Brian Paulmesa: call glColorMask(1,1,1,1) before glClear()
2008-02-29 BrianAdded calibrate_rast.c program
2008-02-28 José FonsecaConvert crlf->lf line endings.
2008-02-25 BrianAdded line smooth test
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-02-25 José FonsecaUpdate git ignores.
2008-02-20 BrianTest calling glTexSubImage2D mid-way through a frame.
2008-02-16 BrianAdded minmag.c test
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 Briangallium: new pgon-mode.c test
2008-02-12 BrianFix broken test.
2008-02-12 BrianSet Min/MaxLod with glTexParameterf, not glTexParameteri
2008-02-12 Brianpress 0,1,2,etc keys for specific bias values
2008-02-12 Briantweak incr/decrements amounts for keyboard options
2008-01-28 Brianpush out far clip plane to 200
2008-01-28 BrianAdded d/D keys to change viewing distance, 'a' to toggl...
2008-01-17 José Fonsecagallium: Ignore generated files.
2007-12-19 Keith Whitwellvp-tri: match vertex/color data of other tests
2007-12-19 Keith Whitwelluse a depth buffer temporarily
2007-12-17 Zack RusinAdd the new test program for fp's.
2007-12-13 Zack RusinDon't generate spurious vs, move the enable a bit to...
2007-12-11 Zack RusinRedo the fragment program examples to match vp's
2007-12-11 Zack RusinAdd a simple fps counter to the example
2007-12-11 Brianset window size to 256x256
2007-12-09 Keith Whitwellgallium: more trivial tests
2007-12-09 Keith Whitwellgallium: remove unneeded depth buffer
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-10-27 michalFix fragment shader.
2007-10-27 michalOptimize fragment program.
2007-10-25 José FonsecaIgnore generated files.
2007-10-25 Zack RusinImplement loops
2007-10-25 Zack RusinFix nested conditionals
2007-10-25 Zack RusinTest some functionality of vp using GLSL that pure...
2007-09-29 Brianhack in some code to test loops, break
2007-09-29 Briantemporary hack to test nested conditionals
2007-09-18 Brianuse perspective projection, press r/R to rotate the...
2007-08-30 Brianmore usage info
2007-08-30 Briantest flat shading w/ clipping
2007-08-14 Brianvars to test 1D/2D textures with linear/nearest filtering
2007-08-14 Brianadded pixelzoom cmd line opt
2007-08-13 BrianDraw white square in lower-left corner to test orientation
2007-08-10 BrianglRead/DrawPixels test
2007-08-10 Brianchange triangle orientation, fix exit()
2007-08-08 rootincrease texture size to 32x32
2007-08-07 Keith WhitwellGutsy oopses on touch of existing file. Workaround.
2007-08-02 Brianadded clear-scissor.c
2007-08-02 Briantest glClear w/ scissor
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-26 Brianclamp float colors
2007-07-24 Brianadded code to test per-vertex colors
2007-07-24 Briansimple fragment shader test
2007-07-24 Brianfix logic error, typos
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-21 ZhangFix a number of MINGW32 issues
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-13 Brianpress 'f' to toggle front-face winding
2007-07-13 Brianpress 's' to toggle smoothing
2007-07-12 BrianAdded colormask, dither, multisample state. Implement...
next