Age | Commit message (Expand) | Author |
2009-08-31 | r600: Add more trace debug output to rendering pipeline. | Pauli Nieminen |
2009-08-31 | r600: Convert to shared debug code and add a few new debug messages. | Pauli Nieminen |
2009-08-31 | radeon: Add common debugging functions. | Pauli Nieminen |
2009-08-28 | r600: fix scissor also. | Dave Airlie |
2009-08-26 | r600: fix two sided stencil | Alex Deucher |
2009-08-26 | r600: add missing radeon_cs_space_set_flush call | Alex Deucher |
2009-08-26 | r600: make reloc_chunk size dynamic | Alex Deucher |
2009-08-26 | r600: fix memory leak | Alex Deucher |
2009-08-26 | r600: Update vertex fetch shader if necessary | Cooper Yuan |
2009-08-25 | radeon/r600: Fix remaining warnings when building 64 bit binary. | Pauli Nieminen |
2009-08-25 | radeon: Fix all compiler warnings. | Pauli Nieminen |
2009-08-25 | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st... | Pauli Nieminen |
2009-08-25 | radeon/r200/r300/r600: Warn if we emit more than prediction was. | Pauli Nieminen |
2009-08-24 | r600: code cleanup | Alex Deucher |
2009-08-24 | r600: fix state emit sizes | Alex Deucher |
2009-08-24 | r600: Fix indetion and add useful debug output. | Pauli Nieminen |
2009-08-24 | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st... | Pauli Nieminen |
2009-08-24 | r600: scissor updates for dri2 | Dave Airlie |
2009-08-24 | r600: switch to common cs functions | Dave Airlie |
2009-08-24 | r600: map 16 VS outputs | Alex Deucher |
2009-08-23 | r600: fix logic copy paste error | Alex Deucher |
2009-08-24 | r600: Improve emit prediction. | Pauli Nieminen |
2009-08-24 | r600: Predict emit size for next rendering. | Pauli Nieminen |
2009-08-23 | r600: bump reloc_chunk size | Alex Deucher |
2009-08-23 | r600: fix count for CB/DB target state | Alex Deucher |
2009-08-23 | r600: use persistent bos for shaders | Alex Deucher |
2009-08-23 | r600: always emit CB base | Alex Deucher |
2009-08-22 | r600: make state emit more fine grained | Alex Deucher |
2009-08-22 | r600: move full state to radeon state atoms | Alex Deucher |
2009-08-22 | r600: add support for RS880 | Alex Deucher |
2009-08-21 | r600: better default state size. | Alex Deucher |
2009-08-20 | r600: convert to using common radeon state atoms | Alex Deucher |
2009-08-20 | r600: improve state emission | Alex Deucher |
2009-08-20 | r600: split state emit into block specific functions | Alex Deucher |
2009-08-20 | r600: try and get everything in the draw in one IB | Alex Deucher |
2009-08-20 | r600: move misc regs from general state | Alex Deucher |
2009-08-20 | r600: rework emit code | Alex Deucher |
2009-08-19 | r600: minor cleanup | Alex Deucher |
2009-08-18 | radeon: Optimize memory handling for dma operations. | Pauli Nieminen |
2009-08-18 | r600: fix build | Dave Airlie |
2009-08-17 | r600: fix counting error after the last commit | Alex Deucher |
2009-08-17 | r600: make sure the number of indices is valid | Alex Deucher |
2009-08-17 | radeon: remove RADEON_DEBUG_BO stuff | Alex Deucher |
2009-08-14 | r600: emit SURFACE_BASE_UPDATE on depth base updates on rv6xx | Alex Deucher |
2009-08-13 | r600: move non-surface related cb state to general state | Alex Deucher |
2009-08-13 | r600: move non-surface related depth state to general state | Alex Deucher |
2009-08-12 | r600: state cleanups | Alex Deucher |
2009-08-12 | r600: clean up Create/DestroyContext | Alex Deucher |
2009-08-12 | radeon: Minor warnings cleanup. | Eric Anholt |
2009-08-12 | r600: A shader is bound that exports Z as a float into Red channel | Cooper Yuan |