Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300-gallium, radeon-gallium: Nuke gb_pipes from orbit. | Corbin Simpson | 2009-05-17 | 1 | -1/+0 |
| | | | | | See the previous commit for an explanation. This is just all the support code for GB_TILE_CONFIG. | ||||
* | r300-gallium: Clean up outdated comments. | Corbin Simpson | 2009-05-13 | 1 | -3/+0 |
| | |||||
* | r300-gallium: Backwards test. | Corbin Simpson | 2009-03-31 | 1 | -1/+1 |
| | | | | Wow, how long's that been there? Embarrassing. | ||||
* | r300-gallium: Add RADEON_NO_TCL debugging option. | Corbin Simpson | 2009-02-28 | 1 | -1/+1 |
| | | | | Just like R300_NO_TCL, when set, forces HW TCL off. | ||||
* | r300-gallium: Add RS600 chipsets. | Corbin Simpson | 2009-02-27 | 1 | -0/+7 |
| | |||||
* | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
| | | | | | The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | ||||
* | r300: minor fixes and clear up some surface_fill | Joakim Sindholt | 2009-02-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Corbin Simpson <[email protected]> | ||||
* | r300: fix compiler/linker errors | Joakim Sindholt | 2009-02-02 | 1 | -0/+1 |
| | |||||
* | r300: Take care of some XXXes. | Corbin Simpson | 2009-02-02 | 1 | -1/+2 |
| | |||||
* | r300: Deobfuscate a few registers, fix inaccurate variable names. | Corbin Simpson | 2009-02-01 | 1 | -13/+13 |
| | | | | It's not "pipes", it's floating-point vertex processors. Completely different. | ||||
* | r300: Moar state handlers. | Corbin Simpson | 2009-02-01 | 1 | -0/+3 |
| | | | | Ah, my code's so bad. It's amazing. | ||||
* | amd/r300: Wire up GETPARAM ioctls. | Corbin Simpson | 2009-02-01 | 1 | -3/+2 |
| | | | | Whoo, stuff is starting to look cleaner and cleaner. | ||||
* | r300: Add num_vert_pipes (and remove busted num_pipes.) | Corbin Simpson | 2009-02-01 | 1 | -25/+14 |
| | |||||
* | r300: Use chip caps for something. | Corbin Simpson | 2009-02-01 | 1 | -45/+9 |
| | | | | | | Step two: Integration. Yay? Time to stop messing around with this and actually go do things. | ||||
* | r300: Add chipset sorting and capabilities. | Corbin Simpson | 2009-02-01 | 1 | -0/+391 |
Part one: Capabilities from classic Mesa. Damn, if only we didn't have so many fucking Radeons! |