summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2009-08-21r200: Remove unnecessary calls to rcommonEnsureCmdBufSpace.Pauli Nieminen
2009-08-21r200: Fix atom->check call to return emit size for atom.Pauli Nieminen
2009-08-21r200: Prevent flush in middle of rendering.Pauli Nieminen
2009-08-21radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen
2009-08-21radeon: Add comment to explain logic for freeing dma buffers.Pauli Nieminen
2009-08-20r600: convert to using common radeon state atomsAlex Deucher
2009-08-20r600: split state emit into block specific functionsAlex Deucher
2009-08-20radeon: Update regulary cs processing info from kernel.Pauli Nieminen
2009-08-19radeon: fix typo in last dma patchAlex Deucher
2009-08-19radeon: Add debug output for dma buffer object numbers.Pauli Nieminen
2009-08-19radeon: Fix dma buffer object pool to scale object sizes.Pauli Nieminen
2009-08-18radeon: balance dma buffer mappingPauli Nieminen
2009-08-18r200: make use of DMA buffers for Elts a lot better.Dave Airlie
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen
2009-08-18radeon/r200: fix build after OQ commitsDave Airlie
2009-08-18r300: OQ reworkDave Airlie
2009-08-17radeon: remove RADEON_DEBUG_BO stuffAlex Deucher
2009-08-17radeon: turn off bo debuggingDave Airlie
2009-08-15radeon: add flag for drm OQ supportMaciej Cencora
2009-08-15r300: clear not_flushed OQ list after flushMaciej Cencora
2009-08-15radeon space: realign with drm space check codeDave Airlie
2009-08-15Merge branch 'vbo_clean'Maciej Cencora
2009-08-14radeon: handle debug versions of radeon_bo_openMaciej Cencora
2009-08-14radeon: add VBO support (not enabled yet)Maciej Cencora
2009-08-14radeon: export emitvec* functionsMaciej Cencora
2009-08-14radeon: constify some parametersMaciej Cencora
2009-08-12r600: fix warningAlex Deucher
2009-08-12r600: clean up Create/DestroyContextAlex Deucher
2009-08-12r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen
2009-08-12radeon: Minor warnings cleanup.Eric Anholt
2009-08-12radeon: Add protection against recursive DRM locking.Pauli Nieminen
2009-08-11r600: use the drm ioctls for swap and texture uploadAlex Deucher
2009-08-10radeon_fbo: switch short to byte for 565Dave Airlie
2009-08-10radeon: fix cut-n-paste in alphabits in fbo codeDave Airlie
2009-08-07radeon: correct fix for tiling with the legacy buildAlex Deucher
2009-08-07radeon: fix the build with older drm headersAlex Deucher
2009-08-07radeon: enable tiling fallbacks in 3D driver.Dave Airlie
2009-08-07radeon span: add r200 depth/stencil span read/writingDave Airlie
2009-08-05radeon: fix miptree comparison breakageRoland Scheidegger
2009-08-04radeon: more fixes for compressed texturesRoland Scheidegger
2009-08-03radeon: Fix inverted test for disabling flushing of front buffer output.Eric Anholt
2009-08-03r600: add some new r7xx pci idsAlex Deucher
2009-08-03r600: add some missing pci idsAlex Deucher
2009-08-03r600: fix the build when RADEON_DEBUG_BO is setAlex Deucher
2009-08-03r600: fix r600SetTexOffsetAlex Deucher
2009-07-31radeon: fix r100/r200 compressed texture strideRoland Scheidegger
2009-07-31radeon: s/r300/radeon in shared code error messageRoland Scheidegger
2009-07-31radeon: Cliprects has to be updated before doing anything with clip rectanglesPauli Nieminen
2009-07-31radeon: Remove unused variable from context.Pauli Nieminen
2009-07-29r600: fix texture pitch alignmentAlex Deucher