summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mesa/meta: move BindTexture() call in _mesa_meta_GenerateMipmap()Brian Paul2009-12-141-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
* | intel: Make RGB textures use XRGB8888Ian Romanick2009-12-101-4/+2
* | intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.Ian Romanick2009-12-101-5/+1
* | i965: Fix handling of drawing to MESA_FORMAT_XRGB8888Ian Romanick2009-12-102-3/+48
* | intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888Ian Romanick2009-12-101-1/+1
* | spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REVIan Romanick2009-12-101-0/+57
* | intel: name in intel_create_renderbuffer was always 0, removeIan Romanick2009-12-101-2/+1
* | intel: Use texformat accessor to get bytes-per-pixelIan Romanick2009-12-101-7/+1
* | intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, r...Ian Romanick2009-12-101-22/+15
* | intel: Axe intel_renderbuffer::texformatIan Romanick2009-12-107-24/+13
* | intel: Flush the render/texture cache when finishing render to texture.Eric Anholt2009-12-101-1/+9