Age | Commit message (Expand) | Author | Files | Lines |
2009-01-14 | intel: bump driver dateintel-2008-q4 | Xiang, Haihao | 1 | -1/+1 |
2009-01-08 | i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w. | Eric Anholt | 1 | -1/+1 |
2009-01-08 | i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change. | Eric Anholt | 1 | -4/+0 |
2009-01-08 | i965: allow gl_FragData[0] usage when there's only one color buffer | Brian Paul | 1 | -2/+9 |
2009-01-08 | glsl: check that the fragment shader does not write both gl_FragColor and gl_... | Brian Paul | 1 | -0/+11 |
2009-01-08 | i965: init dst reg RelAddr field to zero | Brian Paul | 1 | -1/+2 |
2009-01-08 | i965: Note when we drop saturate mode on the floor in a VP. | Eric Anholt | 1 | -0/+5 |
2009-01-08 | i965: Add support for LRP in VPs. | Eric Anholt | 1 | -0/+42 |
2009-01-08 | mesa: fix GL_DEPTH_CLEAR_VALUE casting | Brian Paul | 2 | -4/+4 |
2009-01-08 | mesa: Fix the size per pixel for packed pixel format data type. | Xiang, Haihao | 3 | -2/+9 |
2009-01-08 | mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1... | Xiang, Haihao | 1 | -1/+1 |
2009-01-08 | dri: correct the damage. | Xiang, Haihao | 1 | -2/+17 |
2009-01-08 | mesa: add GLushort cases for render to texture (Z-buffers) | Brian Paul | 1 | -2/+50 |
2009-01-08 | mesa: fix a GLSL swizzled writemask bug | Brian Paul | 1 | -2/+18 |
2009-01-08 | i965: implement OPCODE_TRUNC (round toward zero) on vertex path. | Brian Paul | 4 | -1/+7 |
2009-01-05 | i965: added OPCODE_NRM3/4 | Brian Paul | 1 | -0/+3 |
2009-01-05 | i965: implement OPCODE_NRM3/NRM4 | Brian Paul | 1 | -3/+30 |
2009-01-05 | intel: Share passthrough transform setup between glBitmap and glDrawPixels. | Eric Anholt | 5 | -45/+52 |
2009-01-05 | intel: Add support for glBitmap as metaops using GL calls. | Eric Anholt | 4 | -0/+350 |
2009-01-05 | mesa: fix bug in evaluation of structure fields | Brian Paul | 1 | -3/+1 |
2009-01-05 | intel: disable ATI_texture_env_combine3 for i830( and related device). | Xiang, Haihao | 2 | -1/+2 |
2009-01-05 | dri: Fix driWaitForMSC32 when divisor >= 2 and msc < 0. | Eric Anholt | 1 | -9/+9 |
2009-01-05 | intel: enable ATI_texture_env_combine3. Fixes #17707 | Xiang, Haihao | 1 | -0/+1 |
2009-01-05 | i915: separate the fog term from the specular color term. | Xiang, Haihao | 1 | -19/+3 |
2008-12-23 | intel: Fix glBitmap clipping for DRI1. | Eric Anholt | 1 | -2/+2 |
2008-12-23 | Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REV | Ian Romanick | 1 | -1/+1 |
2008-12-23 | 965 / GLSL: Use full precision for EXP instruction | Ian Romanick | 1 | -1/+1 |
2008-12-23 | GLSL: The LOG2 macro doesn't have enough precision | Ian Romanick | 1 | -2/+9 |
2008-12-23 | intel: Fix glBitmap top/bottom clipping. | Eric Anholt | 1 | -40/+35 |
2008-12-23 | intel: Don't forget the source bitmap size when clipping the size we draw. | Eric Anholt | 1 | -1/+3 |
2008-12-23 | intel: Update mesa state in blit operations that want post-scissor draw bounds. | Eric Anholt | 2 | -0/+7 |
2008-12-23 | intel: don't clip to scissor-clipped read framebuffer bounds in copypixels. | Eric Anholt | 1 | -2/+2 |
2008-12-23 | intel: Move copyteximage source clipping out of copytexsubimage. | Eric Anholt | 1 | -48/+61 |
2008-12-23 | mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region. | Eric Anholt | 1 | -1/+1 |
2008-12-23 | mesa: Correct _mesa_clip_to_region() off-by-one. | Eric Anholt | 1 | -2/+2 |
2008-12-18 | i915: check WRAP_T instead of WRAP_R for cube map texture. | Xiang, Haihao | 1 | -1/+1 |
2008-12-17 | Perform range checking on app supplied texture base level | Ian Romanick | 1 | -0/+12 |
2008-12-16 | intel: stub out CompressedTexSubImage2D instead of segfaulting. | Eric Anholt | 3 | -0/+26 |
2008-12-16 | i965: Update state before checking for fallbacks in brw_try_draw_prims. | Eric Anholt | 1 | -2/+2 |
2008-12-16 | intel: Don't steal renderbuffer from caller in intel_miptree_create_for_region | Pierre Willenbrock | 1 | -1/+1 |
2008-12-16 | GLX: Include glapi.h before glapitable.h | Ian Romanick | 1 | -1/+1 |
2008-12-16 | GLX: Change resulting from previous commit | Ian Romanick | 1 | -6/+4 |
2008-12-16 | Return 0 as the request size when the pixels parameter is NULL | Neil Roberts | 1 | -0/+5 |
2008-12-16 | GLX: Fix protocol for glTexSubImage#D | Ian Romanick | 8 | -6/+39 |
2008-12-16 | Fix silly type mismatch error in multinoise demo. | Gary Wong | 1 | -4/+8 |
2008-12-16 | i965: Finish OPCODE_NOISEn instructions. | Gary Wong | 1 | -14/+437 |
2008-12-16 | Add "multinoise" demo, to test 1/2/3/4 dimensional noise. | Gary Wong | 3 | -0/+279 |
2008-12-16 | Ensure p.w is initialised in noise demo. | Gary Wong | 1 | -0/+1 |
2008-12-16 | intel: check for null texture. (fix #13902) | Xiang, Haihao | 1 | -2/+2 |
2008-12-16 | i915: fallback for cube map texture. | Xiang, Haihao | 1 | -0/+7 |