mesa: convert log/exp tests to ARB_v_p
[mesa.git] / progs /
2008-10-29 Brian Paulmesa: convert log/exp tests to ARB_v_p
2008-10-29 Brian Paulmesa: don't continually redraw
2008-10-27 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-20 Brian Paulmesa: more test options in progs/demos/textures.c
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-17 Brian Paulmesa: redraw upon keypress in trivial/tri.c
2008-10-16 Brian Paulglxswapcontrol: added -fullscreen option
2008-10-16 Brian Paulglxgears: for fullscreen, disable window borders the...
2008-10-15 Brian Paulmesa: revert accidental change to fslight.c demo
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-14 Keith Whitwelltrivial: more vp tests
2008-10-14 Keith Whitwellvp: add simple vertex transform test
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-10-10 Brian Paulreplace 1.0/sqrt() with inversesqrt()
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Brian Paulmesa: toggle colormask values with r/g/b keys in tri...
2008-10-10 Brian Paulmesa: simple multiple textures test
2008-10-07 Brian Paulmesa: use the shaderutil.c helper functions
2008-10-07 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-10-07 Stephane MarchesinProgs: hook the glsl identity example into the makefile.
2008-10-07 Stephane MarchesinProgs: add a trivial glsl test, useful for gallium...
2008-10-07 Keith Whitwelltrivial: add more vp tests
2008-10-07 Keith Whitwelltrivial: exercise vertprog sligtly
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-26 Alan Hourihanelink EGL demos with -lGL
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-19 Jakob Bornecrantzmesa: Update ignores a bit
2008-09-18 Robert EllisonCELL: mark several transient files as .gitignore
2008-09-18 Brian Pauldestroy window on exit
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-18 Jakob Bornecrantzprogs/fp: Add a bit of local variable testing to fp-tri
2008-09-17 Brian Paulegl: print multisample info
2008-09-17 Brian Paulcell: dump generated code if CELL_DEBUG=asm
2008-09-15 Keith Whitwelladd dlist-degenerate test case
2008-09-13 Brian Paulnegate.txt - test negation of a src reg
2008-09-13 Guillaume Melquiondremove invalid XDestroyWindow() call
2008-09-13 Guillaume Melquiondsilence warning
2008-09-12 Jonathan WhiteMakefile was previously checked in with merge diffs...
2008-09-12 Brian Paulsimple add with swizzle and mul with swizzle tests
2008-09-12 Keith Whitwellvp: add run script
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-12 Keith Whitwellfp: put test name in window title, add run script
2008-09-12 Keith Whitwelluse APP_CC, remove redundant target
2008-09-11 Brian Pauluse APP_CC
2008-09-11 Keith Whitwelltrivial: remove stray merge conflict
2008-09-11 Keith Whitwelldemos: fix LIBS ref in makefile
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Brian Pauldefine new APP_CC configuration variable for building...
2008-09-11 Brian Paulsimple quad drawing test
2008-09-11 Brian Paulpress 'c' to toggle Z clear value between 0/1
2008-09-11 Brian Paulpress 'f' to cycle through depth test funcs
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-28 Brian Paulmesa: added test for very long fixed-function vertex...
2008-08-20 Brian Pauluse ftransform()
2008-08-19 Michal KrolAdd NV_vertex_program specific tests.
2008-08-19 Michal KrolAdd support for NVIDIA programs.
2008-08-18 Michal KrolPort vp to Windows.
2008-08-17 Alan Hourihanepick first mode
2008-08-17 Alan Hourihanechoose a 1024x768 resolution
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-21 Zack Rusinadd edge detection to that example
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-09 Brian Paulmesa: call glutDestroyWindow() on exit
2008-07-04 Jakob Bornecrantzegl: Add egltri
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-24 José FonsecaFix CRLF line endings.
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-18 Jakob Bornecrantztests: Added a test for a strange bug in texstore_a8
2008-06-16 seventh guardianadded ARCH_FLAGS
2008-06-16 Jakob Bornecrantzgit: Updated .gitignore files
next