summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_cs.h
AgeCommit message (Collapse)Author
2010-02-22Revert "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-22r300g: rebuild winsys/pipe buffer handling and add buffer mapDave 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-12r300g: silence a warningMarek Olšák
2009-12-09r300g: clean up r300_emit_aosMarek Olšák
2009-12-04r300g, radeong: fix the CS overflowMarek Olšák
2009-12-02r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson
There's like five good reasons for this, I swear.
2009-11-07r300g: enable CS dumpingMaciej Cencora
2009-09-27r300g: add some debugging infoMaciej Cencora
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-06-05r300-gallium: Mute some debug info.Corbin Simpson
Most of it is no longer interesting.
2009-05-20radeon-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-01r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI.Corbin Simpson
Make things more consistent, prepare for more function hooks.
2009-04-08r300-gallium: Properly emit indexbufs.Corbin Simpson
This fixes hardlocks with anything using elts.
2009-03-20r300-gallium: Misspelled macro name.Corbin Simpson
*pulls paper bag down over head*
2009-03-20r300-gallium: Put r300_cs_inlines to bed.Corbin Simpson
Guess it was a mistake in the first place. Oops.
2009-03-20r300-gallium: Simplify/neaten up packet3.Corbin Simpson
Deck chairs on the Hindenburg. :3
2009-02-16r300-gallium: Add verbosity level to debugging.Corbin Simpson
Makes it a bit more manageable to read through the console logs.
2009-02-15r300-gallium: Use fui instead of a roll-my-own.Corbin Simpson
Man, util/u_math just gets better by the day.
2009-02-06r300: Clean up CS counting.Corbin Simpson
2009-02-01r300: Unbreak emit, fix up a bunch of little things.Corbin Simpson
2009-02-01r300: attempt at trivial/clear on r5xxJoakim Sindholt
2009-02-01Ack, forgot to update the index again.Corbin Simpson
2009-02-01r300: A handful of thingys.Corbin Simpson
2009-02-01r300: Count BEGIN_CS, END_CS, warn if count is off.Corbin Simpson
2009-02-01r300: Working trivial/clear for RV410.Corbin Simpson
This might work for other people too.
2009-02-01BROKENCorbin Simpson
This commit is only to protect against data loss, so please skip it when bisecting. Thanks.
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: 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-01r300: Add a basic dirty state emit.Corbin Simpson
I feel strangely unproductive. Must be the cold.
2009-02-01r300: Add blend state.Corbin Simpson
Also switched to r300_reg instead of radeon_reg. Yay?
2009-02-01r300, amd: Add the ability to flush the CS.Corbin Simpson
This is probably important, yeah?
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: Add primitive CS.Corbin Simpson
Enough to get us up and running, I suppose. This needs to be pushed down into winsys!