aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_emit.h
Commit message (Expand)AuthorAgeFilesLines
* r300: remove unneeded includesMaciej Cencora2009-11-141-1/+0
* r300: remove unused software TNL pathMaciej Cencora2009-08-141-3/+1
* r300: removed unnecessary paramsMaciej Cencora2009-07-131-2/+2
* r300: fix a GPU lock upMaciej Cencora2009-06-111-2/+2
* r300: rewrite vertex setup for software T&L path using functions from softwar...Maciej Cencora2009-06-071-4/+1
* r300: r300EmitArrays should never failMaciej Cencora2009-05-161-1/+1
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-1/+0
* r300: set u to 0 so debug logs are easier to readDave Airlie2009-02-231-0/+8
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-16/+16
* r300: fix some autostate batch setupsDave Airlie2009-02-061-5/+5
* r300: fix up CS for modesetting - gears under kms worksDave Airlie2009-02-041-2/+2
* r200: clear is working at least - not much elseDave Airlie2009-01-201-7/+0
* r300: move some more function to genericDave Airlie2009-01-151-55/+40
* radeon: make DRI1 one work with new CS mechanismDave Airlie2008-12-011-5/+5
* r300: cs + DRI2 supportJerome Glisse2008-11-141-28/+77
* r300: bo and cs abstraction.Jerome Glisse2008-11-141-99/+31
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-10/+10
* r300: recombine the vap input route 0 code and cleanDave Airlie2008-05-031-0/+2
* r500: setup fragment program constant emission atomDave Airlie2008-05-021-6/+8
* mesa: cleanup state emission and rs for r500Dave Airlie2008-05-021-0/+13
* some basic r500 portageDave Airlie2008-05-021-0/+12
* r300: cleanup some of the swtcl codeDave Airlie2007-07-011-0/+7
* clean up cache flush emission into one placeDave Airlie2007-06-221-0/+1
* fixup packet setup - still hangsDave Airlie2007-06-171-0/+2
* r300: Use the CP_PACKET3 macro for Type 3 packets.Oliver McFadden2007-05-301-13/+4
* r300: Just use "inline" rather than "__inline__".Oliver McFadden2007-05-201-6/+6
* r300: Use __FUNCTION__ not __func__.Oliver McFadden2007-05-111-3/+3
* r300: Renamed r300_maos.c to r300_emit.c; it contains mostly emit code now.Oliver McFadden2007-05-111-0/+8
* r300: Removed obsolete start_index16_packet/start_index32_packet.Oliver McFadden2007-05-101-22/+0
* r300: Moved some more of the emit code into r300_render.c.Oliver McFadden2007-05-101-14/+0
* r300: The empty check_space doesn't and never has done anything; removed it.Oliver McFadden2007-05-091-5/+0
* r300: Last of the indent changes. :)Oliver McFadden2007-05-091-8/+4
* r300: Removed the unused immediate vertices mode macro.Oliver McFadden2007-05-091-15/+0
* r300: Removed a disabled/obsolete e32 in the AOS function.Oliver McFadden2007-05-091-3/+0
* r300: Converted exit calls to _mesa_exit calls.Oliver McFadden2007-05-091-2/+2
* r300: Indented r300_emit.h.Oliver McFadden2007-05-091-11/+12
* r300: remove unneeded semicolon from macroDave Airlie2007-04-141-1/+1
* Fix compilation warning.Jerome Glisse2006-09-121-9/+12
* r300_emit.h cleanup.Jerome Glisse2006-07-271-177/+184
* Uncomment a couple of helper functions.Vladimir Dergachev2005-06-271-10/+1
* Rename unchecked state to match DRM driver.Vladimir Dergachev2005-06-271-6/+26
* Flat shading and bunch of clarifications to r300_reg.h .Aapo Tahkola2005-05-051-0/+1
* Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola2005-03-121-2/+4
* Add a couple of helper functions for completeness.Vladimir Dergachev2005-03-031-0/+19
* Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle2005-02-171-5/+7
* Support for idx buffers. Leaving it on by default as it doesnt seem to cause ...Aapo Tahkola2005-02-161-0/+1
* Properly configure routing - based on advice by Keith Whitwell.Vladimir Dergachev2005-01-221-2/+2
* Move the few definitions from r300_lib.h still in use to r300_emit.h.Vladimir Dergachev2005-01-111-0/+41
* Add a convenience function to issue CP delays.Vladimir Dergachev2005-01-011-0/+21