summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon space: realign with drm space check codeDave Airlie2009-08-151-1/+1
* Merge branch 'vbo_clean'Maciej Cencora2009-08-154-8/+288
|\
| * radeon: handle debug versions of radeon_bo_openMaciej Cencora2009-08-141-1/+10
| * radeon: add VBO support (not enabled yet)Maciej Cencora2009-08-142-0/+269
| * radeon: export emitvec* functionsMaciej Cencora2009-08-142-2/+4
| * radeon: constify some parametersMaciej Cencora2009-08-142-8/+8
* | r600: fix warningAlex Deucher2009-08-122-3/+3
* | r600: clean up Create/DestroyContextAlex Deucher2009-08-122-15/+4
* | r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen2009-08-121-5/+5
* | radeon: Minor warnings cleanup.Eric Anholt2009-08-121-4/+3
* | radeon: Add protection against recursive DRM locking.Pauli Nieminen2009-08-124-3/+64
* | r600: use the drm ioctls for swap and texture uploadAlex Deucher2009-08-112-31/+27
* | radeon_fbo: switch short to byte for 565Dave Airlie2009-08-101-1/+1
* | radeon: fix cut-n-paste in alphabits in fbo codeDave Airlie2009-08-101-1/+1
* | radeon: correct fix for tiling with the legacy buildAlex Deucher2009-08-072-6/+6
* | radeon: fix the build with older drm headersAlex Deucher2009-08-071-0/+6
* | 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
* | radeon: fix miptree comparison breakageRoland Scheidegger2009-08-051-1/+2
* | 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
* | r600: add some new r7xx pci idsAlex Deucher2009-08-032-0/+10
* | 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
* | r600: fix r600SetTexOffsetAlex Deucher2009-08-032-0/+32
|/
* radeon: fix r100/r200 compressed texture strideRoland Scheidegger2009-07-311-1/+12
* radeon: s/r300/radeon in shared code error messageRoland Scheidegger2009-07-311-1/+1
* radeon: Cliprects has to be updated before doing anything with clip rectanglesPauli Nieminen2009-07-311-1/+2
* radeon: Remove unused variable from context.Pauli Nieminen2009-07-312-3/+0
* r600: fix texture pitch alignmentAlex Deucher2009-07-293-4/+17
* r600: implement texture border colorAlex Deucher2009-07-281-0/+5
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-271-1/+3
* radeon: Add r6xx/r7xx chip family to get_chip_family_namePauli Nieminen2009-07-271-0/+11
* r600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SCRATCH_REG_OFFSETAlex Deucher2009-07-271-1/+1
* radeon: fix colorbuffer pitch emission regarding tiling in KMS/CS caseJerome Glisse2009-07-211-2/+2
* Merge branch 'mesa_7_5_branch'Michel Dänzer2009-07-201-2/+2
|\
| * radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil.Michel Dänzer2009-07-201-2/+2
| * radeons: use dp4 for position invariant vertex programsRoland Scheidegger2009-06-191-0/+2
| * R300: add quadpipe overridesAlex Deucher2009-04-281-4/+13
* | radeon: disable BO debugDave Airlie2009-07-181-1/+1
* | R6xx/r7xx: warning fixesKevin DeKorte2009-07-171-0/+4
* | Fix more merge falloutAlex Deucher2009-07-161-1/+0
* | radeon bo: Fix merge fall outAlex Deucher2009-07-151-0/+7
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa in...Alex Deucher2009-07-1520-633/+655
|\ \
| * | radeon: update span reading micro tile codeDave Airlie2009-07-151-103/+67
| * | radeon: r300 fix span reading for macro tiled buffers.Dave Airlie2009-07-151-6/+7
| * | radeon: for tiling you really need to use GET/PUT VALUE not PTR.Dave Airlie2009-07-151-1/+5
| * | intel/radeon: add common metaops code.Dave Airlie2009-07-155-288/+8
| * | radeon: fix unsigned vs signed comparison in stencil code.Dave Airlie2009-07-151-1/+1
| * | radeon: Differentiate 16 bpp destination formats.Michel Dänzer2009-07-141-1/+10