summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-experimental' into debian-experimentalBrice Goglin2010-01-1134-121/+176
|\
| * radeon: fix prediction for r100 inline vert/elt emits.Dave Airlie2010-01-111-0/+1
| * radeon: fix bug in realloc code.Dave Airlie2010-01-111-1/+1
| * r300: Move initial declaration outside for loop.Vinson Lee2010-01-081-2/+4
| * meta: remove F suffix from _mesa_Ortho() paramsBrian Paul2010-01-061-3/+3
| * meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmapBrian Paul2010-01-061-19/+21
| * meta: set viewport and projection matrix in _mesa_meta_GenerateMipmapBrian Paul2010-01-061-0/+9
| * r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2010-01-062-6/+5
| * r600: float texture component orderingPierre Ossman2010-01-061-20/+20
| * mesa: test index bounds before array elementRoel Kluin2010-01-061-1/+1
| * i965: fix invalid assertion in emit_xpd(), againBrian Paul2010-01-061-1/+1
| * i965: fix invalid assertion in emit_xpd()Brian Paul2010-01-051-1/+1
| * tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3()Roel Kluin2010-01-051-1/+1
| * i915: Use _MaxLevel on principle in texture setup.Eric Anholt2010-01-041-3/+4
| * 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
* | | Merge remote branch 'upstream/mesa_7_7_branch' into debian-experimentalJulien Cristau2009-12-2553-607/+738
|\| |
| * | 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