aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_chipset.c
Commit message (Collapse)AuthorAgeFilesLines
* r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.Corbin Simpson2009-05-171-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 Simpson2009-05-131-3/+0
|
* r300-gallium: Backwards test.Corbin Simpson2009-03-311-1/+1
| | | | Wow, how long's that been there? Embarrassing.
* r300-gallium: Add RADEON_NO_TCL debugging option.Corbin Simpson2009-02-281-1/+1
| | | | Just like R300_NO_TCL, when set, forces HW TCL off.
* r300-gallium: Add RS600 chipsets.Corbin Simpson2009-02-271-0/+7
|
* util: Move p_debug.h into util module.José Fonseca2009-02-181-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_fillJoakim Sindholt2009-02-121-2/+2
| | | | Signed-off-by: Corbin Simpson <[email protected]>
* r300: fix compiler/linker errorsJoakim Sindholt2009-02-021-0/+1
|
* r300: Take care of some XXXes.Corbin Simpson2009-02-021-1/+2
|
* r300: Deobfuscate a few registers, fix inaccurate variable names.Corbin Simpson2009-02-011-13/+13
| | | | It's not "pipes", it's floating-point vertex processors. Completely different.
* r300: Moar state handlers.Corbin Simpson2009-02-011-0/+3
| | | | Ah, my code's so bad. It's amazing.
* amd/r300: Wire up GETPARAM ioctls.Corbin Simpson2009-02-011-3/+2
| | | | Whoo, stuff is starting to look cleaner and cleaner.
* r300: Add num_vert_pipes (and remove busted num_pipes.)Corbin Simpson2009-02-011-25/+14
|
* r300: Use chip caps for something.Corbin Simpson2009-02-011-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 Simpson2009-02-011-0/+391
Part one: Capabilities from classic Mesa. Damn, if only we didn't have so many fucking Radeons!