summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-01-16Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-15mesa: check frambuffer complete status before renderingAlan Hourihane
2009-01-15mesa: check frambuffer complete status before renderingAlan Hourihane
2009-01-14mesa: bump version to 7.3-rc2Brian Paul
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-14glsl: propagate pragma info down into compiler from preprocessorBrian Paul
2009-01-14mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul
2009-01-11Big endian fixes.Matthieu Herrb
2009-01-09mesa: set version string to 7.3-rc1Brian Paul
2009-01-09mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-08mesa: set version string to 7.3-rc1Brian Paul
2009-01-08mesa: Add _mesa_snprintf.José Fonseca
2009-01-08mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul
2009-01-08mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)Brian Paul
2009-01-08mesa: Use explicit casts when precision is lost.José Fonseca
2009-01-08mesa: Fix windows build when UNICODE is defined.José Fonseca
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-07mesa: Add _mesa_snprintf.José Fonseca
2009-01-06mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul
2009-01-06Merge commit 'origin/master' into gallium-0.2Brian Paul
2009-01-06mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao
2009-01-06mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...Xiang, Haihao
2009-01-05mesa: add GLushort cases for render to texture (Z-buffers)Brian Paul
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul
2009-01-01mesa: comments, whitespace changesBrian Paul
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-12-30Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-30mesa: increase max constants/uniforms to 256 (vec4 vectors)Brian Paul
2008-12-30mesa: Do not specify types in bitfields.José Fonseca
2008-12-19Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-19Add do_row_3d for mipmapping 3D texturesIan Romanick
2008-12-19Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVIan Romanick
2008-12-18mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region.Eric Anholt
2008-12-18mesa: Correct _mesa_clip_to_region() off-by-one.Eric Anholt
2008-12-18mesa: remove unneeded _mesa_reference_fragprog() callBrian Paul
2008-12-18mesa: updated commentsBrian Paul
2008-12-17mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...Brian Paul
2008-12-17mesa: remove unneeded _mesa_reference_fragprog() callBrian Paul
2008-12-17mesa: updated commentsBrian Paul
2008-12-17mesa: fix fixed-function test in get_fp_input_mask() - again.Brian Paul
2008-12-17mesa: add missing cases for texture array targetsBrian Paul
2008-12-17Revert "mesa: fix vertex program test in get_fp_input_mask()"Brian Paul
2008-12-17mesa: fix vertex program test in get_fp_input_mask()Brian Paul
2008-12-16Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-15mesa: move _mesa_dlopen(), etc into separate dlopen.c fileBrian Paul
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-12-14Perform range checking on app supplied texture base levelIan Romanick
2008-12-12mesa: fixes for srgb, new srgb formatsRoland Scheidegger
2008-12-09Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane