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