Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A bit of r300 cleanup. | Corbin Simpson | 2009-02-01 | 3 | -10/+10 |
| | |||||
* | Make r300 and amd build in scons. | Corbin Simpson | 2009-02-01 | 2 | -0/+18 |
| | |||||
* | r300: Hook up to winsys, add missing header. | Corbin Simpson | 2009-02-01 | 2 | -1/+5332 |
| | | | | In theory it works, which of course means that it doesn't. | ||||
* | gallium-r300: Add primitive CS. | Corbin Simpson | 2009-02-01 | 3 | -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 Simpson | 2009-02-01 | 1 | -1/+0 |
| | |||||
* | gallium-r300: Set right ROP for solid fills. | Corbin Simpson | 2009-02-01 | 1 | -3/+1 |
| | | | | Thanks to MrCooper for pointing me in the right direction. | ||||
* | gallium-r300: Fit it all together now. | Corbin Simpson | 2009-02-01 | 9 | -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 Simpson | 2009-02-01 | 2 | -0/+81 |
| | | | | | | Todo: - Hook up surface functions. - Take it for a spin and watch it crash 'n' burn. | ||||
* | gallium-r300: Add r300_blit. | Corbin Simpson | 2009-02-01 | 2 | -0/+125 |
| | | | | Count the XXXs and weep? | ||||
* | gallium-r300: Add copyrights, place (broken) CS. | Corbin Simpson | 2009-02-01 | 3 | -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 Simpson | 2009-02-01 | 3 | -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 Simpson | 2009-02-01 | 5 | -21/+98 |
| | | | | | | Still todo: - Sort out winsys. - Less suckage. | ||||
* | gallium-r300: Look less like i915. | Corbin Simpson | 2009-02-01 | 2 | -4/+12 |
| | | | | | | | Todo: - Figure out how much code goes in winsys. - Make it build. - Make it suck less. | ||||
* | gallium-r300: Add some headers. | Corbin Simpson | 2009-02-01 | 3 | -1/+89 |
| | | | | Oh yeah, we're cookin' now! | ||||
* | gallium-r300: Initial commit. | Corbin Simpson | 2009-02-01 | 4 | -0/+172 |
Or should it be r300-gallium? Meh, whatever. |