summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* progs: EGL/X progs should link to libX11.Chia-I Wu2009-08-273-74/+29
* mesa: gitignoreYounes Manton2009-08-262-0/+2
* progs/glsl: asst. changes in shtest.cBrian Paul2009-08-261-3/+16
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-262-4/+16
|\
| * progs/glsl: add special Makefile rule for samplers_arrayBrian Paul2009-08-261-1/+3
| * progs/glsl: change samplers.c to better test sampler/texture indexingBrian Paul2009-08-261-4/+12
* | progs/glsl: handle window resizes in texaaline.cBrian Paul2009-08-261-8/+12
* | progs/glsl: call ValidateShaderProgram()Brian Paul2009-08-251-0/+2
* | progs/util: added ValidateShaderProgram() to shaderutil.cBrian Paul2009-08-252-0/+23
* | progs/glsl: report compile/link times in shtest.cBrian Paul2009-08-201-0/+10
* | progs/util: added GetShaderCompile/LinkTime() to get compilation/link timesBrian Paul2009-08-202-0/+39
* | progs/glsl: update multitex.shtest for new texture syntaxBrian Paul2009-08-201-2/+2
* | progs/glsl: update shtest.c to handle 1D/3D/CUBE/RECT texturesBrian Paul2009-08-201-16/+70
* | progs/glsl: tweaks to shtest.cBrian Paul2009-08-201-2/+3
* | progs/glsl: more comments in shtest.cBrian Paul2009-08-201-0/+2
* | progs/xdemos: add multictx to .gitignoreBrian Paul2009-08-191-0/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-181-4/+24
|\ \ | |/
| * progs/demos: print more info in fbotexture.cBrian Paul2009-08-141-4/+24
* | egl: Make lookup functions static inline.Chia-I Wu2009-08-181-1/+1
* | demos/glsl: remove glutInitWindowPosition() callsBrian Paul2009-08-1718-18/+0
* | mesa: Add 2 new demos to .gitignore.Pauli Nieminen2009-08-151-0/+1
* | demos/cubemap: Add support for GL_ARB_seamless_cube_mapIan Romanick2009-08-141-16/+38
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-141-0/+18
|\ \ | |/
| * progs/tests: hack a PBO/dlist testBrian Paul2009-08-131-0/+18
* | glsl: re-write Makefile after I called it bad.Dave Airlie2009-08-141-157/+9
* | progs/glsl: added multitex.shtest config fileBrian Paul2009-08-131-0/+6
* | progs/glsl: set generic vertex attribute valuesBrian Paul2009-08-131-2/+15
* | progs/glsl: add type field to shtest config filesBrian Paul2009-08-134-54/+108
* | glsl/tests: skinning.oDave Airlie2009-08-141-2/+2
* | progs/util: ignore pre-defined uniforms in SetUniformValues()Brian Paul2009-08-131-1/+8
* | progs/glsl: new shtest program, a simple shader test harness appBrian Paul2009-08-135-2/+609
* | progs/glsl: change uniform_info::type field to use GLSL vector typesBrian Paul2009-08-1211-130/+53
* | demos: call SetUniformValues()Brian Paul2009-08-121-1/+1
* | demos: rename InitUniforms() to SetUniformValues()Brian Paul2009-08-129-9/+16
* | progs/util: added more shader utility functionsBrian Paul2009-08-122-19/+200
* | demos: Fix the VBO usage in glsl/multitex.Eric Anholt2009-08-101-3/+3
* | tests: have getprocaddress return a return codeRobert Ellison2009-08-071-11/+26
* | mesa: improve getprocaddress testRobert Ellison2009-08-072-41/+3204
* | progs/xdemos: added multictx.c (multi-context rendering demo)Brian Paul2009-08-072-0/+586
* | glxgears: make functions static, update commentsBrian Paul2009-08-071-10/+3
* | progs/egl: Add xeglbindtex, really.Chia-I Wu2009-08-061-0/+474
* | progs/egl: Add xeglbindtex.Chia-I Wu2009-08-051-0/+7
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-052-2/+6
|\ \ | |/
| * xdemo/glxswapcontrol: Move get_framge_usage after the swap.Pauli Nieminen2009-08-031-2/+3
| * xdemos/glxcontexts: Don't leak visual info when choosing visual again.Pauli Nieminen2009-08-031-0/+3
* | tests: also test xoffset in texcompsub testRoland Scheidegger2009-08-051-3/+19
* | tests/getteximage: test more texture sizes, including npotBrian Paul2009-08-041-50/+86
* | progs/vp: Correct the PARAM array sizes in arl-*.txtIan Romanick2009-07-302-2/+2
* | tests: glGetTexImage() testBrian Paul2009-07-302-2/+3
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-282-0/+23
|\ \ | |/