summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_maos_arrays.c
AgeCommit message (Expand)Author
2010-02-02r200: Fix EXT_fogcoord rendering.Pauli Nieminen
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie
2009-02-09r200: cleanup some bits that aren't usedDave Airlie
2009-02-04r200: fixup DMA region stuffDave Airlie
2009-01-31r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie
2009-01-29radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie
2009-01-23r200: disable some debugDave Airlie
2009-01-21r200: make tri render on my r200.Dave Airlie
2009-01-20r200: tri runs without crashing - doesn't draw anythingDave Airlie
2009-01-20r200: clear is working at least - not much elseDave Airlie
2009-01-13radeon/r200: start splitting out commonalities into separate headersDave Airlie
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-05-17remove CVS/XFree86 keywordsChristoff Brill
2007-02-23r200 fix broken (by new input handling) fogcoordRoland Scheidegger
2007-02-09r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger
2007-02-03remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger
2006-12-14submit vertex weights to make World of Warcraft maybe happy (bug 8250)Roland Scheidegger
2006-11-30fix mixed conventional / generic vertex arrays which caused a wrong array ord...Roland Scheidegger
2006-11-03enable generic arrays for r200 hw vertex programs by assigning unused color a...Roland Scheidegger
2006-10-24fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger
2004-11-03enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...Roland Scheidegger
2004-10-16Add code to support projective texturing and fix mixed enabling of textureEric Anholt
2004-06-02add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger
2004-05-27change some explicit references to texture units 0/1 to unit < MaxTextureUnit...Roland Scheidegger
2004-05-05Added support for the 3rd texture coordinate for cubemaps and 3DIan Romanick
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell
2003-12-09clean up some compiler warningsKeith 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-06r200 driver, brought over by Jon SmirlKeith Whitwell