Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-14 | r300g: simplify reloc macros | Marek Olšák | |
2010-06-14 | r300g: count CS dwords on debug builds only | Marek Olšák | |
2010-06-13 | r300g: add API for building command buffers | Marek Olšák | |
The idea is to build a hardware command buffer for every CSO and memcpy the buffer to a command stream at bind time (or dirty-state-emission time, to be precise). | |||
2010-06-13 | r300g: inline FLUSH_CS | Marek Olšák | |
The fewer macros, the better. | |||
2010-06-13 | r300g: reorder CS macros and document them a little | Marek Olšák | |
2010-06-13 | r300g: drop DBG_CS | Marek Olšák | |
I'd like the CS macros to be as lightweight as possible for performance reasons. | |||
2010-06-13 | r300g: inline CHECK_CS | Marek Olšák | |
2010-06-02 | r300g: use r300_buffer_domain everywhere | Marek Olšák | |
2010-05-26 | r300g: add get_cs_info winsys entrypoint, abandon check_cs | Marek Olšák | |
2010-04-26 | r300g: Rudimentary stats, printed on exit. | Corbin Simpson | |
Whoo! | |||
2010-04-26 | r300g: Add CS table writing. | Corbin Simpson | |
2010-03-21 | r300g: fix scons build | Marek Olšák | |
2010-03-15 | r300g: rebuild screen/winsys interface | Dave Airlie | |
This creates a cleaner winsys and drop the simple screen stuff. It makes r300g use pb_bufmgr structs. It also tries to avoid overheads from mapping too often. v5: clean warnings v6: break out of cache check on first buffer - since most likely the first busy one implies all after it are busy. v7: cleanup a bit v8-merged: drop cman for now to just get all the interface changes in first. rework to changes that happened upstream Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-02-22 | Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map" | Dave Airlie | |
This reverts commit fff5be8e7b4557c221f2425dcafc2e7cbbba76ba. Probably went too soon with this, dileX reported OA not working for him it works here fine, but the optimisations I wanted aren't working properly yet so I'll fix that now. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-02-22 | r300g: rebuild winsys/pipe buffer handling and add buffer map | Dave Airlie | |
This creates a cleaner winsys and drop the simple screen stuff. It makes r300g use pb_bufmgr structs and adds usage of the cached bufmgr for vertex/index buffers. It also avoids mapping too often. I'm not 100% sure this is perfect but it won't find its own bugs. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-01-12 | r300g: silence a warning | Marek Olšák | |
2009-12-09 | r300g: clean up r300_emit_aos | Marek Olšák | |
2009-12-04 | r300g, radeong: fix the CS overflow | Marek Olšák | |
2009-12-02 | r300g, radeong: De-specialize r300_winsys into radeon_winsys. | Corbin Simpson | |
There's like five good reasons for this, I swear. | |||
2009-11-07 | r300g: enable CS dumping | Maciej Cencora | |
2009-09-27 | r300g: add some debugging info | Maciej Cencora | |
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-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! |