summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* intel: bump driver dateintel-2008-q4Xiang, Haihao2009-01-141-1/+1
* i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w.Eric Anholt2009-01-081-1/+1
* i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.Eric Anholt2009-01-081-4/+0
* i965: allow gl_FragData[0] usage when there's only one color bufferBrian Paul2009-01-081-2/+9
* glsl: check that the fragment shader does not write both gl_FragColor and gl_...Brian Paul2009-01-081-0/+11
* i965: init dst reg RelAddr field to zeroBrian Paul2009-01-081-1/+2
* i965: Note when we drop saturate mode on the floor in a VP.Eric Anholt2009-01-081-0/+5
* i965: Add support for LRP in VPs.Eric Anholt2009-01-081-0/+42
* mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul2009-01-082-4/+4
* mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao2009-01-083-2/+9
* mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...Xiang, Haihao2009-01-081-1/+1
* dri: correct the damage.Xiang, Haihao2009-01-081-2/+17
* mesa: add GLushort cases for render to texture (Z-buffers)Brian Paul2009-01-081-2/+50
* mesa: fix a GLSL swizzled writemask bugBrian Paul2009-01-081-2/+18
* i965: implement OPCODE_TRUNC (round toward zero) on vertex path.Brian Paul2009-01-084-1/+7
* i965: added OPCODE_NRM3/4Brian Paul2009-01-051-0/+3
* i965: implement OPCODE_NRM3/NRM4Brian Paul2009-01-051-3/+30
* intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt2009-01-055-45/+52
* intel: Add support for glBitmap as metaops using GL calls.Eric Anholt2009-01-054-0/+350
* mesa: fix bug in evaluation of structure fieldsBrian Paul2009-01-051-3/+1
* intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao2009-01-052-1/+2
* dri: Fix driWaitForMSC32 when divisor >= 2 and msc < 0.Eric Anholt2009-01-051-9/+9
* intel: enable ATI_texture_env_combine3. Fixes #17707Xiang, Haihao2009-01-051-0/+1
* i915: separate the fog term from the specular color term.Xiang, Haihao2009-01-051-19/+3
* intel: Fix glBitmap clipping for DRI1.Eric Anholt2008-12-231-2/+2
* Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVIan Romanick2008-12-231-1/+1
* 965 / GLSL: Use full precision for EXP instructionIan Romanick2008-12-231-1/+1
* GLSL: The LOG2 macro doesn't have enough precisionIan Romanick2008-12-231-2/+9
* intel: Fix glBitmap top/bottom clipping.Eric Anholt2008-12-231-40/+35
* intel: Don't forget the source bitmap size when clipping the size we draw.Eric Anholt2008-12-231-1/+3
* intel: Update mesa state in blit operations that want post-scissor draw bounds.Eric Anholt2008-12-232-0/+7
* intel: don't clip to scissor-clipped read framebuffer bounds in copypixels.Eric Anholt2008-12-231-2/+2
* intel: Move copyteximage source clipping out of copytexsubimage.Eric Anholt2008-12-231-48/+61
* mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region.Eric Anholt2008-12-231-1/+1
* mesa: Correct _mesa_clip_to_region() off-by-one.Eric Anholt2008-12-231-2/+2
* i915: check WRAP_T instead of WRAP_R for cube map texture.Xiang, Haihao2008-12-181-1/+1
* Perform range checking on app supplied texture base levelIan Romanick2008-12-171-0/+12
* intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt2008-12-163-0/+26
* i965: Update state before checking for fallbacks in brw_try_draw_prims.Eric Anholt2008-12-161-2/+2
* intel: Don't steal renderbuffer from caller in intel_miptree_create_for_regionPierre Willenbrock2008-12-161-1/+1
* GLX: Include glapi.h before glapitable.hIan Romanick2008-12-161-1/+1
* GLX: Change resulting from previous commitIan Romanick2008-12-161-6/+4
* Return 0 as the request size when the pixels parameter is NULLNeil Roberts2008-12-161-0/+5
* GLX: Fix protocol for glTexSubImage#DIan Romanick2008-12-168-6/+39
* Fix silly type mismatch error in multinoise demo.Gary Wong2008-12-161-4/+8
* i965: Finish OPCODE_NOISEn instructions.Gary Wong2008-12-161-14/+437
* Add "multinoise" demo, to test 1/2/3/4 dimensional noise.Gary Wong2008-12-163-0/+279
* Ensure p.w is initialised in noise demo.Gary Wong2008-12-161-0/+1
* intel: check for null texture. (fix #13902)Xiang, Haihao2008-12-161-2/+2
* i915: fallback for cube map texture.Xiang, Haihao2008-12-161-0/+7