Age | Commit message (Expand) | Author |
2009-01-08 | mesa: Add _mesa_snprintf. | José Fonseca |
2009-01-08 | mesa: fix GL_DEPTH_CLEAR_VALUE casting | Brian Paul |
2009-01-08 | mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE) | Brian Paul |
2009-01-08 | mesa: Use explicit casts when precision is lost. | José Fonseca |
2009-01-08 | mesa: Fix windows build when UNICODE is defined. | José Fonseca |
2009-01-06 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2009-01-06 | mesa: Fix the size per pixel for packed pixel format data type. | Xiang, Haihao |
2009-01-06 | mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1... | Xiang, Haihao |
2009-01-05 | mesa: add GLushort cases for render to texture (Z-buffers) | Brian Paul |
2009-01-02 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2009-01-01 | mesa: comments, whitespace changes | Brian Paul |
2008-12-31 | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul |
2008-12-30 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-12-30 | mesa: increase max constants/uniforms to 256 (vec4 vectors) | Brian Paul |
2008-12-30 | mesa: Do not specify types in bitfields. | José Fonseca |
2008-12-19 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-12-19 | Add do_row_3d for mipmapping 3D textures | Ian Romanick |
2008-12-19 | Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REV | Ian Romanick |
2008-12-18 | mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region. | Eric Anholt |
2008-12-18 | mesa: Correct _mesa_clip_to_region() off-by-one. | Eric Anholt |
2008-12-18 | mesa: remove unneeded _mesa_reference_fragprog() call | Brian Paul |
2008-12-18 | mesa: updated comments | Brian Paul |
2008-12-17 | mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in... | Brian Paul |
2008-12-17 | mesa: remove unneeded _mesa_reference_fragprog() call | Brian Paul |
2008-12-17 | mesa: updated comments | Brian Paul |
2008-12-17 | mesa: fix fixed-function test in get_fp_input_mask() - again. | Brian Paul |
2008-12-17 | mesa: add missing cases for texture array targets | Brian Paul |
2008-12-17 | Revert "mesa: fix vertex program test in get_fp_input_mask()" | Brian Paul |
2008-12-17 | mesa: fix vertex program test in get_fp_input_mask() | Brian Paul |
2008-12-16 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-12-15 | mesa: move _mesa_dlopen(), etc into separate dlopen.c file | Brian Paul |
2008-12-15 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-12-14 | Perform range checking on app supplied texture base level | Ian Romanick |
2008-12-12 | mesa: fixes for srgb, new srgb formats | Roland Scheidegger |
2008-12-09 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-12-08 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-12-06 | mesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB). | Eric Anholt |
2008-12-01 | mesa: fix conditional in save_Lightfv(), bug 18838 | Brian |
2008-11-28 | mesa: enable texture compression extensions for software drivers when possible | Brian Paul |
2008-11-28 | mesa: remove unneeded compressed texure size checks | Phillip Klaus Krause |
2008-11-24 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-24 | mesa: add gl_program::Input/OutputFlags[] array | Brian Paul |
2008-11-20 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-11-20 | mesa: fix shadow sampling unit issue. | Xiang, Haihao |
2008-11-19 | mesa: clamp luminance if needed. | Xiang, Haihao |
2008-11-13 | mesa: fix generation of fixed function state when no vp exists | Alan Hourihane |
2008-11-13 | mesa: fix generation of fixed function state when no vp exists | Alan Hourihane |
2008-11-11 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-11 | mesa: restore the negate flag of dots in build_lighting. | Xiang, Haihao |
2008-11-11 | mesa: update new state for RasterPos like other operations. | Xiang, Haihao |