Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / progs / demos /
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-04-29 Brian Pauldisable GL_TEXTURE_1D at end of frame to fix failed...
2008-04-05 Brianmesa: test code to exercise more GLSL functions
2008-04-01 Brianmesa: destroy window upon exit
2008-03-24 Brian Paulmesa: call glutDestroyWindow (help find mem leaks)
2008-02-28 José FonsecaConvert crlf->lf line endings.
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-02-12 Brianpress 0,1,2,etc keys for specific bias values
2008-01-28 Brianpush out far clip plane to 200
2008-01-28 BrianAdded d/D keys to change viewing distance, 'a' to toggl...
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-09-29 Brianhack in some code to test loops, break
2007-09-29 Briantemporary hack to test nested conditionals
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
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-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 Brianuse larger point/sprite size
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-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
2007-04-16 Brianlots of changes, fixes, clean-ups
2007-04-11 Brianrestore 200x200 window size, animation, version check
2007-04-08 Brianfix some dependencies, remove some CFLAGS
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 Briandisable MakeTexture()
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-21 Briandisable assertion
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-01 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-28 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-28 Brians/ARB/MESA/ in extension check (bug 10126)
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-25 BrianRevert "option to test mipmapping"
2007-02-25 Brianoption to test mipmapping
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-21 BrianUse gl_LightSource[0].position intead of a light positi...
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-17 Brianminor fprintf() change
2007-01-17 Brianadd texturing, other options
2007-01-17 Xiang, Haihao Fix bug#9673
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 BrianUse extfuncs.h helper. Added command line options...
2006-12-13 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2006-12-11 Eric AnholtMerge branch 'origin' into crestline
2006-12-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-06 Michel DänzerMake git ignore files only generated at build time.
2006-11-03 Brian Pauladded fsligght
2006-11-03 Brian Paulyet another deriviative of the fplight.c demo for OpenG...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith Whitwellmerge the (rest of) texmem branch
2006-10-24 Ian RomanickAdd missing call to glutInit.
2006-09-23 Brian Paulallocate larger TempImage, use COMBO var to choose...
2006-08-28 Roland Scheideggermove initialization code aroudn so glPointParameter...
2006-08-28 Brian Paulcheck for GL_ARB_point_parameters
2006-08-02 Michal KrolChange fragment shader to utilize faster vec4 operations.
2006-08-01 Brian Paulcasts and assertions
2006-08-01 Brian Paulcode to draw engine block
2006-07-29 Michal KrolOptimize shaders.
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-07-12 Brian Paulcall glutDestroyWindow() to allow checking for mem...
2006-07-04 Brian PaulNew animated engine demo.
2006-06-30 Brian Paulremove occlude.c demo since GL_HP_occlusion_test no...
2006-06-26 Brian Pauluse trackball code for mouse rotation
2006-06-13 Michel DänzerFix command line parsing.
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-04-25 Michal KrolRemove carriage returns.
2006-04-13 Brian Paulcompile fix from Dan Schikore
2006-04-11 Brian Paulallow rotation w/ mouse
2006-04-06 Brian Paulre-enable animation
2006-04-06 Brian PaulAdded render to depth texture support with GL_EXT_frame...
2006-04-05 Brian Paulset the texture border color for the depth texture
2006-03-30 Brian Paulfix bad call to FindLine()
2006-03-30 Brian Pauladded -f option for full-screeen
2006-03-30 Brian Paulpress '0' for glDrawBuffer(GL_NONE)
2006-03-29 Brian Paulfix GETPROCADDRESS usage, remove carriage return chars...
2006-03-29 Brian Pauls/glslnose.c/glslnoise/ (bug 6430)
2006-03-29 Karl SchultzWindows makefile to easily build all demo programs.
2006-03-29 Karl SchultzUndef a conflicting symbol in Windows.
2006-03-29 Karl Schultzadd showbuffer.[ch] which could be in this dir after...
2006-03-29 Karl SchultzRemove unneeded includes of time.h
2006-03-15 Brian Pauluse 'p' key to toggle use of GL_EXT_packed_depth_stencil
next