summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-01-14intel: bump driver dateintel-2008-q4Xiang, Haihao1-1/+1
2009-01-08i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w.Eric Anholt1-1/+1
2009-01-08i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.Eric Anholt1-4/+0
2009-01-08i965: allow gl_FragData[0] usage when there's only one color bufferBrian Paul1-2/+9
2009-01-08glsl: check that the fragment shader does not write both gl_FragColor and gl_...Brian Paul1-0/+11
2009-01-08i965: init dst reg RelAddr field to zeroBrian Paul1-1/+2
2009-01-08i965: Note when we drop saturate mode on the floor in a VP.Eric Anholt1-0/+5
2009-01-08i965: Add support for LRP in VPs.Eric Anholt1-0/+42
2009-01-08mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul2-4/+4
2009-01-08mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao3-2/+9
2009-01-08mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...Xiang, Haihao1-1/+1
2009-01-08dri: correct the damage.Xiang, Haihao1-2/+17
2009-01-08mesa: add GLushort cases for render to texture (Z-buffers)Brian Paul1-2/+50
2009-01-08mesa: fix a GLSL swizzled writemask bugBrian Paul1-2/+18
2009-01-08i965: implement OPCODE_TRUNC (round toward zero) on vertex path.Brian Paul4-1/+7
2009-01-05i965: added OPCODE_NRM3/4Brian Paul1-0/+3
2009-01-05i965: implement OPCODE_NRM3/NRM4Brian Paul1-3/+30
2009-01-05intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt5-45/+52
2009-01-05intel: Add support for glBitmap as metaops using GL calls.Eric Anholt4-0/+350
2009-01-05mesa: fix bug in evaluation of structure fieldsBrian Paul1-3/+1
2009-01-05intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao2-1/+2
2009-01-05dri: Fix driWaitForMSC32 when divisor >= 2 and msc < 0.Eric Anholt1-9/+9
2009-01-05intel: enable ATI_texture_env_combine3. Fixes #17707Xiang, Haihao1-0/+1
2009-01-05i915: separate the fog term from the specular color term.Xiang, Haihao1-19/+3
2008-12-23intel: Fix glBitmap clipping for DRI1.Eric Anholt1-2/+2
2008-12-23Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVIan Romanick1-1/+1
2008-12-23965 / GLSL: Use full precision for EXP instructionIan Romanick1-1/+1
2008-12-23GLSL: The LOG2 macro doesn't have enough precisionIan Romanick1-2/+9
2008-12-23intel: Fix glBitmap top/bottom clipping.Eric Anholt1-40/+35
2008-12-23intel: Don't forget the source bitmap size when clipping the size we draw.Eric Anholt1-1/+3
2008-12-23intel: Update mesa state in blit operations that want post-scissor draw bounds.Eric Anholt2-0/+7
2008-12-23intel: don't clip to scissor-clipped read framebuffer bounds in copypixels.Eric Anholt1-2/+2
2008-12-23intel: Move copyteximage source clipping out of copytexsubimage.Eric Anholt1-48/+61
2008-12-23mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region.Eric Anholt1-1/+1
2008-12-23mesa: Correct _mesa_clip_to_region() off-by-one.Eric Anholt1-2/+2
2008-12-18i915: check WRAP_T instead of WRAP_R for cube map texture.Xiang, Haihao1-1/+1
2008-12-17Perform range checking on app supplied texture base levelIan Romanick1-0/+12
2008-12-16intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt3-0/+26
2008-12-16i965: Update state before checking for fallbacks in brw_try_draw_prims.Eric Anholt1-2/+2
2008-12-16intel: Don't steal renderbuffer from caller in intel_miptree_create_for_regionPierre Willenbrock1-1/+1
2008-12-16GLX: Include glapi.h before glapitable.hIan Romanick1-1/+1
2008-12-16GLX: Change resulting from previous commitIan Romanick1-6/+4
2008-12-16Return 0 as the request size when the pixels parameter is NULLNeil Roberts1-0/+5
2008-12-16GLX: Fix protocol for glTexSubImage#DIan Romanick8-6/+39
2008-12-16i965: Finish OPCODE_NOISEn instructions.Gary Wong1-14/+437
2008-12-16intel: check for null texture. (fix #13902)Xiang, Haihao1-2/+2
2008-12-16i915: fallback for cube map texture.Xiang, Haihao1-0/+7
2008-12-16tnl: Fix zeroing of the 3ub part of a 3ub+1ub attrib pair in SSE.Guillaume Melquiond1-1/+3
2008-12-16tnl: Optimize SSE load[23]f_1 since they don't need the identity swizzle.Guillaume Melquiond1-2/+4
2008-12-16tnl: Fix typo that resulted in fallback from SSE for EMIT_3UB_3F_RGB/BGR.Guillaume Melquiond1-1/+1