summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_maos.c
AgeCommit message (Expand)Author
2007-03-18r300: Removed the deprecated $XFree86$ CVS keywords.Oliver McFadden
2006-11-17r300_select_vertex_shader4:Rune Petersen
2006-09-14Remove MESA_LITTLE_ENDIAN guard for code that seems to work fine on big endian.Michel Dänzer
2006-08-22remove duplicate pieces of code.Aapo Tahkola
2006-08-12gcc-4.1.1 compile fixAapo Tahkola
2006-08-11support shorts as vertex dataAapo Tahkola
2006-06-29instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU...Tilman Sauerbeck
2006-06-27Fix generic vertex attribs (Rune Petersen)Aapo Tahkola
2006-06-12Make r300 driver build with GL_APPLE_vertex_array_object changes.Ian Romanick
2006-04-23Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt
2006-04-11More GLSL code:Michal Krol
2006-03-24secondary color fixes.Aapo Tahkola
2006-03-19-fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola
2006-03-13Clean build.Aapo Tahkola
2005-12-06Fix secondary color for VP'sAapo Tahkola
2005-11-23Couple changes that were missed.Aapo Tahkola
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul
2005-10-26Sync with my local tree.Aapo Tahkola
2005-06-27Rename unchecked state to match DRM driver.Vladimir Dergachev
2005-06-08- Secondary colourBen Skeggs
2005-05-28Programmable per-vertex point sizes and proper result reg assigns.Aapo Tahkola
2005-05-13Patch from Jeff Smith:Nicolai Haehnle
2005-05-11VBOs.Aapo Tahkola
2005-05-01Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola
2005-04-30r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola
2005-04-18Fixing and enabling elt buffers by default.Aapo Tahkola
2005-03-18Misc fixes.Aapo Tahkola
2005-03-17Simple TCL stage and ability to disable vps.Aapo Tahkola
2005-03-16Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ...Aapo Tahkola
2005-02-28fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...Aapo Tahkola
2005-02-24Another nasty struct size bug found.Aapo Tahkola
2005-02-22New elt buffer code should be fairly stable.Aapo Tahkola
2005-02-21Add code to autogenerate vertex shaders.Vladimir Dergachev
2005-02-17Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle
2005-02-17magic_1 handling...Aapo Tahkola
2005-02-16Support for idx buffers. Leaving it on by default as it doesnt seem to cause ...Aapo Tahkola
2005-02-16small cleanup, remove some warningsRune Petersen
2005-02-16Don't enable fog. It's brokenBen Skeggs
2005-02-15Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.Ben Skeggs
2005-02-11Port of r200 VB code. VB path should be as fast as the immediate path now, t...Ben Skeggs