mesa.git
2008-12-31 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-31 Brian Paulmesa: fix bug in evaluation of structure fields
2008-12-31 Brian Paulmesa: allow variable indexing into the predefined unifo...
2008-12-31 Brian Paulmesa: better error message when running out of GLSL...
2008-12-31 Brian Paulmesa: comments for some state vars
2008-12-31 Brian Paulmesa: increase max constants/uniforms to 256 (vec4...
2008-12-30 José Fonsecagallium: Initialize var before use.
2008-12-30 José Fonsecaglut: List new source file in sconscript.
2008-12-30 José Fonsecamesa: Do not specify types in bitfields.
2008-12-30 José Fonsecadraw: Do not specify types in bitfields.
2008-12-30 José Fonsecagallium: Remove unused variables.
2008-12-30 José Fonsecagallium: Don't redefine INLINE.
2008-12-30 José Fonsecascons: Specify C99 throughout all the tree.
2008-12-30 José Fonsecartasm: Remove spurious semi-colons after function bodies.
2008-12-30 José Fonsecagdi: Remove accidental keypresses.
2008-12-30 Brian Paulmesa: updated compilation documentation
2008-12-30 Brian Pauldemos: minor fixes to twoside.c glsl demo
2008-12-30 Xiang, Haihaointel: disable ATI_texture_env_combine3 for i830( and...
2008-12-29 Eric Anholtdri: Fix driWaitForMSC32 when divisor >= 2 and msc...
2008-12-29 Alex DeucherR300: missing semicolon
2008-12-29 Xiang, Haihaointel: enable ATI_texture_env_combine3. Fixes #17707
2008-12-28 Dave Airlier300: remove the unknowns from the indx_buffer code
2008-12-24 Xiang, Haihaoi915: separate the fog term from the specular color...
2008-12-23 Eric Anholtintel: Fix glBitmap clipping for DRI1.
2008-12-23 Dave AirlieRemove third buffer support from Mesa.
2008-12-23 Alan Hourihaneegl: fix egl closure
2008-12-23 Alan Hourihaneegl: fix startup query version
2008-12-23 Alan Hourihaneegl: support GLXFBConfigs, pbuffers and pixmaps.
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José Fonsecagdi: Cleanup sconsfile.
2008-12-22 Jerome Glissesoftpipe: initialize refcount and winsys
2008-12-22 Jerome Glissesoftpipe: convert to use texture instead of surface
2008-12-22 José Fonsecagallium: const correctness.
2008-12-21 José FonsecaIgnore new tests executables.
2008-12-20 José Fonsecagallium: Fix typo in define name.
2008-12-19 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-19 Brian Paulgallium: begin adapting Ian's 3D mipmap gen code to...
2008-12-19 Brian Paulgallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHO...
2008-12-19 Ian RomanickAdd do_row_3d for mipmapping 3D textures
2008-12-19 Ian RomanickFix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_...
2008-12-19 Ian Romanick965 / GLSL: Use full precision for EXP instruction
2008-12-19 Ian RomanickGLSL: The LOG2 macro doesn't have enough precision
2008-12-19 Eric Anholtintel: Fix glBitmap top/bottom clipping.
2008-12-19 Eric Anholtintel: Don't forget the source bitmap size when clippin...
2008-12-19 Eric Anholtintel: Update mesa state in blit operations that want...
2008-12-19 Eric Anholtintel: don't clip to scissor-clipped read framebuffer...
2008-12-19 José Fonsecagallium: Simple and efficient cache.
2008-12-19 Brian Paulcell: fix build breakage
2008-12-19 Alan Hourihanegallium: set ST_NEW_FRAMEBUFFER when setting new surfaces
2008-12-19 Brian Paulmesa: s/CC/APP_CC/ in progs/glsl/Makefile
2008-12-19 Brian Paulgallium: replace #elif with #else
2008-12-19 Brian Paulgallium: replace #elif with #else
2008-12-19 Eric Anholtintel: Move copyteximage source clipping out of copytex...
2008-12-19 Eric Anholtmesa: Clip copytexsubimage to read framebuffer bounds...
2008-12-19 Eric Anholtmesa: Correct _mesa_clip_to_region() off-by-one.
2008-12-19 Brian Paultgsi: scan for additional info: uses_fogcoord, uses_fro...
2008-12-19 Brian Paultgsi: scan for additional info: uses_fogcoord, uses_fro...
2008-12-18 Brian Paulgallium: fix two-sided lighting test in state tracker
2008-12-18 Brian Paulgallium: fix two-sided lighting test in state tracker
2008-12-18 Michal Krolglsl: Fix handling of nested parens in macro actual...
2008-12-18 Brian Pauldemos: all glutDestroyWindow() upon exit to test query...
2008-12-18 Xiang, Haihaoi915: check WRAP_T instead of WRAP_R for cube map texture.
2008-12-18 Xiang, Haihaoi915: fix abort issue. (bug #19147)
2008-12-18 Brian Paulmesa: remove unneeded _mesa_reference_fragprog() call
2008-12-18 Jon Turneydri: fix for Cygwin compilation, bug 19144
2008-12-18 Brian Paulmesa: updated comments
2008-12-18 Brian Pauldemos: add test of vertex-only and fragment-only shader...
2008-12-18 Brian Paulutil: check for frag/vertShader=0 before attaching
2008-12-18 Jerome Glissesoftpipe: initialize refcount and winsys
2008-12-18 Robert EllisonGallium: fix for conform test
2008-12-18 Michal Krolglsl: Fix handling of nested parens in macro actual...
2008-12-18 Michal Krolglsl: Fix handling of nested parens in macro actual...
2008-12-18 Brian Pauldemos: all glutDestroyWindow() upon exit to test query...
2008-12-18 Jerome Glissesoftpipe: convert to use texture instead of surface
2008-12-18 Robert EllisonGallium: fix for conform test
2008-12-18 Eric Anholtmesa: Pass the context to query object delete cb to...
2008-12-18 José Fonsecagallium: Enable memory debugging on all windows platforms.
2008-12-18 Xiang, Haihaoi915: check WRAP_T instead of WRAP_R for cube map texture.
2008-12-18 Xiang, Haihaoi915: fix abort issue. (bug #19147)
2008-12-18 Brian Paulmesa: choose GLSL vertex shader over ARB/internal verte...
2008-12-18 Brian Paulgallium: fix memory corruption in u_gen_mipmap.c
2008-12-18 Brian Paulmesa: choose GLSL vertex shader over ARB/internal verte...
2008-12-18 Brian Paulsoftpipe: fix vertex shader texture sampling
2008-12-18 Brian Paulgallium: fix memory corruption in u_gen_mipmap.c
2008-12-18 Brian Paulmesa: remove unneeded _mesa_reference_fragprog() call
2008-12-18 Jon Turneydri: fix for Cygwin compilation, bug 19144
2008-12-17 Brian Paulmesa: updated comments
2008-12-17 Brian Paulmesa: fix fixed-function test in get_fp_input_mask...
2008-12-17 Brian Paulmesa: add missing cases for texture array targets
2008-12-17 Brian Paulmesa: fix fixed-function test in get_fp_input_mask...
2008-12-17 Brian Pauldemos: add test of vertex-only and fragment-only shader...
2008-12-17 Brian Paulutil: check for frag/vertShader=0 before attaching
2008-12-17 Brian Paulmesa: add missing cases for texture array targets
2008-12-17 Brian PaulRevert "mesa: fix vertex program test in get_fp_input_m...
2008-12-17 Brian PaulRevert "mesa: fix vertex program test in get_fp_input_m...
2008-12-17 Brian Paulmesa: fix vertex program test in get_fp_input_mask()
2008-12-17 Brian Paulwinsys: fix depth buffer size when using stencil
2008-12-17 Brian Paulmesa: fix vertex program test in get_fp_input_mask()
2008-12-17 Brian Paulwinsys: fix depth buffer size when using stencil
2008-12-16 Brian Paulmesa: remove redundant Makefile lines
next