summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)AuthorFilesLines
2009-12-21intel: Bump driver date to reflect status as final Q4 driver RCIan Romanick1-1/+1
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul1-7/+6
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie28-546/+644
2009-12-22radeon: drop assert accessing cref which is meant to be hiddenDave Airlie1-1/+0
2009-12-22radeon: drop unused members of radeon_state.Dave Airlie1-3/+0
2009-12-22r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2-16/+15
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie28-534/+645
2009-12-22radeon: drop assert accessing cref which is meant to be hiddenDave Airlie1-1/+0
2009-12-22radeon: drop unused members of radeon_state.Dave Airlie1-3/+0
2009-12-22r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2-16/+15
2009-12-21r600: fix glFrontFace(GL_CW)Dave Airlie1-7/+2
2009-12-16r600: Invert front face winding when rendering to FBOAlex Deucher1-0/+4
2009-12-15unichrome: Silence compiler warnings.Vinson Lee3-4/+4
2009-12-15sis: Silence compiler warnings.Vinson Lee2-2/+2
2009-12-15savage: Silence compiler warnings.Vinson Lee3-3/+6
2009-12-15r128: Silence uninitialized variable warnings in r128_tris.c.Vinson Lee1-1/+2
2009-12-15dri: Initialize variable in driBindContext.Vinson Lee1-1/+1
2009-12-15intel: Fallback to software if drawable size is > MaxRenderbufferSizeIan Romanick1-3/+8
2009-12-14mga: Silence uninitialized variable warnings.Vinson Lee1-1/+2
2009-12-14mach64: Silence uninitialized variable warnings.Vinson Lee1-1/+2
2009-12-13i810: Silence uninitialized variable warnings in i180tris.cVinson Lee1-1/+2
2009-12-10i915: Add missing break statement in i915_debug_packet.Vinson Lee1-0/+1
2009-12-09r600: fix state size prediction after dc0777d3Andre Maasikas1-1/+5
2009-12-18i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test).Eric Anholt1-1/+6
2009-12-18i915: Clean up some unnecessary x/y miptree code.Eric Anholt1-10/+1
2009-12-18i965: Add support for OPCODE_CMP in the VS to fix GLSL sqrt()Eric Anholt1-0/+14
2009-12-08r600: add support for TXB instructionAndre Maasikas1-17/+9
2009-12-08r600: reorder state for render_target and blendAndre Maasikas1-1/+1
2009-12-06dri: Fix potential null pointer dereference in driBindContext.Vinson Lee1-1/+2
2009-12-06dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee1-4/+4
2009-12-04radeon: fix polygon stippleAlex Deucher4-24/+29
2009-12-03r200: fix polygon stippleAlex Deucher4-17/+11
2009-12-01intel: Remove GL_NV_point_sprite from extension listIan Romanick1-1/+0
2009-11-30i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick1-0/+1
2009-11-29i915: Fallback bit define missed on previous commitIan Romanick1-0/+1
2009-11-29i915: Round point sizes instead of truncate.Ian Romanick1-1/+1
2009-11-29i915: Enable point sprite coordinate generationIan Romanick1-0/+29
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie1-5/+4
2009-11-23i915: Initialize Length and Offset fields when mapping a buffer objectIan Romanick1-0/+2
2009-11-23Fix the DRI swrast driver for big endian platforms.Michel Dänzer1-43/+29
2009-11-18r600: disable compressed texture supportmesa_7_6_1_rc1Alex Deucher1-0/+4
2009-11-18Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1."Alex Deucher1-7/+2
2009-11-12i965: Fix Ironlake shadow comparisons.Eric Anholt1-7/+17
2009-11-12i965: Fix VBO last-valid-offset setup on Ironlake.Eric Anholt1-10/+3
2009-11-11i965: fix EXT_provoking_vertex supportRoland Scheidegger8-29/+61
2009-11-10i965: Fix VS constant buffer value loading.Eric Anholt1-1/+11
2009-11-10i965: Unalias src/dst registers for SGE and friends.Eric Anholt1-19/+21
2009-11-10i965: Allow use of PROGRAM_LOCAL constants in ARB_vp.Eric Anholt1-1/+1
2009-11-09r600: don't emit htile regsAlex Deucher1-4/+2
2009-11-04Fix YTILE spantmp functionsAlan Hourihane1-2/+2