Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-06 | r300g: Fix a number of warnings | Nicolai Hähnle | |
Seriously guys.... | |||
2009-09-06 | r300g: Debug flags infrastructure | Nicolai 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-18 | r300g: Massively cleanup OQ. | Corbin Simpson | |
Still broken, but compiles cleaner, behaves better, etc. | |||
2009-08-07 | r300g: Remove r300_constant_buffer::user_count. | Corbin Simpson | |
Not needed with new compiler. | |||
2009-06-08 | r300-gallium: Make UCP and clip work again for SW TCL. | Corbin Simpson | |
SW TCL: tri-clip works, tri-userclip works HW TCL: tri-clip fails, tri-userclip works That is a 200% improvement over the previous situation. Woot. | |||
2009-05-18 | r300-gallium: Always do VTE, never software viewport. | Corbin Simpson | |
This makes glxgears draw properly with SW TCL. | |||
2009-05-13 | r300-gallium: Clean up outdated comments. | Corbin Simpson | |
2009-05-08 | r300-gallium, radeon: A couple cleanups. | Corbin Simpson | |
Trying to track down goddamn bugs. :C | |||
2009-04-15 | r300-gallium: Fixup for commit 9b75627fab5bf2ea90f27ddd31b60c54895f6de6. | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | |||
2009-04-04 | r300-gallium: Move swtcl_emit to render to reflect its true purpose. | Corbin Simpson | |
2009-03-18 | r300-gallium: Viewport state storage. | Corbin Simpson | |
2009-03-17 | r300-gallium: Emit invariant state, no matter what. | Corbin Simpson | |
It's called "invariant" for a reason. :3 | |||
2009-03-15 | r300-gallium: r500-fs: Setup immediates. | Corbin Simpson | |
Textures still not working. RS block shenanigans expected. | |||
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-03 | r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1. | Corbin Simpson | |
s/migration/migrane/ , actually. Anyway, this has working glxinfo... | |||
2009-02-28 | r300-gallium: A handful of fixups. | Corbin Simpson | |
2009-02-27 | r300-gallium: Turn true and false into TRUE and FALSE. | Corbin Simpson | |
Match the rest of Gallium. | |||
2009-02-23 | r300-gallium: Cleanup some state emit, move vertex format state to r300_emit. | Corbin Simpson | |
No need to explicitly update derived state, as it will be done automatically. | |||
2009-02-16 | r300-gallium: Add draw_arrays and friends. | Corbin Simpson | |
This is the last bit of Gallium-side plumbing for drawing things. From this point on, the only missing parts should be in r3xx-specific code areas... | |||
2009-02-02 | r300: Add stubs for swtcl immediate emit. | Corbin Simpson | |
2009-02-01 | r300: Hook up clear, set it to fallback. | Corbin Simpson | |
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 | amd/r300: Wire up GETPARAM ioctls. | Corbin Simpson | |
Whoo, stuff is starting to look cleaner and cleaner. | |||
2009-02-01 | r300: Add path for pci_id in winsys. | Corbin Simpson | |
Needs to be hooked up to the getparam from the kernel. | |||
2009-02-01 | r300: Various flags, small state tracking things. | Corbin Simpson | |
Getting these out of the way so more stuff can be put in. | |||
2009-02-01 | r300: Add blend color. | Corbin Simpson | |
2009-02-01 | r300: Add more state. | Corbin Simpson | |
pipe_rasterizer_state is big, and I'm still processing it. Todo: - LOL EVERYTHING - Moar cough syrup. - Even moar cough syrup. | |||
2009-02-01 | r300: Hook up state functions. | Corbin Simpson | |
Haha, should not have attempted the scissors. | |||
2009-02-01 | r300, 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-01 | A bit of r300 cleanup. | Corbin Simpson | |
2009-02-01 | r300: Hook up to winsys, add missing header. | Corbin Simpson | |
In theory it works, which of course means that it doesn't. | |||
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 copyrights, place (broken) CS. | Corbin Simpson | |
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. | |||
2009-02-01 | gallium-r300: Make it build. | Corbin Simpson | |
Still todo: - Sort out winsys. - Less suckage. | |||
2009-02-01 | gallium-r300: Look less like i915. | Corbin Simpson | |
Todo: - Figure out how much code goes in winsys. - Make it build. - Make it suck less. | |||
2009-02-01 | gallium-r300: Initial commit. | Corbin Simpson | |
Or should it be r300-gallium? Meh, whatever. |