mesa: fix baseLevel >= MAX_TEXTURE_LEVELS test
[mesa.git] / progs /
2009-12-08 Vinson Leeprogs/test: Initialize variable in prog_parameter.
2009-12-07 Vinson Leeprogs/demos: Fix memory leak in projtex.c.
2009-12-06 Vinson Leeprogs/tests: Add tests to Makefile.
2009-12-05 Vinson Leeprogs/samples: Fix memory leak if malloc fails in rgbto...
2009-12-05 Vinson Leeprogs/samples: Fix memory leak if fopen fails in rgbtop...
2009-12-05 Vinson Leeprogs/samples: Add rgbtoppm to Makefile.
2009-12-05 Vinson Leeprogs/tests: Removed unused variable from texdown.c.
2009-12-05 Vinson Leeprogs/vpglsl: Assign glGetUniformLocationARB return...
2009-12-05 Vinson Leeprogs/fp: Redraw upon keypress.
2009-12-05 Vinson Leeprogs/util: Fix memory leak if fread returns 0 in Compi...
2009-12-05 Vinson Leeprogs/util: Fix memory leak if fail to load/compile...
2009-12-05 Vinson Leeprogs/fp: Add tri-inv.c to Makefile.
2009-12-04 Brian Paulprogs/xdemos: fix some visual/fbconfig logic in glxinfo.c
2009-12-04 Vinson Leeprogs/xdemos: Silence unused value warnings in sharedte...
2009-12-04 Vinson Leeprogs/xdemos: Fix memory leak in pbdemo.c.
2009-12-04 Vinson Leeprogs/xdemos: Add missing break statement in offset.c.
2009-12-04 Vinson Leeprogs/xdemos: Remove duplicate code in glxinfo.c.
2009-12-04 Vinson Leeprogs/xdemos: Fix memory leak in glxinfo.c.
2009-12-04 Vinson Leeprogs/xdemos: Add assert in corender.c.
2009-12-04 Vinson Leeprogs/vp: Fix memory leak in vp-tris.c.
2009-12-04 Vinson Leeprogs/tests: Fix memory leak in texdown.c if malloc...
2009-12-04 Vinson Leeprogs/redbook: Fix memory leak in quadric.c.
2009-12-04 Vinson Leeprogs/glsl: Fix memory leak in deriv.c.
2009-12-04 Vinson Leeprogs/glsl: Change tangentAttrib from GLuint to GLint...
2009-12-04 Vinson Leeprogs/demos: Fix memory leak in ray.c.
2009-12-04 Vinson Leeprogs/demos: Fix memory leak in projtex.c.
2009-12-04 Vinson Leeprogs/demos: Fix memory leak in ipers.c.
2009-12-04 Vinson Leeprogs/demos: Fix memory leak in fslight.c.
2009-12-04 Vinson Leeprogs/trivial: Redraw upon keypress.
2009-12-04 Vinson Leeprogs/trivial: Redraw upon keypress.
2009-12-04 Vinson Leeprogs/glsl: Redraw upon keypress.
2009-12-04 Vinson Leeprogs/util: Exit RawImageGetData early if malloc fails.
2009-12-04 Vinson Leeprogs/util: Fix memory leak if malloc fails in RawImage...
2009-12-04 Vinson Leeprogs/util: Fix memory leak if fopen fails in RawImageOpen.
2009-12-04 Vinson Leeprogs/util: Fix memory leak if malloc fails in tkRGBIma...
2009-12-04 Vinson Leeprogs/util: Fix memory leak if LoadRGBImage fails.
2009-12-04 Vinson Leeprogs/util: Fix memory if LoadRGBMipmaps2 fails.
2009-12-04 Vinson Leeprogs/util: Fix memory leak if LoadYUVImage fails.
2009-12-03 Vinson Leeprogs/fp: Redraw upon keypress.
2009-12-03 Vinson Leeprog/tests: Fix MSVC build.
2009-12-03 Vinson Leeprogs/tests: fix MSVC build.
2009-12-03 Vinson Leeprogs/tests: Fix MSVC build.
2009-12-03 Vinson Leeprogs/tests: Fix MSVC build.
2009-12-03 José Fonsecaprogs/tests: Use rand() instead of random().
2009-12-03 José Fonsecaprogs/tests: Use rand() instead of random().
2009-12-03 Vinson Leeprogs/tests: Fix MSVC build.
2009-12-03 Vinson Leeprog/tests: Fix MSVC build.
2009-12-03 Vinson Leeprog/tests: Fix MSVC build.
2009-12-03 Vinson Leeprogs/tests: fix MSVC build.
2009-12-03 Vinson Leeprog/tests: Fix MSVC build.
2009-12-03 Vinson Leeprogs/vpglsl: Fix psiz-mul.glsl compilation error on...
2009-12-03 Vinson Leeprogs/glsl: Fix trirast GLSL compilation errors on...
2009-12-03 Vinson Leeprogs/glsl: Fix noise GLSL compilation error on Mac OS.
2009-12-03 Vinson Leedemos/glsl: Add missing break statement to noise test.
2009-12-03 Vinson Leeprogs/glsl: Fix multinoise GLSL compilation errors...
2009-12-03 Vinson Leeprogs/glsl: Add missing break statement in multinoise.c.
2009-12-03 Vinson Leeprogs/glsl: Fix mandelbrot GLSL compilation error on...
2009-12-03 Vinson Leeprogs/glsl: Include local headers before installed...
2009-12-03 Brian Paulprogs/glsl: minor Makefile clean-ups
2009-12-02 Vinson Leeprogs: Ignore Mac OS dSYM directories.
2009-12-01 Brian Paulprogs/demos: remove unused glFogCoordPointer_ext var
2009-12-01 Tom FogalSimplify hackery added to fix AIX build.
2009-11-24 Ian Romanickshaderutil: Fix detection of shaders
2009-11-19 Tom Fogalprogs: Fix quoting issue with empty set of PROGRAM_DIRS.
2009-11-04 Vinson Leeprogs/tests: Fix MSVC build.
2009-10-29 Brian Paulprogs/tests: fixes for drawbuffers.c
2009-10-29 Brian Paulprogs/tests: added test for GL_EXT_texture_compression_...
2009-10-27 Brian Paulprogs/tests: added new blitfb.c test
2009-10-23 Brian Paulprogs/tests: print requested/internal format info
2009-10-22 Brian Paulprogs/xdemos: fix command line flag typo
2009-10-20 Brian Paulprogs/trivial: check if GL_ARB_occlusion_query is supported
2009-10-14 Brian Paulprogs/Makefile: remove extra quoting
2009-10-13 Tom FogalFix build when PROGRAM_DIRS is empty.
2009-10-07 Brian Paulprogs/xdemos: test glXQueryDrawable()
2009-10-07 Brian Paulprogs/xdemos: fix swapped parameters to CreatePbuffer()
2009-10-07 Vinson Leeprogs/test: Fix MSVC build.
2009-10-05 Jon TURNEYFix building of GLSL demos which use M_PI
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-14 Brian Paulprogs/vp: print program and error info when program...
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-07 Peter Huttererprog/glsl: fix Makefile for samplers_array.
2009-09-03 Brian Paulprogs/tests: re-enable exit() call
2009-09-03 Dave Airlietests/texcmp: glewInit in wrong place
2009-09-01 Brian Paulprogs/tests: re-enable exit() call
2009-09-01 Brian Paulprogs/samples: added test/debug code for culling
2009-09-01 Brian Paulprogs/tests: disable depth test for second glDrawPixels
2009-08-30 Brian Paulprogs/util: minor updates to glutskel.c
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
next