summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-20progs/glsl: report compile/link times in shtest.cBrian Paul1-0/+10
2009-08-20progs/util: added GetShaderCompile/LinkTime() to get compilation/link timesBrian Paul2-0/+39
2009-08-20progs/glsl: update multitex.shtest for new texture syntaxBrian Paul1-2/+2
2009-08-20progs/glsl: update shtest.c to handle 1D/3D/CUBE/RECT texturesBrian Paul1-16/+70
2009-08-20progs/glsl: tweaks to shtest.cBrian Paul1-2/+3
2009-08-20progs/glsl: more comments in shtest.cBrian Paul1-0/+2
2009-08-19progs/xdemos: add multictx to .gitignoreBrian Paul1-0/+1
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul1-4/+24
2009-08-18egl: Make lookup functions static inline.Chia-I Wu1-1/+1
2009-08-17demos/glsl: remove glutInitWindowPosition() callsBrian Paul18-18/+0
2009-08-15mesa: Add 2 new demos to .gitignore.Pauli Nieminen1-0/+1
2009-08-14progs/demos: print more info in fbotexture.cBrian Paul1-4/+24
2009-08-14demos/cubemap: Add support for GL_ARB_seamless_cube_mapIan Romanick1-16/+38
2009-08-14Merge branch 'mesa_7_5_branch'Brian Paul1-0/+18
2009-08-14glsl: re-write Makefile after I called it bad.Dave Airlie1-157/+9
2009-08-13progs/glsl: added multitex.shtest config fileBrian Paul1-0/+6
2009-08-13progs/glsl: set generic vertex attribute valuesBrian Paul1-2/+15
2009-08-13progs/glsl: add type field to shtest config filesBrian Paul4-54/+108
2009-08-14glsl/tests: skinning.oDave Airlie1-2/+2
2009-08-13progs/tests: hack a PBO/dlist testBrian Paul1-0/+18
2009-08-13progs/util: ignore pre-defined uniforms in SetUniformValues()Brian Paul1-1/+8
2009-08-13progs/glsl: new shtest program, a simple shader test harness appBrian Paul5-2/+609
2009-08-12progs/glsl: change uniform_info::type field to use GLSL vector typesBrian Paul11-130/+53
2009-08-12demos: call SetUniformValues()Brian Paul1-1/+1
2009-08-12demos: rename InitUniforms() to SetUniformValues()Brian Paul9-9/+16
2009-08-12progs/util: added more shader utility functionsBrian Paul2-19/+200
2009-08-10demos: Fix the VBO usage in glsl/multitex.Eric Anholt1-3/+3
2009-08-07tests: have getprocaddress return a return codeRobert Ellison1-11/+26
2009-08-07mesa: improve getprocaddress testRobert Ellison2-41/+3204
2009-08-07progs/xdemos: added multictx.c (multi-context rendering demo)Brian Paul2-0/+586
2009-08-07glxgears: make functions static, update commentsBrian Paul1-10/+3
2009-08-06progs/egl: Add xeglbindtex, really.Chia-I Wu1-0/+474
2009-08-05progs/egl: Add xeglbindtex.Chia-I Wu1-0/+7
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul2-2/+6
2009-08-05tests: also test xoffset in texcompsub testRoland Scheidegger1-3/+19
2009-08-04tests/getteximage: test more texture sizes, including npotBrian Paul1-50/+86
2009-08-03xdemo/glxswapcontrol: Move get_framge_usage after the swap.Pauli Nieminen1-2/+3
2009-08-03xdemos/glxcontexts: Don't leak visual info when choosing visual again.Pauli Nieminen1-0/+3
2009-07-30progs/vp: Correct the PARAM array sizes in arl-*.txtIan Romanick2-2/+2
2009-07-30tests: glGetTexImage() testBrian Paul2-2/+3
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul2-0/+23