Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-12 | r300: refactor PVS code and constants emission | Maciej Cencora | |
2009-12-12 | r300: refactor R500 fragment program emission | Maciej Cencora | |
2009-12-12 | r300: refactor color buffer setup | Maciej Cencora | |
2009-08-21 | r300: Predict emit size for next rendering operation. | Pauli Nieminen | |
We do flush for cmd buffer in case there isn't enough space left for whole rendering operation. This protects dma regions from getting released in middle of state emit. Signed-off-by: Pauli Nieminen <suokkos@gmail.com> | |||
2009-05-28 | r300: when using cs path emit scissor in the cmdbuffer | Jerome Glisse | |
2009-04-02 | radeon/r200/r300: collapse context destruction down to a common path. | Dave Airlie | |
Context destruction was nearly the same over all the drivers, so collapse it down. | |||
2009-02-12 | radeon/r200/r300: make build with out libdrm_radeon installed for now | Dave Airlie | |
2009-02-12 | r200/r300: get up to speed on renamed files | Dave Airlie | |
2009-01-15 | radeon/r200/r300: start to make cmd buf useful | Dave Airlie | |
2009-01-14 | r300: start moving new r300 cmdbuf into common code | Dave Airlie | |
2009-01-14 | radeon/r200/r300: initial attempt to convert to common context code | Dave Airlie | |
2008-12-22 | radeon: remove start/end offset + cleanup some whitespace | Dave Airlie | |
2008-12-22 | radeon: fixup r500 FP emission for new CS | Dave Airlie | |
2008-11-14 | r300: convert to new relocations format (see libdrm-radeon) | Jerome Glisse | |
2008-11-14 | r300: cs + DRI2 support | Jerome Glisse | |
If DRI2 is enabled then switch cmd assembly to directly build hw packet. | |||
2008-11-14 | r300: bo and cs abstraction. | Jerome Glisse | |
This abstract memory management and command stream building so we can use different backend either legacy one which use old pathway or a new one like with a new memory manager. This works was done by : Nicolai Haehnle Dave Airlie Jerome Glisse | |||
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
2007-05-20 | r300: Just use "inline" rather than "__inline__". | Oliver McFadden | |
2007-05-10 | r300: Moved some more of the emit code into r300_render.c. | Oliver McFadden | |
2007-05-09 | r300: Added a few more Doxygen comments. | Christoph Bill | |
2007-05-09 | r300: Indented r300_cmdbuf.[ch]. | Oliver McFadden | |
2007-05-09 | r300: Indented r300_cmdbuf.[ch]. | Oliver McFadden | |
2005-02-11 | Port of r200 VB code. VB path should be as fast as the immediate path now, ↵ | Ben Skeggs | |
tuxracer should render correctly. Immediate path was left enabled. | |||
2005-02-08 | Fix the bug and get zbias back into shape. There might still be some ↵ | Aapo Tahkola | |
problems with initial zbias... | |||
2005-01-04 | Major code restructuring: | Vladimir Dergachev | |
* move proven code into the r300_state.c * update ClearBuffer to cope with more dynamic state * cleanup ! | |||
2004-09-28 | Initial revision | Nicolai Haehnle | |