aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_swtcl.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-12/+12
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-031-1/+0
* mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-221-1/+1
* radeon/r200/r300/r600: make bo mapping be explicitDave Airlie2009-11-241-4/+4
* tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-2/+2
* tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-3/+3
* r300: Convert to shared debug code.Pauli Nieminen2009-08-311-17/+17
* r300: Swtcl prediction was still missing scissors.Pauli Nieminen2009-08-291-2/+3
* r300: Add missing pre_emit_count to swtcl state size prediction.Pauli Nieminen2009-08-291-3/+4
* radeon: Fix swtcl emit pediction.Pauli Nieminen2009-08-291-28/+35
* radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen2009-08-271-16/+31
* radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.Pauli Nieminen2009-08-271-3/+34
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-181-1/+2
* r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle2009-07-271-4/+4
* r300: Remove some dependencies on additional fragment program copiesNicolai Hähnle2009-07-271-1/+1
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-271-4/+4
* r300: fix WPOS for SWTCLMaciej Cencora2009-07-131-14/+16
* r300: rewrite FOGC and HPOS attribs handlingMaciej Cencora2009-07-131-22/+16
* r300: cache translated fragment programsMaciej Cencora2009-07-131-1/+1
* r300: fix for SW TCL pathMaciej Cencora2009-06-111-1/+1
* r300: don't send unused attributes for SW TCL pathMaciej Cencora2009-06-111-14/+14
* r300: fix regression caused by 056bc77547c304021a0faf204897ed238a5cf424Maciej Cencora2009-06-081-0/+1
* r300: prepare for some code duplication removalMaciej Cencora2009-06-071-5/+14
* r300: prepare for different vertex data type supportMaciej Cencora2009-06-071-104/+29
* r300: when using cs path emit scissor in the cmdbufferJerome Glisse2009-05-281-0/+1
* r300: software fallbacking handling rewriteMaciej Cencora2009-05-161-6/+4
* r300: do front/back color selection in HW for software TCL pathMaciej Cencora2009-04-271-17/+27
* r300: always route 4 texcoord components to RSMaciej Cencora2009-04-271-11/+8
* r300: handle texcoords properlyMaciej Cencora2009-04-271-2/+6
* r300: merge r300/r500 fragment program compiler structureMaciej Cencora2009-04-191-0/+1
* r300: general cleanupMaciej Cencora2009-04-191-1/+1
* r300: we always want non NDC coords format for swtclMaciej Cencora2009-04-171-22/+3
* r300: reorder fog coordinate and WPOS fp attributesMaciej Cencora2009-04-091-46/+18
* r300: fix regression from swtcl rewriteMaciej Cencora2009-04-091-7/+18
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-091-1/+1
|\
| * r300: cleanup swtcl a littleMaciej Cencora2009-03-251-9/+1
* | 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