Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-18 | r600: disable compressed texture support | Alex Deucher | |
It's not implemented yet. fixes fdo bug 24047 | |||
2009-09-24 | r600: fix typo in the last commit | Alex Deucher | |
128 gprs, 256 reg-based consts | |||
2009-09-24 | r600: various cleanups | Alex Deucher | |
- max texture size is 8k, but mesa doesn't support that at the moment. - attempt to set shader limits to what the hw actually supports - clean up some old r300 cruft - no need to explicitly disable irqs. This is fixed in the drm now. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2009-08-31 | r600: Convert to shared debug code and add a few new debug messages. | Pauli Nieminen | |
There is only a few functions that have debugging enabled now. | |||
2009-08-24 | r600: fix state emit sizes | Alex Deucher | |
2009-08-23 | r600: always emit CB base | Alex Deucher | |
Not doing so seems to cause lock-ups or rendering problems on some chips. I think there is an logic issue related to CB and VGT on some chips. We ran into similar issues in r600_demo IIRC. | |||
2009-08-22 | r600: move full state to radeon state atoms | Alex Deucher | |
2009-08-20 | r600: split state emit into block specific functions | Alex Deucher | |
We probably want to go finer grained eventually, but this is a good start. | |||
2009-08-12 | r600: clean up Create/DestroyContext | Alex Deucher | |
2009-07-21 | R600: fix up some build problems | Alex Deucher | |
2009-07-06 | R6xx/r7xx: first pass at texture support | Alex Deucher | |
texture bo setup isn't quite working yet | |||
2009-05-29 | get rid of chip_object struct | Alex Deucher | |
2009-05-29 | more cleanup | Alex Deucher | |
2009-05-29 | more cleanup | Alex Deucher | |
2009-05-29 | more cleanup | Alex Deucher | |
2009-05-29 | remove more old r300 bits | Alex Deucher | |
2009-05-29 | more cleanup | Alex Deucher | |
2009-05-29 | Remove unused functions | Alex Deucher | |
2009-05-29 | R6xx/r7xx: remove old sw tcl bits | Alex Deucher | |
2009-05-29 | r6xx/r7xx: switch to common dma functions for vecs | Alex Deucher | |
2009-05-26 | fix segfault when running glxinfo | 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 | |