summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2009-08-26radeon/r100/r200: actually init the OQ support properlyDave Airlie
2009-08-26radeon: add r100 OQ support with kms.Dave Airlie
2009-08-26r200: Add scissor to state atom list.Pauli Nieminen
2009-08-25radeon/r600: Fix remaining warnings when building 64 bit binary.Pauli Nieminen
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen
2009-08-25Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-25radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen
2009-08-24r300: add support for getting Z pipe info from drmAlex Deucher
2009-08-25radeon: fix fbo size calculation to after pitchDave Airlie
2009-08-24radeon: Add debug output to radeonCountStateEmitSize.Pauli Nieminen
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-24r300: add support for EXT_framebuffer_blitMaciej Cencora
2009-08-24radeon: Fix dri1 ctx emit size.Pauli Nieminen
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-23radeon: add radeon_cs_write_table to the legacy pathAlex Deucher
2009-08-23radeon: use proper macroMaciej Cencora
2009-08-23radeon: use bo_is_idle interface for checking if OQ result is availableMaciej Cencora
2009-08-23r300: minor optimizationMaciej Cencora
2009-08-23radeon: Fix compilation with legacy memory manager.Pauli Nieminen
2009-08-23radeon: Check from kernel if dma buffer is idle.Pauli Nieminen
2009-08-22r600: add support for RS880Alex Deucher
2009-08-22radeon/r300: Code clean up and logic fix.Pauli Nieminen
2009-08-21radeon: protect against buffer overflow in state atom debug code.Pauli Nieminen
2009-08-21radeon: Improve state emit code.Pauli Nieminen
2009-08-21radeon: fix incorrect loop limit (warned by -O3)Brian Paul
2009-08-21r300: Predict emit size for next rendering operation.Pauli Nieminen
2009-08-21r300: Clean emit code.Pauli Nieminen
2009-08-21radeon: Port flush preventation code from r200 to r100.Pauli Nieminen
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