summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/Makefile
AgeCommit message (Collapse)Author
2009-04-04r300-gallium: Move swtcl_emit to render to reflect its true purpose.Corbin Simpson
2009-03-31r300-gallium: Stubs for vertex shaders.Corbin Simpson
2009-03-11r300-gallium: r500-fs: Add shader dumper and more tex work.Corbin Simpson
2009-03-10r300-gallium: Initial, broken, query setup.Corbin Simpson
Not going to bother unbreaking it here until it's unbroken elsewhere.
2009-03-01r300-gallium: Split off invariant state.Corbin Simpson
It's kind of like a CSO todo list. :3
2009-02-20gallium: Improve makefiles for librariesJakob 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-13r300-gallium: Add derived state for vertex formats.Corbin Simpson
Next up: The evil RS block.
2009-02-04r300: Add shader state stubs.Corbin Simpson
2009-02-02r300: Add stubs for swtcl immediate emit.Corbin Simpson
2009-02-01r300: Put r300_blit to bed.Corbin Simpson
Not going to be using the blitter. Period.
2009-02-01r300: 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-01r300: Add texture stubs.Corbin Simpson
2009-02-01r300: 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-01r300: Add a basic dirty state emit.Corbin Simpson
I feel strangely unproductive. Must be the cold.
2009-02-01gallium-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-01gallium-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-01gallium-r300: Make it build.Corbin Simpson
Still todo: - Sort out winsys. - Less suckage.