summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* r200: Remove unnecessary calls to rcommonEnsureCmdBufSpace.Pauli Nieminen2009-08-211-11/+6
* r200: Fix atom->check call to return emit size for atom.Pauli Nieminen2009-08-211-2/+2
* r200: Prevent flush in middle of rendering.Pauli Nieminen2009-08-212-0/+24
* radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen2009-08-211-1/+2
* radeon: Add comment to explain logic for freeing dma buffers.Pauli Nieminen2009-08-211-0/+3
* r600: convert to using common radeon state atomsAlex Deucher2009-08-201-7/+0
* r600: split state emit into block specific functionsAlex Deucher2009-08-201-1/+1
* radeon: Update regulary cs processing info from kernel.Pauli Nieminen2009-08-203-6/+12
* radeon: fix typo in last dma patchAlex Deucher2009-08-191-1/+1
* radeon: Add debug output for dma buffer object numbers.Pauli Nieminen2009-08-191-3/+18
* radeon: Fix dma buffer object pool to scale object sizes.Pauli Nieminen2009-08-192-11/+42
* radeon: balance dma buffer mappingPauli Nieminen2009-08-181-0/+4
* r200: make use of DMA buffers for Elts a lot better.Dave Airlie2009-08-182-0/+13
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-187-52/+142
* radeon/r200: fix build after OQ commitsDave Airlie2009-08-182-2/+3
* r300: OQ reworkDave Airlie2009-08-185-1/+298
* radeon: remove RADEON_DEBUG_BO stuffAlex Deucher2009-08-178-214/+10
* radeon: turn off bo debuggingDave Airlie2009-08-171-1/+1
* radeon: add flag for drm OQ supportMaciej Cencora2009-08-152-5/+8
* r300: clear not_flushed OQ list after flushMaciej Cencora2009-08-152-3/+3
* 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