| Commit message (Expand) | Author | Age | Files | Lines |
* | progs/tests: print requested/internal format info | Brian Paul | 2009-10-23 | 1 | -1/+7 |
* | progs/xdemos: fix command line flag typo | Brian Paul | 2009-10-22 | 1 | -1/+1 |
* | progs/trivial: check if GL_ARB_occlusion_query is supported | Brian Paul | 2009-10-20 | 1 | -0/+5 |
* | progs/Makefile: remove extra quoting | Brian Paul | 2009-10-14 | 1 | -1/+1 |
* | Fix build when PROGRAM_DIRS is empty. | Tom Fogal | 2009-10-13 | 1 | -11/+15 |
* | progs/xdemos: test glXQueryDrawable() | Brian Paul | 2009-10-07 | 1 | -0/+15 |
* | progs/xdemos: fix swapped parameters to CreatePbuffer() | Brian Paul | 2009-10-07 | 1 | -1/+1 |
* | progs/test: Fix MSVC build. | Vinson Lee | 2009-10-07 | 1 | -1/+1 |
* | Fix building of GLSL demos which use M_PI | Jon TURNEY | 2009-10-05 | 3 | -0/+9 |
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | 2009-09-15 | 1 | -0/+6 |
|\ |
|
| * | progs/vp: print program and error info when program does not compile | Brian Paul | 2009-09-14 | 1 | -0/+6 |
| * | prog/glsl: fix Makefile for samplers_array. | Peter Hutterer | 2009-09-07 | 1 | -1/+1 |
| * | progs/tests: re-enable exit() call | Brian Paul | 2009-09-01 | 1 | -1/+1 |
* | | progs/tests: re-enable exit() call | Brian Paul | 2009-09-03 | 1 | -1/+1 |
* | | tests/texcmp: glewInit in wrong place | Dave Airlie | 2009-09-03 | 1 | -1/+1 |
* | | progs/samples: added test/debug code for culling | Brian Paul | 2009-08-31 | 1 | -0/+6 |
* | | progs/tests: disable depth test for second glDrawPixels | Brian Paul | 2009-08-31 | 1 | -1/+5 |
* | | progs/util: minor updates to glutskel.c | Brian Paul | 2009-08-30 | 1 | -31/+33 |
* | | progs: EGL/X progs should link to libX11. | Chia-I Wu | 2009-08-27 | 3 | -74/+29 |
* | | mesa: gitignore | Younes Manton | 2009-08-26 | 2 | -0/+2 |
* | | progs/glsl: asst. changes in shtest.c | Brian Paul | 2009-08-26 | 1 | -3/+16 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-26 | 2 | -4/+16 |
|\| |
|
| * | progs/glsl: add special Makefile rule for samplers_array | Brian Paul | 2009-08-26 | 1 | -1/+3 |
| * | progs/glsl: change samplers.c to better test sampler/texture indexing | Brian Paul | 2009-08-26 | 1 | -4/+12 |
* | | progs/glsl: handle window resizes in texaaline.c | Brian Paul | 2009-08-26 | 1 | -8/+12 |
* | | progs/glsl: call ValidateShaderProgram() | Brian Paul | 2009-08-25 | 1 | -0/+2 |
* | | progs/util: added ValidateShaderProgram() to shaderutil.c | Brian Paul | 2009-08-25 | 2 | -0/+23 |
* | | progs/glsl: report compile/link times in shtest.c | Brian Paul | 2009-08-20 | 1 | -0/+10 |
* | | progs/util: added GetShaderCompile/LinkTime() to get compilation/link times | Brian Paul | 2009-08-20 | 2 | -0/+39 |
* | | progs/glsl: update multitex.shtest for new texture syntax | Brian Paul | 2009-08-20 | 1 | -2/+2 |
* | | progs/glsl: update shtest.c to handle 1D/3D/CUBE/RECT textures | Brian Paul | 2009-08-20 | 1 | -16/+70 |
* | | progs/glsl: tweaks to shtest.c | Brian Paul | 2009-08-20 | 1 | -2/+3 |
* | | progs/glsl: more comments in shtest.c | Brian Paul | 2009-08-20 | 1 | -0/+2 |
* | | progs/xdemos: add multictx to .gitignore | Brian Paul | 2009-08-19 | 1 | -0/+1 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-18 | 1 | -4/+24 |
|\| |
|
| * | progs/demos: print more info in fbotexture.c | Brian Paul | 2009-08-14 | 1 | -4/+24 |
* | | egl: Make lookup functions static inline. | Chia-I Wu | 2009-08-18 | 1 | -1/+1 |
* | | demos/glsl: remove glutInitWindowPosition() calls | Brian Paul | 2009-08-17 | 18 | -18/+0 |
* | | mesa: Add 2 new demos to .gitignore. | Pauli Nieminen | 2009-08-15 | 1 | -0/+1 |
* | | demos/cubemap: Add support for GL_ARB_seamless_cube_map | Ian Romanick | 2009-08-14 | 1 | -16/+38 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-14 | 1 | -0/+18 |
|\| |
|
| * | progs/tests: hack a PBO/dlist test | Brian Paul | 2009-08-13 | 1 | -0/+18 |
* | | glsl: re-write Makefile after I called it bad. | Dave Airlie | 2009-08-14 | 1 | -157/+9 |
* | | progs/glsl: added multitex.shtest config file | Brian Paul | 2009-08-13 | 1 | -0/+6 |
* | | progs/glsl: set generic vertex attribute values | Brian Paul | 2009-08-13 | 1 | -2/+15 |
* | | progs/glsl: add type field to shtest config files | Brian Paul | 2009-08-13 | 4 | -54/+108 |
* | | glsl/tests: skinning.o | Dave Airlie | 2009-08-14 | 1 | -2/+2 |
* | | progs/util: ignore pre-defined uniforms in SetUniformValues() | Brian Paul | 2009-08-13 | 1 | -1/+8 |
* | | progs/glsl: new shtest program, a simple shader test harness app | Brian Paul | 2009-08-13 | 5 | -2/+609 |
* | | progs/glsl: change uniform_info::type field to use GLSL vector types | Brian Paul | 2009-08-12 | 11 | -130/+53 |