summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2009-12-03progs/tests: Fix MSVC build.Vinson Lee1-1/+0
2009-12-03prog/tests: Fix MSVC build.Vinson Lee1-1/+1
2009-12-03prog/tests: Fix MSVC build.Vinson Lee1-1/+1
2009-12-03progs/tests: fix MSVC build.Vinson Lee1-1/+1
2009-12-03prog/tests: Fix MSVC build.Vinson Lee1-14/+5
2009-12-02progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.Vinson Lee1-1/+1
2009-12-02progs/glsl: Fix trirast GLSL compilation errors on Mac OS.Vinson Lee1-3/+3
2009-12-02progs/glsl: Fix noise GLSL compilation error on Mac OS.Vinson Lee1-1/+1
2009-12-02demos/glsl: Add missing break statement to noise test.Vinson Lee1-0/+1
2009-12-02progs/glsl: Fix multinoise GLSL compilation errors on Mac OS.Vinson Lee1-5/+5
2009-12-02progs/glsl: Add missing break statement in multinoise.c.Vinson Lee1-0/+1
2009-12-02progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS.Vinson Lee1-1/+1
2009-12-02progs/glsl: Include local headers before installed headers during compilation.Vinson Lee1-1/+1
2009-12-02progs/glsl: minor Makefile clean-upsBrian Paul1-8/+7
2009-12-02progs: Ignore Mac OS dSYM directories.Vinson Lee1-0/+1
2009-12-01progs/demos: remove unused glFogCoordPointer_ext varBrian Paul1-2/+0
2009-12-01Simplify hackery added to fix AIX build.Tom Fogal1-15/+11
2009-11-23shaderutil: Fix detection of shadersIan Romanick1-2/+6
2009-11-19progs: Fix quoting issue with empty set of PROGRAM_DIRS.Tom Fogal1-1/+1
2009-11-04progs/tests: Fix MSVC build.Vinson Lee1-1/+5
2009-10-29progs/tests: fixes for drawbuffers.cBrian Paul1-5/+12
2009-10-28progs/tests: added test for GL_EXT_texture_compression_s3tc supportBrian Paul1-0/+6
2009-10-27progs/tests: added new blitfb.c testBrian Paul3-0/+261
2009-10-23progs/tests: print requested/internal format infoBrian Paul1-1/+7
2009-10-22progs/xdemos: fix command line flag typoBrian Paul1-1/+1
2009-10-20progs/trivial: check if GL_ARB_occlusion_query is supportedBrian Paul1-0/+5
2009-10-14progs/Makefile: remove extra quotingBrian Paul1-1/+1
2009-10-13Fix build when PROGRAM_DIRS is empty.Tom Fogal1-11/+15
2009-10-07progs/xdemos: test glXQueryDrawable()Brian Paul1-0/+15
2009-10-07progs/xdemos: fix swapped parameters to CreatePbuffer()Brian Paul1-1/+1
2009-10-07progs/test: Fix MSVC build.Vinson Lee1-1/+1
2009-10-05Fix building of GLSL demos which use M_PIJon TURNEY3-0/+9
2009-09-15Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-0/+6
2009-09-14progs/vp: print program and error info when program does not compileBrian Paul1-0/+6
2009-09-07prog/glsl: fix Makefile for samplers_array.Peter Hutterer1-1/+1
2009-09-03progs/tests: re-enable exit() callBrian Paul1-1/+1
2009-09-03tests/texcmp: glewInit in wrong placeDave Airlie1-1/+1
2009-09-01progs/tests: re-enable exit() callBrian Paul1-1/+1
2009-08-31progs/samples: added test/debug code for cullingBrian Paul1-0/+6
2009-08-31progs/tests: disable depth test for second glDrawPixelsBrian Paul1-1/+5
2009-08-30progs/util: minor updates to glutskel.cBrian Paul1-31/+33
2009-08-27progs: EGL/X progs should link to libX11.Chia-I Wu3-74/+29
2009-08-26mesa: gitignoreYounes Manton2-0/+2
2009-08-26progs/glsl: asst. changes in shtest.cBrian Paul1-3/+16
2009-08-26Merge branch 'mesa_7_5_branch'Brian Paul2-4/+16
2009-08-26progs/glsl: handle window resizes in texaaline.cBrian Paul1-8/+12
2009-08-26progs/glsl: add special Makefile rule for samplers_arrayBrian Paul1-1/+3
2009-08-26progs/glsl: change samplers.c to better test sampler/texture indexingBrian Paul1-4/+12
2009-08-25progs/glsl: call ValidateShaderProgram()Brian Paul1-0/+2
2009-08-25progs/util: added ValidateShaderProgram() to shaderutil.cBrian Paul2-0/+23