aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-05153-2163/+807
|\
| * intel: intelScreenContext() is no longer usedKristian Høgsberg2010-01-041-15/+0
| * intel: Remove remaining dri2.enabled testsKristian Høgsberg2010-01-042-27/+0
| * intel: Drop more cliprect bookkeepingKristian Høgsberg2010-01-046-122/+44
| * intel: Remove struct intel_framebufferKristian Høgsberg2010-01-045-90/+51
| * intel: Remove client-side vblank codeKristian Høgsberg2010-01-048-221/+0
| * intel: Drop intelWindowMoved()Kristian Høgsberg2010-01-042-81/+0
| * intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-0413-128/+49
| * intel: Drop DRI1 static regionsKristian Høgsberg2010-01-044-352/+3
| * intel: Use depth buffer from ctx.DrawBuffer in copypix_src_region()Kristian Høgsberg2010-01-041-7/+12
| * intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-0413-204/+3
| * intel: Drop DRI1 SwapBuffer implementationKristian Høgsberg2010-01-043-189/+0
| * intel: Drop DRI1 CopySubBuffer implementationKristian Høgsberg2010-01-042-30/+0
| * intel: Drop DRI1 supportKristian Høgsberg2010-01-041-133/+0
| * Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-0415-9/+93
| * Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-04132-574/+569
| * Check for libdrm_$chipset.pc when neededKristian Høgsberg2010-01-042-2/+4
* | r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2010-01-052-6/+5
* | r600: support depth compare functions & shadow_ambientAndre Maasikas2010-01-055-2/+98
* | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-0415-45/+45
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-049-47/+65
|\ \ | |/ |/|
| * 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
* | 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