gallium: print warning rather than assert(0) for LOG/EXP opcodes
[mesa.git] / progs /
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...
2007-07-11 BrianImprove this demo in a few ways.
2007-07-11 Brianremove glDepthFunc(GL_LEQUAL) change from prev commit
2007-07-10 Brianclean-up, comments
2007-07-10 Brianpress 'f' to toggle GL_CCW/GL_CW front face
2007-07-10 Brianuse 'c' to cycle through polygon cull modes
2007-07-10 Brianuse cursor keys to translate triangle
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 Xavier Bachelotcall glutInit(), bug 11486
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 Briansupport more modes, added -f cmd line option
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 Brianuse larger point/sprite size
2007-06-25 Brianbetter triangle Z coords
2007-06-22 BrianRandom state-change / primitive rendering. Good for...
2007-06-20 Briantriangles w/ depth test
2007-06-20 Briandon't request GLUT_ALPHA
2007-06-18 Brianchange clear color
2007-06-14 Keith WhitwellAdd GLUT_ALPHA for softpipe
2007-06-08 Brianfix glReadPixels parameters to handle odd-width windows...
2007-06-08 Briandisable shader program before glDrawPixels
2007-06-07 Ian RomanickAdd support for shadow mapping with vertex and fragment...
2007-06-07 Ian RomanickRefactor shadow map modelview and projection code
2007-06-07 Ian RomanickRemove '#if defined' tests for ARB extensions.
2007-05-29 Brianuse glXGetProcAddress to get extension funcs
2007-05-24 Keith WhitwellModifications to run with softpipe test harness
2007-05-22 Brianset texcoords depending on GLX_Y_INVERTED_EXT
2007-05-19 BrianGLX_EXT_texture_from_pixmap test
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickAdd simple program to test GL_MESA_texture_array.
2007-05-09 BrianTweak the shell scripting for descending into and build...
2007-05-08 Brianremove some debug code
2007-05-08 Briana somewhat nicer demo w/ command line options
2007-05-03 Brianget rid of normal vector
2007-05-03 Brianget rid of OSMESA stuff
2007-05-03 BrianNew test of the dFdx(), dFdy() functions.
2007-04-27 Brianadded glGetActiveAttrib
2007-04-26 BrianWindows updates
2007-04-26 Brianmove #include <GL/glut.h> after other #includes for...
2007-04-26 Brianuse sqrt(), not sqrtf() for Windows
2007-04-21 Ian RomanickFix FBO completeness bug in shadowtex.
2007-04-21 Briandestroy window upon exit
next