aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* Check for libdrm_$chipset.pc when neededKristian Høgsberg2010-01-042-2/+4
* r600: support vertex_array_bgraAndre Maasikas2010-01-045-6/+25
* mesa: fix blend enable/disable calls in meta.c codeFrancis Galiegue2010-01-031-6/+16
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-3112-16/+18
|\
| * 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
* | | mesa: implement per-buffer color maskingBrian Paul2009-12-2927-121/+146
* | | mesa: per-buffer blend enabled flagsBrian Paul2009-12-291-5/+13
* | | intel: Fix false positives in checking for non-packed depth/stencil RB.Eric Anholt2009-12-281-7/+14
* | | intel: Allow binding a stencil but not a depth buffer.Eric Anholt2009-12-282-1/+7
* | | intel: Improve INTEL_DEBUG=fbo output.Eric Anholt2009-12-281-1/+6
* | | intel: Remove dead fthrottle_mode option. We only do IRQ waits.Eric Anholt2009-12-282-5/+1
* | | i965: Extra asserts on flow control instructions to clarify for clang.Eric Anholt2009-12-261-1/+3
* | | i965: Clean up double initialization of dst_flags from a rebase resolve.Eric Anholt2009-12-261-4/+0
* | | i965: Fix setup of immediate types for gen4 disasm.Eric Anholt2009-12-261-1/+1
* | | intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt2009-12-226-9/+13
* | | intel: Replace IS_965 checks with context structure usage.Eric Anholt2009-12-228-16/+18
* | | intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt2009-12-2216-59/+79
* | | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-2224-62/+108
* | | intel: Fix leakage of active texture state in glBitmap fp metaops.Eric Anholt2009-12-221-0/+1
* | | i915: Fix use of uninitialized variable in OPCODE_NOISE stub.Eric Anholt2009-12-221-1/+1
* | | mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt2009-12-223-6/+7
* | | intel: Remove unused stored values reported by clang.Eric Anholt2009-12-225-18/+3
* | | mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-226-6/+6
* | | mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul2009-12-221-2/+2
* | | intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"Ian Romanick2009-12-211-1/+1
* | | Merge branch 'mesa_7_7_branch'Ian Romanick2009-12-211-1/+1
|\| |
| * | intel: Bump driver date to reflect status as final Q4 driver RCIan Romanick2009-12-211-1/+1
* | | osmesa: Fix a copy/paste error in building libOSMesaJeremy Huddleston2009-12-211-1/+1
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-2121-34/+77
|\| |
| * | 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