Use endianness test function provided by mesa.
authorJerome Glisse <glisse@freedesktop.org>
Sun, 15 Oct 2006 18:22:28 +0000 (18:22 +0000)
committerJerome Glisse <glisse@freedesktop.org>
Sun, 15 Oct 2006 18:22:28 +0000 (18:22 +0000)
commitf0775c7fccac2b91200dd4537686fe5c9b61c6ab
treec58343fe01864af72cf056d368e14c5e7ee2e751
parent2b6d2e4dcbdc253e8148888d1a7e60d8466ba4e8
Use endianness test function provided by mesa.

Use the _mesa_little_endian helper function insted
of the MESA_BIG_ENDIAN flag. There is still place
using this flag but we need to find how to submit
16bits elements on big endian computer.
src/mesa/drivers/dri/r300/r300_state.c
src/mesa/drivers/dri/r300/r300_texstate.c