Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-28 | r300-gallium: Add RADEON_NO_TCL debugging option. | Corbin Simpson | |
Just like R300_NO_TCL, when set, forces HW TCL off. | |||
2009-02-27 | r300-gallium: Add RS600 chipsets. | Corbin Simpson | |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2009-02-12 | r300: minor fixes and clear up some surface_fill | Joakim Sindholt | |
Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com> | |||
2009-02-02 | r300: fix compiler/linker errors | Joakim Sindholt | |
2009-02-02 | r300: Take care of some XXXes. | Corbin Simpson | |
2009-02-01 | r300: Deobfuscate a few registers, fix inaccurate variable names. | Corbin Simpson | |
It's not "pipes", it's floating-point vertex processors. Completely different. | |||
2009-02-01 | r300: Moar state handlers. | Corbin Simpson | |
Ah, my code's so bad. It's amazing. | |||
2009-02-01 | amd/r300: Wire up GETPARAM ioctls. | Corbin Simpson | |
Whoo, stuff is starting to look cleaner and cleaner. | |||
2009-02-01 | r300: Add num_vert_pipes (and remove busted num_pipes.) | Corbin Simpson | |
2009-02-01 | r300: Use chip caps for something. | Corbin Simpson | |
Step two: Integration. Yay? Time to stop messing around with this and actually go do things. | |||
2009-02-01 | r300: Add chipset sorting and capabilities. | Corbin Simpson | |
Part one: Capabilities from classic Mesa. Damn, if only we didn't have so many fucking Radeons! |