Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / main /
2009-01-22 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-21 Brian Paulmesa: add some debug assertions to detect null current...
2009-01-20 Brian Paulmesa: bump version to 7.3-rc3
2009-01-20 Thomas HellstromFix store texel for argb4444.
2009-01-20 Thomas HellstromFix store texel for argb8888_rev.
2009-01-20 Thomas HellstromAdd RGBA4444 and RGBA5551 texture formats.
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-16 Brian Paulmesa: remove GL_DEPTH_TEST + no depth buffer test
2009-01-16 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-15 Alan Hourihanemesa: check frambuffer complete status before rendering
2009-01-15 Alan Hourihanemesa: check frambuffer complete status before rendering
2009-01-15 Brian Paulmesa: bump version to 7.3-rc2
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Brian Paulglsl: propagate pragma info down into compiler from...
2009-01-14 Brian Paulmesa: fix incorrect transformation of GL_SPOT_DIRECTION
2009-01-11 Matthieu HerrbBig endian fixes.
2009-01-11 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-09 Brian Paulmesa: set version string to 7.3-rc1
2009-01-09 Eric Anholtmesa: Remove _Active and _UseTexEnvProgram flags from...
2009-01-09 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-08 Brian Paulmesa: set version string to 7.3-rc1
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2009-01-08 José Fonsecamesa: Add _mesa_snprintf.
2009-01-08 Brian Paulmesa: fix GL_DEPTH_CLEAR_VALUE casting
2009-01-08 Brian Paulmesa: fix float->int mapping for glGetIntegerv(GL_DEPTH...
2009-01-08 José Fonsecamesa: Use explicit casts when precision is lost.
2009-01-08 José Fonsecamesa: Fix windows build when UNICODE is defined.
2009-01-08 Eric Anholtmesa: Remove _Active and _UseTexEnvProgram flags from...
2009-01-07 José Fonsecamesa: Add _mesa_snprintf.
2009-01-07 José Fonsecamesa: Add _mesa_snprintf.
2009-01-06 Brian Paulmesa: fix GL_DEPTH_CLEAR_VALUE casting
2009-01-06 Brian Pauladd GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate...
2009-01-06 Brian Paulmesa: fix GL_DEPTH_CLEAR_VALUE casting
2009-01-06 Brianmesa: fix cast/conversion for optional code
2009-01-06 Brian Paulmesa: fix float->int mapping for glGetIntegerv(GL_DEPTH...
2009-01-06 José Fonsecamesa: Use explicit casts when precision is lost.
2009-01-06 Brianmesa: fix conditional in save_Lightfv(), bug 18838
2009-01-06 Brian Paulmesa: add gl_program::Input/OutputFlags[] array
2009-01-06 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-06 Xiang, Haihaomesa: Fix the size per pixel for packed pixel format...
2009-01-06 Xiang, Haihaomesa: Fix the number of components for GL_UNSIGNED_SHOR...
2009-01-06 Brian Paulmesa: add GLushort cases for render to texture (Z-buffers)
2009-01-02 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-01 Brian Paulmesa: comments, whitespace changes
2008-12-31 Brian Paulmesa: increase max texture image units and GLSL sampler...
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-31 Brian Paulmesa: increase max constants/uniforms to 256 (vec4...
2008-12-30 José Fonsecamesa: Do not specify types in bitfields.
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-19 Brian PaulMerge commit 'origin/master' into gallium-0.2
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 Eric Anholtmesa: Clip copytexsubimage to read framebuffer bounds...
2008-12-19 Eric Anholtmesa: Correct _mesa_clip_to_region() off-by-one.
2008-12-18 Brian Paulmesa: remove unneeded _mesa_reference_fragprog() call
2008-12-18 Brian Paulmesa: updated comments
2008-12-18 Eric Anholtmesa: Pass the context to query object delete cb to...
2008-12-18 Brian Paulmesa: choose GLSL vertex shader over ARB/internal verte...
2008-12-18 Brian Paulmesa: choose GLSL vertex shader over ARB/internal verte...
2008-12-18 Brian Paulmesa: remove unneeded _mesa_reference_fragprog() call
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 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 Paulmesa: fix vertex program test in get_fp_input_mask()
2008-12-16 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-16 Brian Paulmesa: move _mesa_dlopen(), etc into separate dlopen...
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-15 Ian RomanickPerform range checking on app supplied texture base...
2008-12-12 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-12 Roland Scheideggermesa: fixes for srgb, new srgb formats
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-09 Brian Paulmesa: move _mesa_dlopen(), etc into separate dlopen...
2008-12-09 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-08 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-07 Eric Anholtmesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB).
2008-12-02 Brianmesa: fix conditional in save_Lightfv(), bug 18838
2008-11-28 Brian Paulmesa: enable texture compression extensions for softwar...
2008-11-28 Phillip Klaus Krausemesa: remove unneeded compressed texure size checks
2008-11-28 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-24 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-24 Brian Paulmesa: add gl_program::Input/OutputFlags[] array
2008-11-20 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-20 Xiang, Haihaomesa: fix shadow sampling unit issue.
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-19 Xiang, Haihaomesa: clamp luminance if needed.
2008-11-15 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-13 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
next