summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* Revert "i965: Disable texture tiling by default."Eric Anholt2009-08-071-1/+5
* intel: Align region height as required for tiled regions.Eric Anholt2009-08-071-0/+5
* i965: Add a note justifying domain choice for the SF VP.Eric Anholt2009-08-071-0/+3
* intel: Add some more safety asserts in the blit code.Eric Anholt2009-08-071-0/+3
* i965: Replace the subroutine-skipping jump in VS with a NOP if it's a NOP.Eric Anholt2009-08-071-1/+5
* radeon: correct fix for tiling with the legacy buildAlex Deucher2009-08-072-6/+6
* intel: Fix googleearth by avoiding GL_VIEWPORT_BIT in meta clear push/popEric Anholt2009-08-071-2/+5
* radeon: fix the build with older drm headersAlex Deucher2009-08-071-0/+6
* dri: Fix problems with unitialized values in dri screen object.Pauli Nieminen2009-08-071-1/+1
* i965: minor context commentsBrian Paul2009-08-071-1/+5
* intel: minor context commentsBrian Paul2009-08-071-1/+5
* intel: move blit call out of assert()Brian Paul2009-08-071-7/+9
* intel: fix typo: s/softare/software/Brian Paul2009-08-071-2/+2
* radeon: enable tiling fallbacks in 3D driver.Dave Airlie2009-08-073-1/+28
* radeon span: add r200 depth/stencil span read/writingDave Airlie2009-08-071-13/+111
* r200: fix scissor emission for r200 under kmsDave Airlie2009-08-071-18/+24
* mesa: IgnoresJakob Bornecrantz2009-08-061-0/+1
* i965: Fix source depth reg setting for FSes reading and writing to depth.Eric Anholt2009-08-053-1/+5
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-051-0/+5
|\
| * intel: Fix inverted test for disabling flushing of front buffer output.Brian Paul2009-08-041-1/+1
| * intel: Wait on the last swapbuffers to complete before queuing a new one.Brian Paul2009-08-043-0/+28
* | r200: emit colorpitchDave Airlie2009-08-051-2/+2
* | i965: Fix dangerous warning I let slip in.Eric Anholt2009-08-041-1/+1
* | i965: Respect CondSwizzle in OPCODE_IF.Eric Anholt2009-08-041-1/+21
* | i965: Emit conditional code updates as required for GLSL VS if statements.Eric Anholt2009-08-041-0/+13
* | i965: Don't set pop_count in the reserved MBZ area of IF statements.Eric Anholt2009-08-041-1/+1
* | i965: Print out ELSE and ENDIF src1 arguments like IF does.Eric Anholt2009-08-041-2/+2
* | r200: fix off-by-one errors causing 6th texture unit to not workRoland Scheidegger2009-08-051-2/+2
* | r200: fix compiler warning (unused var)Roland Scheidegger2009-08-051-2/+0
* | radeon: fix miptree comparison breakageRoland Scheidegger2009-08-051-1/+2
* | intel: implement intelCompressedTexSubImage2DRoland Scheidegger2009-08-051-21/+44
* | intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-0411-24/+131
* | i965: Spell "conditional" correctly.Eric Anholt2009-08-043-16/+16
* | i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.Eric Anholt2009-08-048-12/+47
* | i965: Initial import of disasm code from intel-gen4asm.Eric Anholt2009-08-041-0/+901
* | i965: warning fixEric Anholt2009-08-041-1/+1
* | i965: Fix RECT shadow sampling by not losing the other texcoords.Eric Anholt2009-08-041-1/+5
* | i965: Assert that the offset in the VBO is below the VBO size.Eric Anholt2009-08-031-0/+14
* | i965: Even if no VS inputs are set, still load some amount of URB as required.Eric Anholt2009-08-031-0/+11
* | i965: Make sure the VS URB size is big enough to fit a VF VUE.Eric Anholt2009-08-031-2/+8
* | i965: Don't emit bad packets when no VBs are referenced.Eric Anholt2009-08-031-0/+22
* | i965: Calculate enabled[] and nr_enabled once and re-use the values.Eric Anholt2009-08-032-29/+18
* | radeon: more fixes for compressed texturesRoland Scheidegger2009-08-042-11/+30
* | radeon: Fix inverted test for disabling flushing of front buffer output.Eric Anholt2009-08-031-1/+1
* | intel: Fix inverted test for disabling flushing of front buffer output.Eric Anholt2009-08-031-1/+1
* | intel: Wait on the last swapbuffers to complete before queuing a new one.Eric Anholt2009-08-033-0/+28
* | r600: add some new r7xx pci idsAlex Deucher2009-08-032-0/+10
* | egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-031-2/+2
* | r600: add some missing pci idsAlex Deucher2009-08-032-0/+4
* | r600: fix the build when RADEON_DEBUG_BO is setAlex Deucher2009-08-031-1/+1