summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Collapse)AuthorAgeFilesLines
* A bit of r300 cleanup.Corbin Simpson2009-02-013-10/+10
|
* Make r300 and amd build in scons.Corbin Simpson2009-02-012-0/+18
|
* r300: Hook up to winsys, add missing header.Corbin Simpson2009-02-012-1/+5332
| | | | In theory it works, which of course means that it doesn't.
* gallium-r300: Add primitive CS.Corbin Simpson2009-02-013-1/+77
| | | | | Enough to get us up and running, I suppose. This needs to be pushed down into winsys!
* gallium-r300: Max LOD bias is 16.0.Corbin Simpson2009-02-011-1/+0
|
* gallium-r300: Set right ROP for solid fills.Corbin Simpson2009-02-011-3/+1
| | | | Thanks to MrCooper for pointing me in the right direction.
* gallium-r300: Fit it all together now.Corbin Simpson2009-02-019-7/+38
| | | | | In theory, it could work, but there's still some very big gaps. Anything marked with XXX should be taken care of first, probably.
* gallium-r300: Add r300_surface.Corbin Simpson2009-02-012-0/+81
| | | | | | Todo: - Hook up surface functions. - Take it for a spin and watch it crash 'n' burn.
* gallium-r300: Add r300_blit.Corbin Simpson2009-02-012-0/+125
| | | | Count the XXXs and weep?
* gallium-r300: Add copyrights, place (broken) CS.Corbin Simpson2009-02-013-0/+56
| | | | | | | | Todo: - Fill blits. - Less suck. - Ask glisse about how to get winsys+pipe talking right, so stuff like the CS can be set up right.
* gallium-r300: Add r300_clear.Corbin Simpson2009-02-013-0/+53
| | | | | | | Todo: - Less suckage. - Re-read bo-cs stuff, figure out how the hell to emit state. - Blits.
* gallium-r300: Make it build.Corbin Simpson2009-02-015-21/+98
| | | | | | Still todo: - Sort out winsys. - Less suckage.
* gallium-r300: Look less like i915.Corbin Simpson2009-02-012-4/+12
| | | | | | | Todo: - Figure out how much code goes in winsys. - Make it build. - Make it suck less.
* gallium-r300: Add some headers.Corbin Simpson2009-02-013-1/+89
| | | | Oh yeah, we're cookin' now!
* gallium-r300: Initial commit.Corbin Simpson2009-02-014-0/+172
Or should it be r300-gallium? Meh, whatever.