r300: cleanup some of the swtcl code
[mesa.git] / src / mesa / drivers / dri / r300 / r300_emit.h
2007-07-01 Dave Airlier300: cleanup some of the swtcl code
2007-06-22 Dave Airlieclean up cache flush emission into one place
2007-06-17 Dave Airliefixup packet setup - still hangs
2007-05-30 Oliver McFaddenr300: Use the CP_PACKET3 macro for Type 3 packets.
2007-05-20 Oliver McFaddenr300: Just use "inline" rather than "__inline__".
2007-05-11 Oliver McFaddenr300: Use __FUNCTION__ not __func__.
2007-05-11 Oliver McFaddenr300: Renamed r300_maos.c to r300_emit.c; it contains...
2007-05-10 Oliver McFaddenr300: Removed obsolete start_index16_packet/start_index...
2007-05-10 Oliver McFaddenr300: Moved some more of the emit code into r300_render.c.
2007-05-09 Oliver McFaddenr300: The empty check_space doesn't and never has done...
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: Removed the unused immediate vertices mode macro.
2007-05-09 Oliver McFaddenr300: Removed a disabled/obsolete e32 in the AOS function.
2007-05-09 Oliver McFaddenr300: Converted exit calls to _mesa_exit calls.
2007-05-09 Oliver McFaddenr300: Indented r300_emit.h.
2007-04-14 Dave Airlier300: remove unneeded semicolon from macro
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-09-12 Jerome GlisseFix compilation warning.
2006-07-27 Jerome Glisser300_emit.h cleanup.
2005-06-27 Vladimir DergachevUncomment a couple of helper functions.
2005-06-27 Vladimir DergachevRename unchecked state to match DRM driver.
2005-05-05 Aapo TahkolaFlat shading and bunch of clarifications to r300_reg.h .
2005-03-12 Aapo TahkolaUnlike radeon and r200 drivers r300AllocCmdBuf allocs...
2005-03-03 Vladimir DergachevAdd a couple of helper functions for completeness.
2005-02-17 Nicolai HaehnleFixing *lots* of warning messages, especially concernin...
2005-02-16 Aapo TahkolaSupport for idx buffers. Leaving it on by default as...
2005-01-22 Vladimir DergachevProperly configure routing - based on advice by Keith...
2005-01-11 Vladimir DergachevMove the few definitions from r300_lib.h still in use...
2005-01-01 Vladimir DergachevAdd a convenience function to issue CP delays.
2004-12-29 Vladimir DergachevBring in latest revision of r300_lib.
2004-12-27 Vladimir DergachevUse R300_CMD_END3D for end_3d().
2004-12-27 Vladimir DergachevImplement rendering of (flat color) QUAD primitives...