Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-02 | r600: handle state emit better | Alex Deucher | |
- move shader-related state with the rest of the shader setup/emit - start to track dirty state better | |||
2009-07-31 | r600: fix reloc setup | Alex Deucher | |
re-use the same reloc index for bos that are referenced multiple times. Fixes rain demo. | |||
2009-07-31 | r600: remove unused offset_mod stuff | Alex Deucher | |
this is a step in migrating to the common cs code | |||
2009-07-31 | r600: ensure we have enough room for full state emit | Alex Deucher | |
full state is roughly 4000 dwords, but will vary depending on the rendering. Also fix some warnings. | |||
2009-07-31 | r600: get updated pending age from cs ioctl | Alex Deucher | |
REQUIRES AN UPDATED DRM | |||
2009-07-16 | Warning fixes | Kevin DeKorte | |
2009-07-16 | R6xx/r7xx: remove unused function | Alex Deucher | |
Spotted by kdekorte on IRC | |||
2009-07-16 | Fix more merge fallout | Alex Deucher | |
2009-07-15 | Use memcpy directly in the common code | Alex Deucher | |
This alleviates the need for an additional symbol. | |||
2009-07-10 | R6xx/r7xx: use packet 3 for scratch emit | Alex Deucher | |
no need to allow packet 0 scratch regs in the drm | |||
2009-07-09 | R6xx/r7xx: disable CS dump | Alex Deucher | |
Don't fprintf to a xterm with the lock held. | |||
2009-07-08 | Fix buffer age implementaion bug. | Richard Li | |
2009-07-07 | r6xx/r7xx: add sw blit for tex upload | Alex Deucher | |
Can be used for buffer swap as well. | |||
2009-07-06 | R6xx/r7xx: first pass at texture support | Alex Deucher | |
texture bo setup isn't quite working yet | |||
2009-06-25 | Fix color data can't be fetched issue | Cooper Yuan | |
2009-06-03 | dump command buffer | Alex Deucher | |
2009-05-29 | more cleanup | Alex Deucher | |
2009-05-15 | Fix r6 code bugs. | Richard Li | |
2009-05-08 | R6xx/R7xx: WIP r6xx-rewrite code | Richard Li | |
2009-04-21 | Initial pull of code from r6xx-r7xx-support branch | Richard Li | |
Not functional yet. | |||
2009-04-10 | Remove r500 stuff | Alex Deucher | |
2009-04-09 | R6xx/R7xx: r300 -> r600 symbols | Alex Deucher | |
2009-04-08 | R600: initial copy of r300 code | Alex Deucher | |