Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-13 | r300: Renamed the CACHE_CTLSTAT values to include UNKNOWN in the name; not | Oliver McFadden | |
enough information is known about them to be sure as to what the values mean. | |||
2007-03-13 | Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to either | Oliver McFadden | |
R300_RB3D_DSTCACHE_02 or R300_RB3D_DSTCACHE_0A, rather than hexadecimal values. | |||
2007-03-01 | r300: Use reg definition when available & add missing reg definition. | Christoph Bill | |
2006-11-02 | Add requested size to r300RefillCurrentDmaRegion. | Jerome Glisse | |
This way we no longuer have the fixed RADEON_BUFFER_SIZE. Anyway function calling AllocDmaRegion should check if this succeed and fail gracefuly if not (see bug 8348). | |||
2006-07-27 | r300_emit.h cleanup. | Jerome Glisse | |
Remove unused macro Replace LOCAL_VAR, PREFIX* Indent code Remove radeon redundant CP type 3 packet | |||
2006-07-01 | initialize offset to avoid bogus warnings from valgrind | Tilman Sauerbeck | |
2006-06-11 | destroy the memory manager along with the context | Tilman Sauerbeck | |
2006-03-31 | make u_list adjustable | Aapo Tahkola | |
2006-03-31 | Dont rely on writebacks | Aapo Tahkola | |
2006-03-13 | Clean build. | Aapo Tahkola | |
2006-03-09 | Kick VBOs out of GART if nothing else helps. | Aapo Tahkola | |
2006-03-07 | Convert to work with current DRM. + tag | Aapo Tahkola | |
2006-01-27 | drop all that (slow) locking stuff and make u_list per context. | Aapo Tahkola | |
2005-10-26 | Sync with my local tree. | Aapo Tahkola | |
Changes to current operation: -Elts are no longer converted to 16-bit format -Cube maps |