Age | Commit message (Expand) | Author |
2009-11-23 | shaderutil: Fix detection of shaders | Ian Romanick |
2009-11-19 | progs: Fix quoting issue with empty set of PROGRAM_DIRS. | Tom Fogal |
2009-11-04 | progs/tests: Fix MSVC build. | Vinson Lee |
2009-10-29 | progs/tests: fixes for drawbuffers.c | Brian Paul |
2009-10-28 | progs/tests: added test for GL_EXT_texture_compression_s3tc support | Brian Paul |
2009-10-27 | progs/tests: added new blitfb.c test | Brian Paul |
2009-10-23 | progs/tests: print requested/internal format info | Brian Paul |
2009-10-22 | progs/xdemos: fix command line flag typo | Brian Paul |
2009-10-20 | progs/trivial: check if GL_ARB_occlusion_query is supported | Brian Paul |
2009-10-14 | progs/Makefile: remove extra quoting | Brian Paul |
2009-10-13 | Fix build when PROGRAM_DIRS is empty. | Tom Fogal |
2009-10-07 | progs/xdemos: test glXQueryDrawable() | Brian Paul |
2009-10-07 | progs/xdemos: fix swapped parameters to CreatePbuffer() | Brian Paul |
2009-10-07 | progs/test: Fix MSVC build. | Vinson Lee |
2009-10-05 | Fix building of GLSL demos which use M_PI | Jon TURNEY |
2009-09-15 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul |
2009-09-14 | progs/vp: print program and error info when program does not compile | Brian Paul |
2009-09-07 | prog/glsl: fix Makefile for samplers_array. | Peter Hutterer |
2009-09-03 | progs/tests: re-enable exit() call | Brian Paul |
2009-09-03 | tests/texcmp: glewInit in wrong place | Dave Airlie |
2009-09-01 | progs/tests: re-enable exit() call | Brian Paul |
2009-08-31 | progs/samples: added test/debug code for culling | Brian Paul |
2009-08-31 | progs/tests: disable depth test for second glDrawPixels | Brian Paul |
2009-08-30 | progs/util: minor updates to glutskel.c | Brian Paul |
2009-08-27 | progs: EGL/X progs should link to libX11. | Chia-I Wu |
2009-08-26 | mesa: gitignore | Younes Manton |
2009-08-26 | progs/glsl: asst. changes in shtest.c | Brian Paul |
2009-08-26 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-26 | progs/glsl: handle window resizes in texaaline.c | Brian Paul |
2009-08-26 | progs/glsl: add special Makefile rule for samplers_array | Brian Paul |
2009-08-26 | progs/glsl: change samplers.c to better test sampler/texture indexing | Brian Paul |
2009-08-25 | progs/glsl: call ValidateShaderProgram() | Brian Paul |
2009-08-25 | progs/util: added ValidateShaderProgram() to shaderutil.c | Brian Paul |
2009-08-20 | progs/glsl: report compile/link times in shtest.c | Brian Paul |
2009-08-20 | progs/util: added GetShaderCompile/LinkTime() to get compilation/link times | Brian Paul |
2009-08-20 | progs/glsl: update multitex.shtest for new texture syntax | Brian Paul |
2009-08-20 | progs/glsl: update shtest.c to handle 1D/3D/CUBE/RECT textures | Brian Paul |
2009-08-20 | progs/glsl: tweaks to shtest.c | Brian Paul |
2009-08-20 | progs/glsl: more comments in shtest.c | Brian Paul |
2009-08-19 | progs/xdemos: add multictx to .gitignore | Brian Paul |
2009-08-18 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-18 | egl: Make lookup functions static inline. | Chia-I Wu |
2009-08-17 | demos/glsl: remove glutInitWindowPosition() calls | Brian Paul |
2009-08-15 | mesa: Add 2 new demos to .gitignore. | Pauli Nieminen |
2009-08-14 | progs/demos: print more info in fbotexture.c | Brian Paul |
2009-08-14 | demos/cubemap: Add support for GL_ARB_seamless_cube_map | Ian Romanick |
2009-08-14 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-14 | glsl: re-write Makefile after I called it bad. | Dave Airlie |
2009-08-13 | progs/glsl: added multitex.shtest config file | Brian Paul |
2009-08-13 | progs/glsl: set generic vertex attribute values | Brian Paul |