Commit message (Collapse) | 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 |
| | | | | | This reverts part of commit 115edf24a9128b79dfa5f30482c990e2cb898357 and fixes the error: "/bin/sh: line 0: test: too many arguments". | ||||
* | Fix build when PROGRAM_DIRS is empty. | Tom Fogal | 2009-10-13 | 1 | -11/+15 |
| | | | | | | | | | | | SUBDIRS just takes PROGRAM_DIRS value. If PROGRAM_DIRS gets set to the empty string (as can happen when building only OSMesa), a 'for' loop will lack anything to iterate over, causing a parse error. This fixes the issue by making sure SUBDIRS is the null string when PROGRAM_DIRS is, and wrapping the for loops in if's, causing them only to execute if there are directories to iterate over. | ||||
* | 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 |
| | | | | | | Some <math.h> files do not define M_PI, in which case, provide our own definition Signed-off-by: Jon TURNEY <[email protected]> | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | The rule added in 488b3c4d1bc3d830477180759a42dbaf8f5801b0 does not use the right INCDIR, breaking the build when GL isn't installed in the default include paths. 7.5 branch only fix, already fixed in master by rewriting the Makefile (ceb9459ed5e63207defa5d715958c2757933272f) Signed-off-by: Peter Hutterer <[email protected]> | ||||
| * | progs/tests: re-enable exit() call | Brian Paul | 2009-09-01 | 1 | -1/+1 |
| | | | | | | | | See bug 21267. | ||||
* | | progs/tests: re-enable exit() call | Brian Paul | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | See bug 21267. | ||||
* | | 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 |
| | | | | | | | | | | We don't want to z-test that glDrawPixels. Also, set the raster color to red when drawing GL_DEPTH_COMPONENT image to aid in debugging. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | Since 5a459d58fca2b71cb77c39f98df8a81ce6298421, libEGL no longer links to libX11. Add the dependency to affected progs and cleanup prog/egl/Makefile. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | | 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 |
| | | | | | | | | | | Now the left half is yellow and the right half is red, with the gradients going in opposite directions. | ||||
* | | 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 |
| | | | | | | | | | | | | 1. Larger sphere to match cube size 2. Allow -geometry option to override window size 3. Cube samplers | ||||
* | | 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 |
| | | | | | | | | | | | | progs/egl/demo3.c is also changed since it uses an internal function. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | | 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 |
| | | | | | | | | Plus, texture loading. | ||||
* | | glsl/tests: skinning.o | Dave Airlie | 2009-08-14 | 1 | -2/+2 |
| | | | | | | | | | | worst Makefile ever. not sure what is going on here, hopefully this fixes tinderbox | ||||
* | | 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 |
| | | | | | | | | This commit includes some sample config files (*.shtest) | ||||
* | | progs/glsl: change uniform_info::type field to use GLSL vector types | Brian Paul | 2009-08-12 | 11 | -130/+53 |
| | |