r300: Added some more Doxygen documentation and made some functions static.
[mesa.git] / src / mesa / drivers / dri / r300 / r300_maos.c
2007-05-09 Oliver McFaddenr300: Added some more Doxygen documentation and made...
2007-05-09 Oliver McFaddenr300: Renamed the R300 memory manager from "radeon...
2007-05-09 Oliver McFaddenr300: Removed the deprecated VTXFMT code.
2007-05-09 Oliver McFaddenMerge branch 'master' of git://anongit.freedesktop...
2007-05-09 Oliver McFaddenr300: Last of the indent changes. :)
2007-05-09 Oliver McFaddenr300: Corrected the exit codes for consistency; they...
2007-05-09 Oliver McFaddenr300: Converted exit calls to _mesa_exit calls.
2007-05-09 Oliver McFaddenr300: Indented r300_maos.[ch].
2007-05-06 Aapo Tahkolars480: fix secondary color for real this time
2007-05-06 Aapo TahkolaMerge branch 'master' of git+ssh://aapot@git.freedeskto...
2007-05-06 Aapo Tahkolars480: fix textures and secondary color(?). clipping...
2007-05-06 Aapo Tahkolar300: fix primary color on rs480
2007-03-21 Brianmerge from master
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-18 Oliver McFaddenr300: Removed the deprecated $XFree86$ CVS keywords.
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-17 Rune Petersenr300_select_vertex_shader4:
2006-09-14 Michel DänzerRemove MESA_LITTLE_ENDIAN guard for code that seems...
2006-08-22 Aapo Tahkolaremove duplicate pieces of code.
2006-08-12 Aapo Tahkolagcc-4.1.1 compile fix
2006-08-11 Aapo Tahkolasupport shorts as vertex data
2006-06-29 Tilman Sauerbeckinstead of messing with _TNL_LAST_GENERIC and _TNL_FIRS...
2006-06-27 Aapo TahkolaFix generic vertex attribs (Rune Petersen)
2006-06-12 Ian RomanickMake r300 driver build with GL_APPLE_vertex_array_objec...
2006-04-23 Benjamin HerrenschmidtEnable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on...
2006-04-11 Michal KrolMore GLSL code:
2006-03-24 Aapo Tahkolasecondary color fixes.
2006-03-19 Aapo Tahkola-fix texrect fallback when using vtxfmt_a (glitz, xgl...
2006-03-13 Aapo TahkolaClean build.
2005-12-06 Aapo TahkolaFix secondary color for VP's
2005-11-23 Aapo TahkolaCouple changes that were missed.
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-10-26 Aapo TahkolaSync with my local tree.
2005-06-27 Vladimir DergachevRename unchecked state to match DRM driver.
2005-06-08 Ben Skeggs- Secondary colour
2005-05-28 Aapo TahkolaProgrammable per-vertex point sizes and proper result...
2005-05-13 Nicolai HaehnlePatch from Jeff Smith:
2005-05-11 Aapo TahkolaVBOs.
2005-05-01 Aapo TahkolaAdd support to external tnl switcher and disable hw...
2005-04-30 Aapo Tahkolar300 side support for fixed function pipeline. This...
2005-04-18 Aapo TahkolaFixing and enabling elt buffers by default.
2005-03-18 Aapo TahkolaMisc fixes.
2005-03-17 Aapo TahkolaSimple TCL stage and ability to disable vps.
2005-03-16 Aapo TahkolaProper VAP output configuration as R300_RS_ROUTE_0_COLO...
2005-02-28 Aapo Tahkolafix for 'nasty bug' and some sanity checks to avoid...
2005-02-24 Aapo TahkolaAnother nasty struct size bug found.
2005-02-22 Aapo TahkolaNew elt buffer code should be fairly stable.
2005-02-21 Vladimir DergachevAdd code to autogenerate vertex shaders.
2005-02-17 Nicolai HaehnleFixing *lots* of warning messages, especially concernin...
2005-02-17 Aapo Tahkolamagic_1 handling...
2005-02-16 Aapo TahkolaSupport for idx buffers. Leaving it on by default as...
2005-02-16 Rune Petersensmall cleanup, remove some warnings
2005-02-16 Ben SkeggsDon't enable fog. It's broken
2005-02-15 Ben SkeggsShare routing code between immd/vb. Fix breakage of...
2005-02-11 Ben SkeggsPort of r200 VB code. VB path should be as fast as...