mesa: additional FBO/RB id error checking for ARB_fbo
[mesa.git] / progs /
2009-01-19 Brian Paultests: test pseudo-XOR blend mode.
2009-01-01 Brian Pauldemos: added progs/glsl/samplers.c to test all availabl...
2008-12-30 Brian Pauldemos: minor fixes to twoside.c glsl demo
2008-12-18 Brian Pauldemos: all glutDestroyWindow() upon exit to test query...
2008-12-17 Brian Pauldemos: add test of vertex-only and fragment-only shader...
2008-12-17 Brian Paulutil: check for frag/vertShader=0 before attaching
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-16 Brian Pauldemos: updated tests/floattex.c (doesn't work just...
2008-12-14 Gary WongFix silly type mismatch error in multinoise demo.
2008-12-13 Gary WongAdd "multinoise" demo, to test 1/2/3/4 dimensional...
2008-12-13 Gary WongEnsure p.w is initialised in noise demo.
2008-12-09 Brian Pauldemos: updated tests/floattex.c (doesn't work just...
2008-12-04 Briandemos: added simple vertex shader texture test.
2008-11-26 Brian Pauldemos: press SPACE to toggle fbo_firecube animation
2008-11-21 Brian Pauladded progs/demos/fragcoord.c - tests gl_FragCoord...
2008-11-12 Eric AnholtAdd glsync demo program from jbarnes for testing vblank...
2008-11-11 Brian Paulmesa: fix version check in dinoshade.c
2008-11-10 Brian Paulundo accidental changes to multitex.frag shader
2008-11-04 Brian Pauladded glsl/skinning.c test to test matrix blending...
2008-11-04 Brian Paulprint err msg if unable to open shader file
2008-11-04 Brian Paulremove old debug glFlush/Finish calls from demos
2008-10-16 Brian Paulglxswapcontrol: added -fullscreen option
2008-10-16 Brian Paulglxgears: for fullscreen, disable window borders the...
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-15 Keith Whitwelladd dlist-degenerate test case
2008-09-13 Guillaume Melquiondremove invalid XDestroyWindow() call
2008-09-13 Guillaume Melquiondsilence warning
2008-08-20 Brian Pauluse ftransform()
2008-08-16 Corbin Simpsonadded test for ARB GLSL extensions
2008-08-16 Brian Paulfix convolutions test to consistanty use the ARB shader...
2008-08-16 Brian Paulremove .txt suffix from shader source files
2008-08-16 Brian Paulmesa: added glsl/convolutions test from gallium branch
2008-08-15 Brian Pauldraw a tristrip ring instead of a single quad
2008-08-15 Brian Pauldon't need to use LOD version of texture2D() funcs
2008-08-13 Brian Paulmesa: added new glsl/pointcoord.c test
2008-08-13 Brian Paulmesa: clear the unused upper-left region to black inste...
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-30 Guillaume MelquiondAlways pass CFLAGS when compiling or linking demos
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-24 Brian Paulquery/print GLSL version string
2008-07-24 Thomas HellstromFix a typo.
2008-07-24 Thomas HellstromAdd new demo "fbo_firecube".
2008-07-14 Guillaume Melquiondfix gltrace (bug 16691)
2008-07-12 Dan NicholsonAlways pass -linker and -ldflags to mklib for shared...
2008-07-12 Dan NicholsonCall mklib with $(SHELL) so the user controls the inter...
2008-07-01 Brian Paulpress 'm' to toggle multisample enable/disable
2008-06-29 Corbin SimpsonRevert accidental edit to progs/demos/lodbias.
2008-06-29 Nicolai Haehnledemos/shadowtex: Don't set TEXTURE_WRAP_T for 1D texture
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-16 Corbin Simpsonr300: Fix new incarnation of bug 3195.
2008-06-12 Dan NicholsonUpdate .gitignore for progs/glsl
2008-06-05 Brian Paulminor changes
2008-06-04 Brian Paulfix event handling issues (such as when resizing when...
2008-06-04 Brian Paulpress 'a' to toggle animation
2008-06-04 Brian Paulcode refactoring (draw_frame(0, handle_event())
2008-06-04 Brian Paulremove references to incorrect -winwidth/-winheight...
2008-06-04 Brian Paulcall glutDestroyWindow() before exit
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-21 Brianadded readtex.h dependency
2008-05-20 Brian Paulnew multi-texture GLSL test
2008-05-09 Dan NicholsonDon't link demos directly to X libraries
2008-05-08 Brian Pauldisable GL_DEPTH_TEST before glDrawPixels in case windo...
2008-05-08 Brian Paulcall glutDestroyWindow()
2008-05-08 Brian Paulupdated options/help
2008-05-07 Dan NicholsonNever fail `make clean'
2008-05-05 Dan NicholsonIgnore xdemos/sharedtex
2008-05-03 Brian PaulPress <space> to reset limit/bias values, clean-up...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-30 Brian Pauladded xdemos/sharedtex.c test
2008-04-30 Brian Pauldisable GL_TEXTURE_1D at end of frame to fix failed...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-11 Brian Pauladd missing glViewport calls
2008-04-10 Brianmore make clean items
2008-04-10 Brianuse InitUniforms()
2008-04-10 BrianReplace duplicated code with new shaderutil.c functions
2008-04-10 Brianshader utility functions
2008-04-08 Kristian HøgsbergOnly convert configs if screen creation was successful.
2008-04-05 Brianadded glGetActiveUniform_func
2008-04-05 Brianmesa: add missing glPush/PopMatrix() calls
2008-04-05 Brianmesa: add missing glPush/PopMatrix() calls
2008-04-04 Briansilence warning
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-27 Eric AnholtAdd a couple of test apps for line/unfilled polygon...
2008-03-21 Eric AnholtFix xdemos build on FreeBSD: <sys/types.h> before ...
2008-03-11 Dan NicholsonFix include path for rain demo so glut.h is found
2008-03-10 Jeremy HuddlestonDarwin: Config/source fixes to now build glxdemo apps...
2008-03-10 Dan NicholsonIgnore more demo programs
2008-02-29 Kristian Høgsbergglxgears: oops, remove accidental commit of glFinish...
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-02-28 José FonsecaConvert crlf->lf line endings.
2008-02-18 Dan NicholsonIgnore glxgears_pixmap
2008-02-16 BrianAdded minmag.c test
2008-02-15 Adam Jacksonchmod a-x **/glslnoise.c
2008-02-15 Kristian HøgsbergAdd GLXPixmap version of glxgears to show case new...
2008-02-12 BrianFix broken test.
2008-02-12 BrianSet Min/MaxLod with glTexParameterf, not glTexParameteri
2008-02-12 Briantweak incr/decrements amounts for keyboard options
2008-02-12 Brianpress 0,1,2,etc keys for specific bias values
next