summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_swtcl.c
AgeCommit message (Expand)Author
2009-07-27r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle
2009-07-27r300: Remove some dependencies on additional fragment program copiesNicolai Hähnle
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle
2009-07-13r300: fix WPOS for SWTCLMaciej Cencora
2009-07-13r300: rewrite FOGC and HPOS attribs handlingMaciej Cencora
2009-07-13r300: cache translated fragment programsMaciej Cencora
2009-06-11r300: fix for SW TCL pathMaciej Cencora
2009-06-11r300: don't send unused attributes for SW TCL pathMaciej Cencora
2009-06-08r300: fix regression caused by 056bc77547c304021a0faf204897ed238a5cf424Maciej Cencora
2009-06-07r300: prepare for some code duplication removalMaciej Cencora
2009-06-07r300: prepare for different vertex data type supportMaciej Cencora
2009-05-28r300: when using cs path emit scissor in the cmdbufferJerome Glisse
2009-05-16r300: software fallbacking handling rewriteMaciej Cencora
2009-04-27r300: do front/back color selection in HW for software TCL pathMaciej Cencora
2009-04-27r300: always route 4 texcoord components to RSMaciej Cencora
2009-04-27r300: handle texcoords properlyMaciej Cencora
2009-04-19r300: merge r300/r500 fragment program compiler structureMaciej Cencora
2009-04-19r300: general cleanupMaciej Cencora
2009-04-17r300: we always want non NDC coords format for swtclMaciej Cencora
2009-04-09r300: reorder fog coordinate and WPOS fp attributesMaciej Cencora
2009-04-09r300: fix regression from swtcl rewriteMaciej Cencora
2009-04-09Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-07r300: swtcl rewrite and cleanupMaciej Cencora
2009-03-25r300: cleanup swtcl a littleMaciej Cencora
2009-03-20Merge remote branch 'main/master' into radeon-rewriteDave Airlie
2009-03-06r300: route fog coord and W pos correctlyMaciej Cencora
2009-03-06r300: don't crash on sw tcl hw if point size vertex attrib is sentMaciej Cencora
2009-03-06r300: fix swtcl codepathsDave Airlie
2009-02-12r300: make r300 work with latest changesDave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-02r300: rename validate textures to validate buffersDave Airlie
2009-01-31r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie
2009-01-31r200/r300: add aperture space checksDave Airlie
2009-01-29WIP comitDave Airlie
2009-01-29radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie
2009-01-20r200: clear is working at least - not much elseDave Airlie
2009-01-15r300: move some more function to genericDave Airlie
2009-01-14r300: start moving new r300 cmdbuf into common codeDave Airlie
2008-11-14r300: convert to new relocations format (see libdrm-radeon)Jerome Glisse
2008-11-14r300: cs + DRI2 supportJerome Glisse
2008-11-14r300: bo and cs abstraction.Jerome Glisse
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-05-05r300: fix swtcl texrect path properly.Dave Airlie
2008-05-04r300: remove debugging codeDave Airlie
2008-05-04r300: setup vte according to inputsDave Airlie
2008-05-03r300: recombine the vap input route 0 code and cleanDave Airlie
2008-05-02R300: clean up VAP_PROG_STREAM_CNTL* register usageAlex Deucher
2007-09-11Fix-up #includes to remove some -I options.Brian
2007-07-04r300: only init swtcl on tcl-less cardsDave Airlie
2007-07-02r300: fix compiz crash on swtcl - doesn't fix compiz though.Dave Airlie