summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell314-10553/+20041
2008-08-20use ftransform()Brian Paul1-1/+1
2008-08-19Add NV_vertex_program specific tests.Michal Krol2-0/+11
2008-08-19Add support for NVIDIA programs.Michal Krol1-10/+31
2008-08-19Port vp to Windows.Michal Krol3-3/+171
2008-08-17pick first modeAlan Hourihane2-2/+2
2008-08-17choose a 1024x768 resolutionAlan Hourihane1-1/+1
2008-08-16added test for ARB GLSL extensionsCorbin Simpson1-6/+9
2008-08-16fix convolutions test to consistanty use the ARB shader extension functionsBrian Paul1-13/+28
2008-08-16remove .txt suffix from shader source filesBrian Paul20-14/+14
2008-08-16mesa: added glsl/convolutions test from gallium branchBrian Paul4-0/+488
2008-08-15draw a tristrip ring instead of a single quadBrian Paul1-14/+38
2008-08-15don't need to use LOD version of texture2D() funcsBrian Paul1-2/+2
2008-08-13mesa: added new glsl/pointcoord.c testBrian Paul2-0/+213
2008-08-13mesa: clear the unused upper-left region to black instead of leaving it undef...Brian Paul1-5/+11
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond5-22/+22
2008-07-24query/print GLSL version stringBrian Paul1-0/+7
2008-07-24Fix a typo.Thomas Hellstrom1-1/+1
2008-07-24Add new demo "fbo_firecube".Thomas Hellstrom2-0/+1042
2008-07-21add edge detection to that exampleZack Rusin1-0/+13
2008-07-14fix gltrace (bug 16691)Guillaume Melquiond1-1/+3
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson1-2/+2
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-2/+2
2008-07-09mesa: call glutDestroyWindow() on exitBrian Paul1-0/+2
2008-07-04egl: Add egltriJakob Bornecrantz3-2/+277
2008-07-01press 'm' to toggle multisample enable/disableBrian Paul1-2/+10
2008-06-29Revert accidental edit to progs/demos/lodbias.Corbin Simpson1-1/+1
2008-06-29demos/shadowtex: Don't set TEXTURE_WRAP_T for 1D textureNicolai Haehnle1-1/+0
2008-06-24Fix CRLF line endings.José Fonseca50-6059/+6059
2008-06-18tests: Added a test for a strange bug in texstore_a8Jakob Bornecrantz3-0/+196
2008-06-16added ARCH_FLAGSseventh guardian1-5/+5
2008-06-16git: Updated .gitignore filesJakob Bornecrantz2-0/+13
2008-06-16r300: Fix new incarnation of bug 3195.Corbin Simpson1-1/+1
2008-06-13trivial: Update clear-undefinedJakob Bornecrantz1-0/+7
2008-06-13trival: Added test for undefined context of bufferJakob Bornecrantz2-0/+131
2008-06-12add some glsl example testing different arrays of uniformsZack Rusin5-0/+131
2008-06-12Update .gitignore for progs/glslDan Nicholson1-0/+3
2008-06-11trivial: add test for integer vertex arraysKeith Whitwell2-0/+118
2008-06-10trivial: add trifan testsKeith Whitwell6-0/+706
2008-06-10trivial: add poly-flat-clip testsKeith Whitwell3-4/+150
2008-06-10trivial: add tristrip-flat to makefileKeith Whitwell1-0/+1
2008-06-05minor changesBrian Paul1-1/+6
2008-06-04sync up with glxgears.c from masterBrian Paul1-75/+121
2008-06-04fix event handling issues (such as when resizing when not animating)Brian Paul1-10/+22
2008-06-04press 'a' to toggle animationBrian Paul1-1/+5
2008-06-04code refactoring (draw_frame(0, handle_event())Brian Paul1-71/+95
2008-06-04remove references to incorrect -winwidth/-winheight, replace with -geometryBrian Paul1-2/+1
2008-06-04egl: single triangle testBrian Paul2-1/+368
2008-06-04egl: fix X visual selectionBrian Paul1-7/+9
2008-06-04egl: query/print EGL_NATIVE_VISUAL_IDBrian Paul1-9/+7