summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.c
AgeCommit message (Collapse)Author
2009-02-14r300-gallium: Update r300_screen comments and add a few formats.Corbin Simpson
2009-02-14r300-gallium: Enable all four colorbuffer render targets.Corbin Simpson
As far as I can tell all the state emission necessary has been set up. Well, except for the fragment shader, but c'mon, gimme a break. :3
2009-02-08r300: Update to match pipe_surface changes.Corbin Simpson
2009-02-02r300: fix compiler/linker errorsJoakim Sindholt
2009-02-02r300: Take care of some XXXes.Corbin Simpson
2009-02-01r300: Add u_simple_screen support.Corbin Simpson
2009-02-01r300: Make format names legible.Corbin Simpson
2009-02-01r300: Add more capabilities.Corbin Simpson
2009-02-01r300: Newlines, dammit!Corbin Simpson
2009-02-01r300: Add some useful debugging information; remove a couple compile warnings.Corbin Simpson
Deck chairs on the Titanic.
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-01amd/r300: Wire up GETPARAM ioctls.Corbin Simpson
Whoo, stuff is starting to look cleaner and cleaner.
2009-02-01r300: Set floating-point params.Corbin Simpson
Note: I took those numbers from classic Mesa. I know that points are routinely used to clear buffers, but line width is probably wrong.
2009-02-01r300: Fix indenting.Corbin Simpson
2009-02-01r300: Fix missing free().Corbin Simpson
2009-02-01r300: Use chip caps for something.Corbin Simpson
Step two: Integration. Yay? Time to stop messing around with this and actually go do things.
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: Various flags, small state tracking things.Corbin Simpson
Getting these out of the way so more stuff can be put in.
2009-02-01r300: Add a basic dirty state emit.Corbin Simpson
I feel strangely unproductive. Must be the cold.
2009-02-01r300, amd: Make everything build. (Not necessarily work, mind you.)Corbin Simpson
Lots of structural work, especially in getting the two parts to talk nicely. Todo: - Get damn blitter working. - Add CS flush. - Reverse order of above two items.
2009-02-01gallium-r300: Max LOD bias is 16.0.Corbin Simpson
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: Make it build.Corbin Simpson
Still todo: - Sort out winsys. - Less suckage.
2009-02-01gallium-r300: Initial commit.Corbin Simpson
Or should it be r300-gallium? Meh, whatever.