summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_emit.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-01-30r300: Remove unnecessary headers.Vinson Lee
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23r300: Remove unnecessary headers.Vinson Lee
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
2009-12-12r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora
2009-08-14r300: remove unused software TNL pathMaciej Cencora
2009-07-13r300: removed unnecessary paramsMaciej Cencora
2009-07-13r300: rewrite FOGC and HPOS attribs handlingMaciej Cencora
2009-06-11r300: fix VAP setupMaciej Cencora
2009-06-11r300: fix a GPU lock upMaciej Cencora
2009-06-07r300: rewrite vertex setup for software T&L path using functions from softwar...Maciej Cencora
2009-06-07r300: add hw accelerated support for different vertex data formatsMaciej Cencora
2009-05-16r300: cleanup vertex program related functionsMaciej Cencora
2009-05-16r300: r300EmitArrays should never failMaciej Cencora
2009-05-16r300: further cleanupMaciej Cencora
2009-04-19r300: general cleanupMaciej Cencora
2009-04-09r300: reorder fog coordinate and WPOS fp attributesMaciej Cencora
2009-04-02radeon/r200/r300: fix up the whole buffer space checking.Dave Airlie
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie
2009-03-20Merge remote branch 'main/master' into radeon-rewriteDave Airlie
2009-03-06r300: route fog coord and W pos correctlyMaciej Cencora
2009-02-23r300: revert back autostate change on cacheflush emitDave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-06r300: fix some autostate batch setupsDave Airlie
2009-02-04r300: make dma buffer reuse much more sensibleDave 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
2008-12-01radeon: make DRI1 one work with new CS mechanismDave Airlie
2008-11-16radeon: fix pointer danglingJerome 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-13R3xx: clean up ZB registersAlex Deucher
2008-05-13R300: clean up CB registersAlex Deucher
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
2008-04-07r300: Fix r300VAPInputRoute{0,1} for big endian platforms.Michel Dänzer
2008-03-17r300: Simplify r300VAPInputRoute1.Markus Amsler
2008-03-17r300: Simplify r300VAPInputRoute0, check for valid input.Markus Amsler
2008-02-25r300: Corrected a cache flush bug in r300EmitCacheFlush.Oliver McFadden
2008-02-25[r300] Further document FG_ALPHA_FUNC (renamed from R300_PP_ALPHA_TEST) and f...Christoph Brill
2008-02-25[r300] Sync the names for Z-Buffer registers with the AMD specChristoph Brill
2008-02-25[r300] Document some of the wild guesses in VAP_OUTPUT_VTX_FMT based on AMD specChristoph Brill
2008-01-02Revert "r300: fix bug with maniadrive rendering"Dave Airlie
2008-01-02r300: fix bug with maniadrive renderingDave Airlie
2007-07-16r300: Enable the vertprog point size again.Oliver McFadden
2007-07-14r300: Disable vertex program point size; it's almost certainly wrong.Oliver McFadden
2007-07-13r300: Setup the back facing color bits correctly.Oliver McFadden