summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-07-28progs/trivial: add missing files to Makefile, .gitignoreVinson Lee2-0/+23
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul25-375/+262
2009-07-17progs/util: remove extfuncs.h (we use GLEW instead)mesa_7_5Brian Paul1-19/+17
2009-07-17progs/glsl: finish conversion to GLEWBrian Paul24-344/+232
2009-07-17xeglthreads: Check current context for EGL per-thread support.Chia-I Wu1-2/+9
2009-07-16egl: Add xeglthreadsChia-I Wu3-0/+775
2009-07-14progs/tests: Use compressed texture in mipmap_comp_testsJakob Bornecrantz1-1/+3
2009-07-14progs/tests: Tests more views in mipmap_comp_testsJakob Bornecrantz1-1/+4
2009-07-14progs/tests: Add yet another mipmap testJakob Bornecrantz4-0/+319
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul1-0/+1
2009-07-10demos: set 4th component of texcoord to 1.0Brian Paul1-0/+1
2009-07-06demos: Fix vsync checking in glxgearsIan Romanick1-19/+16
2009-07-08demos: indentation fixBrian Paul1-1/+1
2009-07-08demos: use glEnable/DisableClientState() for vertex arraysBrian Paul7-27/+27
2009-07-04progs/tests: Use compressed texture in mipmap_comp_testsJakob Bornecrantz1-1/+3
2009-07-04Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-19/+16
2009-07-04progs/tests: Tests more views in mipmap_comp_testsJakob Bornecrantz1-1/+4
2009-07-06Merge commit 'origin/openvg-1.0'Zack Rusin32-0/+5178
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz18-10/+5498