summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state_derived.c
AgeCommit message (Collapse)Author
2009-09-28r300g: silence compiler warningDave Airlie
2009-09-06r300g: Fix a number of warningsNicolai Hähnle
Seriously guys....
2009-09-06r300g: Debug flags infrastructureNicolai Hähnle
So that debugging is no longer a full-spam-or-nothing approach, you are now supposed to set the RADEON_DEBUG environment flag just like for classic Mesa. The available debug flags are different, however. Just running an OpenGL application with RADEON_DEBUG set to an arbitrary string will print out helpful information. Everything must be compiled with -DDEBUG for any of this to work
2009-08-24r300g: Set the vector address in the input memory for ↵Cooper Yuan
bypass_vs_clip_and_viewport case
2009-07-30r300g: Use radeon compiler for fragment programsNicolai Hähnle
This is entirely untested on R500, and needs more testing on R300.
2009-07-30r300g: Use r300compiler for vertex shadersNicolai Hähnle
2009-06-01r300-gallium: Slightly hacky fix for glxgears-style TCL.Corbin Simpson
2009-05-20r300-gallium: Prevent assert when fogcoords are present.Corbin Simpson
Seems like this file is the source of all bad logic. (Pun intended.)
2009-05-11r300-gallium: Cleanup PSC for HW TCL.Corbin Simpson
Still dies in assert, but at least it's not my assert anymore. :3
2009-04-15r300-gallium: Point size is at OVM position 15, not 1.Corbin Simpson
Or so sayeth osiris, and he would know. :3
2009-04-10r300-gallium: Split up vertex format tallying for HW and SW TCL.Corbin Simpson
This makes things draw (again) with HW TCL. Yay?
2009-04-10r300-gallium: Finish up cleanup of vertex format state.Corbin Simpson
This makes texcoords route properly, and also fixes a few asserts.
2009-04-10r300-gallium: Clean up vertex format setup.Corbin Simpson
2009-04-05r300-gallium: Re-translate shaders if constants change.Corbin Simpson
2009-04-04r300-gallium: Calculate vert shader inputs for HW TCL.Corbin Simpson
This is definitely not perfect.
2009-03-30r300-gallium: Fix hardlock when no colors or textures are present.Corbin Simpson
2009-03-15r300-gallium: Fix vertex memory offsets.Corbin Simpson
Wow, I must have been asleep when I made that mistake.
2009-03-15r300-gallium: Always rasterize at least one color.Corbin Simpson
2009-03-07r300-gallium: Correct vertex format setup, cleanup regs and debugging.Corbin Simpson
trivial/point no longer hardlocks.
2009-03-07r300-gallium: Clean up RS.Corbin Simpson
Wow, there were buggies by the boatload in there.
2009-03-07r300-gallium: Typo in assert.Corbin Simpson
2009-03-07r300-gallium: A bit more vertex format fixup.Corbin Simpson
2009-03-06r300-gallium: Fix masking on vertex formats.Corbin Simpson
Gah, what a simple yet terrible mistake.
2009-02-28r300-gallium: A handful of fixups.Corbin Simpson
2009-02-28r300-gallium: Fix RS.Corbin Simpson
I should just stop using "git stash" altogether.
2009-02-27r300-gallium: Properly split up RS into r300 and r500 variants.Corbin Simpson
2009-02-27r300-gallium: Turn true and false into TRUE and FALSE.Corbin Simpson
Match the rest of Gallium.
2009-02-27r300-gallium: Add RS block setup.Corbin Simpson
This is still icky, and only compile-tested.
2009-02-27r300-gallium: A handful of tiny vfmt fixups.Corbin Simpson
Using a tab of inputs should work, but I keep getting bad results. If only Rawhide's GDB wasn't broken...
2009-02-23r300-gallium: Fix a handful of compile warnings.Corbin Simpson
Some harmless, some very dangerous.
2009-02-23r300-gallium: Finish VAP/VF setup.Corbin Simpson
Messy, messy.
2009-02-16r300-gallium: Ooops, forgot to apply this stash.Corbin Simpson
"git stash": The cause of, and solution to, all my problems.
2009-02-13r300-gallium: Add derived state for vertex formats.Corbin Simpson
Next up: The evil RS block.