Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-04 | r300-gallium: Move swtcl_emit to render to reflect its true purpose. | Corbin Simpson | |
2009-03-31 | r300-gallium: Stubs for vertex shaders. | Corbin Simpson | |
2009-03-11 | r300-gallium: r500-fs: Add shader dumper and more tex work. | Corbin Simpson | |
2009-03-10 | r300-gallium: Initial, broken, query setup. | Corbin Simpson | |
Not going to bother unbreaking it here until it's unbroken elsewhere. | |||
2009-03-01 | r300-gallium: Split off invariant state. | Corbin Simpson | |
It's kind of like a CSO todo list. :3 | |||
2009-02-20 | gallium: Improve makefiles for libraries | Jakob Bornecrantz | |
The template makefile that most libraries in gallium included was based on dri and had a bunch unrelevant junk in it. Update it and improve the depending makefiles. | |||
2009-02-13 | r300-gallium: Add derived state for vertex formats. | Corbin Simpson | |
Next up: The evil RS block. | |||
2009-02-04 | r300: Add shader state stubs. | Corbin Simpson | |
2009-02-02 | r300: Add stubs for swtcl immediate emit. | Corbin Simpson | |
2009-02-01 | r300: Put r300_blit to bed. | Corbin Simpson | |
Not going to be using the blitter. Period. | |||
2009-02-01 | r300: Finish basic state setup. | Corbin Simpson | |
I have successfully fooled glxinfo into believing that I am a competent writer of code. Next step is to trick trivial/clear. | |||
2009-02-01 | r300: Add texture stubs. | Corbin Simpson | |
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! | |||
2009-02-01 | r300: Add a basic dirty state emit. | Corbin Simpson | |
I feel strangely unproductive. Must be the cold. | |||
2009-02-01 | gallium-r300: Fit it all together now. | Corbin Simpson | |
In theory, it could work, but there's still some very big gaps. Anything marked with XXX should be taken care of first, probably. | |||
2009-02-01 | gallium-r300: Add r300_clear. | Corbin Simpson | |
Todo: - Less suckage. - Re-read bo-cs stuff, figure out how the hell to emit state. - Blits. | |||
2009-02-01 | gallium-r300: Make it build. | Corbin Simpson | |
Still todo: - Sort out winsys. - Less suckage. |