summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_swtcl.c
AgeCommit message (Expand)Author
2009-08-31r100: Use shared debug code.Pauli Nieminen
2009-08-29radeon: Fix swtcl emit pediction.Pauli Nieminen
2009-08-27radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen
2009-08-27radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.Pauli Nieminen
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen
2009-08-21radeon: Improve state emit code.Pauli Nieminen
2009-08-21radeon: Port flush preventation code from r200 to r100.Pauli Nieminen
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie
2009-03-24radeon/r200/r300: fix warningsDave Airlie
2009-02-12radeon: renaming and headers cleanupDave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-09radeon: make more r100 workDave Airlie
2009-02-04radeon: make compile again.Dave Airlie
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2006-10-31remove vtxfmt code, switch over to vboKeith Whitwell
2006-09-10remove code to deal with non-normalized texture coordinates for tex rect targ...Roland Scheidegger
2006-04-11More GLSL code:Michal Krol
2006-02-16Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger
2005-10-31fix problems found with gcc 2.96 (bug 4934)Brian Paul
2005-10-15enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger
2005-10-13enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger
2005-09-26fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o...Roland Scheidegger
2005-09-01s/__inline/INLINE/Brian Paul
2005-06-26Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt
2005-05-31Remove unused CTX_ARG2 define.Eric Anholt
2005-05-31Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cutsEric Anholt
2005-05-28Add a missing EnsureCmdBufSpace, matching r200.Eric Anholt
2005-04-22First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell
2005-02-16s/0/NULL/ (Jeff Muizelaar)Brian Paul
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-02silence warningsAlan Hourihane
2004-09-24Clean up some warnings in the R100 driver with -O -Wall.Eric Anholt
2004-08-17Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt
2004-08-16Remove unused HAVE_INDEX define.Eric Anholt
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell
2003-12-09Fix use of uninited value 'flags', removed unused vars.Keith Whitwell
2003-12-09Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell
2003-11-24Import vtx-0-2-branchKeith Whitwell
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul