aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_swtcl.c
Commit message (Expand)AuthorAgeFilesLines
* r300: swtcl rewrite and cleanupMaciej Cencora2009-04-071-221/+224
* Merge remote branch 'main/master' into radeon-rewriteDave Airlie2009-03-201-6/+69
|\
| * r300: route fog coord and W pos correctlyMaciej Cencora2009-03-061-37/+96
| * r300: don't crash on sw tcl hw if point size vertex attrib is sentMaciej Cencora2009-03-061-2/+2
* | r300: fix swtcl codepathsDave Airlie2009-03-061-6/+18
* | r300: make r300 work with latest changesDave Airlie2009-02-121-1/+2
* | radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-1/+1
* | r300: rename validate textures to validate buffersDave Airlie2009-02-021-1/+1
* | r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-311-107/+50
* | r200/r300: add aperture space checksDave Airlie2009-01-311-0/+2
* | WIP comitDave Airlie2009-01-291-1/+1
* | radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-291-28/+61
* | r200: clear is working at least - not much elseDave Airlie2009-01-201-7/+7
* | r300: move some more function to genericDave Airlie2009-01-151-2/+2
* | r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-141-3/+3
* | r300: convert to new relocations format (see libdrm-radeon)Jerome Glisse2008-11-141-1/+1
* | r300: cs + DRI2 supportJerome Glisse2008-11-141-1/+1
* | r300: bo and cs abstraction.Jerome Glisse2008-11-141-98/+66
|/
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-8/+8
* r300: fix swtcl texrect path properly.Dave Airlie2008-05-051-0/+1
* r300: remove debugging codeDave Airlie2008-05-041-2/+0
* r300: setup vte according to inputsDave Airlie2008-05-041-1/+7
* r300: recombine the vap input route 0 code and cleanDave Airlie2008-05-031-41/+16
* R300: clean up VAP_PROG_STREAM_CNTL* register usageAlex Deucher2008-05-021-11/+16
* Fix-up #includes to remove some -I options.Brian2007-09-111-0/+1
* r300: only init swtcl on tcl-less cardsDave Airlie2007-07-041-0/+5
* r300: fix compiz crash on swtcl - doesn't fix compiz though.Dave Airlie2007-07-021-4/+3
* fix tabbingDave Airlie2007-07-011-231/+226
* r300: cleanup some of the swtcl codeDave Airlie2007-07-011-100/+1
* r300: fixup manytex, we needed to emit the vic/vir/vof every timeDave Airlie2007-07-011-46/+52
* clean up cache flush emission into one placeDave Airlie2007-06-221-21/+5
* clean up color0 codeDave Airlie2007-06-211-15/+1
* fix unfilled tris/quadsDave Airlie2007-06-211-3/+7
* ensure cmd buffer spaceDave Airlie2007-06-211-0/+1
* fix up vertex emission before state changeDave Airlie2007-06-211-19/+4
* fix secondary color, fog is off for nowDave Airlie2007-06-211-42/+9
* fix projtexDave Airlie2007-06-211-19/+20
* fix quad-clipDave Airlie2007-06-211-3/+3
* bring over vertex engine setup code from r300_Render and fix upDave Airlie2007-06-211-34/+191
* swtcl: gears worksDave Airlie2007-06-201-136/+159
* more commits to fix things and stuff - still not doing anything except crashinDave Airlie2007-06-171-17/+38
* swtcl add debug and fix offsetDave Airlie2007-06-171-1/+3
* cleaned up reduced primDave Airlie2007-06-171-22/+31
* fixup packet setup - still hangsDave Airlie2007-06-171-14/+17
* add more swtcl code to r300 - hangs card nowDave Airlie2007-06-171-5/+97
* Initial r300 modes for swtcl it compiles!!Dave Airlie2007-06-141-0/+570