summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_maos.c
AgeCommit message (Expand)Author
2007-05-11r300: Renamed r300_maos.c to r300_emit.c; it contains mostly emit code now.Oliver McFadden
2007-05-10r300: Moved some more emit code into r300_render.c.Oliver McFadden
2007-05-09r300: Added some more Doxygen documentation and made some functions static.Oliver McFadden
2007-05-09r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300Oliver McFadden
2007-05-09r300: Removed the deprecated VTXFMT code.Oliver McFadden
2007-05-09r300: Last of the indent changes. :)Oliver McFadden
2007-05-09r300: Corrected the exit codes for consistency; they are all -1 for error now.Oliver McFadden
2007-05-09r300: Converted exit calls to _mesa_exit calls.Oliver McFadden
2007-05-09r300: Indented r300_maos.[ch].Oliver McFadden
2007-05-06rs480: fix secondary color for real this timeAapo Tahkola
2007-05-06rs480: fix textures and secondary color(?). clipping is still busted. tested ...Aapo Tahkola
2007-05-06r300: fix primary color on rs480Aapo Tahkola
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