Small optimization for big-endian (e.g., PowerPC) systems.
[mesa.git] / src / mesa / drivers / dri / savage / savagetris.c
2004-10-07 Felix KuehlingFix emitting fog without secondary color and vice-versa.
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-04-22 Keith WhitwellFix order of EMIT_4UB_4F declarations
2004-03-25 Felix KuehlingMore state management changes:
2004-03-24 Felix KuehlingMake sure hardware culling is disabled for unfilled...
2004-03-24 Felix KuehlingBuffer vertices and emit them in batches. Still using...
2004-03-21 Felix Kuehlingunsigned int -> uint32_t, unsigned char -> uint8_t...
2004-03-07 Felix KuehlingFixed two small problems in the vertex setup.
2004-03-02 Felix KuehlingCope with float colors in VERT_SET_RGBA and VERT_SET_SP...
2004-02-29 Felix KuehlingCorrected the maximum vertex size argument of _tnl_init...
2004-02-26 Felix KuehlingAdapt the VERT_SET/COPY/SAVE/RESTORE_RGBA/SPEC macros...
2004-02-26 Felix KuehlingConverted vertex setup to use t_vertex.[ch].
2004-02-22 Felix KuehlingImported the Savage DRI driver from the savage-2-0...