summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* intel: Fix CopyTexImage from tiled mipmap levels > 0.Eric Anholt2010-01-041-2/+3
* i965: Fix the surface offset calculation for tiled buffers.Eric Anholt2010-01-041-20/+30
* r600: support vertex_array_bgraAndre Maasikas2010-01-045-6/+25
* r300: Use C-style comments.Vinson Lee2010-01-031-15/+15
* r300: Silence 'mixed declarations and code' warnings.Vinson Lee2010-01-031-4/+7
* r300: Silence 'mixed declarations and code' warning.Vinson Lee2010-01-031-1/+2
* r300: Silence 'mixed declarations and code' warning.Vinson Lee2010-01-031-1/+3
* i810: Fix include recursion.Vinson Lee2010-01-021-1/+0
* sis: ifdef out unused variable.Vinson Lee2010-01-021-0/+2
* tdfx: Silence uninitialized variable warning.Vinson Lee2009-12-291-1/+1
* intel: Silence compiler warnings.Vinson Lee2009-12-289-14/+16
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-275-3/+5
|\
| * i915: Fix assert.Vinson Lee2009-12-261-1/+1
| * intel: Silence implicit function declaration warning.Vinson Lee2009-12-251-0/+1
| * i965: Fix assert.Vinson Lee2009-12-241-1/+1
| * i965: Add missing va_end.Vinson Lee2009-12-241-0/+1
| * ffb: Silence compiler warnings.Vinson Lee2009-12-221-1/+1
* | intel: Bump driver date to reflect status as final Q4 driver RCIan Romanick2009-12-211-1/+1
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-211-7/+6
|\|
| * radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-2228-534/+645
| * radeon: drop assert accessing cref which is meant to be hiddenDave Airlie2009-12-221-1/+0
| * radeon: drop unused members of radeon_state.Dave Airlie2009-12-221-3/+0
| * r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-222-16/+15
| * r600: fix glFrontFace(GL_CW)Dave Airlie2009-12-211-7/+2
| * r600: Invert front face winding when rendering to FBOAlex Deucher2009-12-161-0/+4
* | radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-2228-546/+644
* | radeon: drop assert accessing cref which is meant to be hiddenDave Airlie2009-12-221-1/+0
* | radeon: drop unused members of radeon_state.Dave Airlie2009-12-221-3/+0
* | r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-222-16/+15
* | i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test).Eric Anholt2009-12-181-1/+6
* | i915: Clean up some unnecessary x/y miptree code.Eric Anholt2009-12-181-10/+1
* | i965: Add support for OPCODE_CMP in the VS to fix GLSL sqrt()Eric Anholt2009-12-181-0/+14
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-168-7/+11
|\|
| * unichrome: Silence compiler warnings.Vinson Lee2009-12-153-4/+4
| * sis: Silence compiler warnings.Vinson Lee2009-12-152-2/+2
| * savage: Silence compiler warnings.Vinson Lee2009-12-153-3/+6
| * r128: Silence uninitialized variable warnings in r128_tris.c.Vinson Lee2009-12-151-1/+2
| * dri: Initialize variable in driBindContext.Vinson Lee2009-12-151-1/+1
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-154-6/+14
|\|
| * intel: Fallback to software if drawable size is > MaxRenderbufferSizeIan Romanick2009-12-151-3/+8
| * mga: Silence uninitialized variable warnings.Vinson Lee2009-12-141-1/+2
| * mach64: Silence uninitialized variable warnings.Vinson Lee2009-12-141-1/+2
| * i810: Silence uninitialized variable warnings in i180tris.cVinson Lee2009-12-131-1/+2
* | i965: Use current draw buffer instead of drawable visual to get alpha bitsIan Romanick2009-12-142-3/+3
* | radeon: fix #25463Maciej Cencora2009-12-121-1/+4
* | r300: fix depth texturesMaciej Cencora2009-12-112-3/+17
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-112-1/+6
|\|
| * i915: Add missing break statement in i915_debug_packet.Vinson Lee2009-12-101-0/+1
| * r600: fix state size prediction after dc0777d3Andre Maasikas2009-12-091-1/+5
* | intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick2009-12-104-52/+17