Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-05 | r300-gallium: Mute some debug info. | Corbin Simpson | |
Most of it is no longer interesting. | |||
2009-05-20 | radeon-gallium: Don't permit reading and writing a BO in one CS. | Corbin Simpson | |
This fixes some silent problems in current libdrm_radeon. surface_copy still locks up hard. | |||
2009-05-01 | r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI. | Corbin Simpson | |
Make things more consistent, prepare for more function hooks. | |||
2009-04-08 | r300-gallium: Properly emit indexbufs. | Corbin Simpson | |
This fixes hardlocks with anything using elts. | |||
2009-03-20 | r300-gallium: Misspelled macro name. | Corbin Simpson | |
*pulls paper bag down over head* | |||
2009-03-20 | r300-gallium: Put r300_cs_inlines to bed. | Corbin Simpson | |
Guess it was a mistake in the first place. Oops. | |||
2009-03-20 | r300-gallium: Simplify/neaten up packet3. | Corbin Simpson | |
Deck chairs on the Hindenburg. :3 | |||
2009-02-16 | r300-gallium: Add verbosity level to debugging. | Corbin Simpson | |
Makes it a bit more manageable to read through the console logs. | |||
2009-02-15 | r300-gallium: Use fui instead of a roll-my-own. | Corbin Simpson | |
Man, util/u_math just gets better by the day. | |||
2009-02-06 | r300: Clean up CS counting. | Corbin Simpson | |
2009-02-01 | r300: Unbreak emit, fix up a bunch of little things. | Corbin Simpson | |
2009-02-01 | r300: attempt at trivial/clear on r5xx | Joakim Sindholt | |
2009-02-01 | Ack, forgot to update the index again. | Corbin Simpson | |
2009-02-01 | r300: A handful of thingys. | Corbin Simpson | |
2009-02-01 | r300: Count BEGIN_CS, END_CS, warn if count is off. | Corbin Simpson | |
2009-02-01 | r300: Working trivial/clear for RV410. | Corbin Simpson | |
This might work for other people too. | |||
2009-02-01 | BROKEN | Corbin Simpson | |
This commit is only to protect against data loss, so please skip it when bisecting. Thanks. | |||
2009-02-01 | r300: Newlines, dammit! | Corbin Simpson | |
2009-02-01 | r300: Add some useful debugging information; remove a couple compile warnings. | Corbin Simpson | |
Deck chairs on the Titanic. | |||
2009-02-01 | r300: Add num_vert_pipes (and remove busted num_pipes.) | Corbin Simpson | |
2009-02-01 | [BROKEN] r300: Add initial clear/fill code. | Corbin Simpson | |
Copied from mesa and still broken. Gimme a few to clean it up. | |||
2009-02-01 | r300: Add a basic dirty state emit. | Corbin Simpson | |
I feel strangely unproductive. Must be the cold. | |||
2009-02-01 | r300: Add blend state. | Corbin Simpson | |
Also switched to r300_reg instead of radeon_reg. Yay? | |||
2009-02-01 | r300, amd: Add the ability to flush the CS. | Corbin Simpson | |
This is probably important, yeah? | |||
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 | gallium-r300: Add primitive CS. | Corbin Simpson | |
Enough to get us up and running, I suppose. This needs to be pushed down into winsys! |