aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_cmdbuf.h
Commit message (Expand)AuthorAgeFilesLines
* r300: refactor PVS code and constants emissionMaciej Cencora2009-12-121-2/+4
* r300: refactor R500 fragment program emissionMaciej Cencora2009-12-121-4/+7
* r300: refactor color buffer setupMaciej Cencora2009-12-121-1/+8
* r300: Predict emit size for next rendering operation.Pauli Nieminen2009-08-211-0/+6
* r300: when using cs path emit scissor in the cmdbufferJerome Glisse2009-05-281-0/+1
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-2/+0
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-1/+0
* r200/r300: get up to speed on renamed filesDave Airlie2009-02-121-4/+0
* radeon/r200/r300: start to make cmd buf usefulDave Airlie2009-01-151-78/+1
* r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-141-8/+5
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-5/+5
* radeon: remove start/end offset + cleanup some whitespaceDave Airlie2008-12-221-2/+0
* radeon: fixup r500 FP emission for new CSDave Airlie2008-12-221-0/+4
* r300: convert to new relocations format (see libdrm-radeon)Jerome Glisse2008-11-141-2/+8
* r300: cs + DRI2 supportJerome Glisse2008-11-141-0/+7
* r300: bo and cs abstraction.Jerome Glisse2008-11-141-60/+66
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-3/+3
* r300: Just use "inline" rather than "__inline__".Oliver McFadden2007-05-201-3/+3
* r300: Moved some more of the emit code into r300_render.c.Oliver McFadden2007-05-101-2/+0
* r300: Added a few more Doxygen comments.Christoph Bill2007-05-091-3/+6
* r300: Indented r300_cmdbuf.[ch].Oliver McFadden2007-05-091-6/+3
* r300: Indented r300_cmdbuf.[ch].Oliver McFadden2007-05-091-21/+21
* Port of r200 VB code. VB path should be as fast as the immediate path now, t...Ben Skeggs2005-02-111-0/+3
* Fix the bug and get zbias back into shape. There might still be some problems...Aapo Tahkola2005-02-081-1/+1
* Major code restructuring:Vladimir Dergachev2005-01-041-0/+13
* Initial revisionNicolai Haehnle2004-09-281-0/+102