configs/linux-cell | 3 + src/mesa/Makefile | 5 +- src/mesa/main/texstore.c | 28 +++++++------- src/mesa/pipe/cell/ppu/Makefile | 22 ++++++++++- src/mesa/pipe/cell/spu/Makefile | 20 +++++++++- src/mesa/pipe/p_format.h | 3 + src/mesa/pipe/softpipe/sp_surface.c | 70 +++++++++++++++++++++++++++++++++++ src/mesa/pipe/xlib/xm_api.c | 10 +++-- src/mesa/pipe/xlib/xm_buffer.c | 30 ++++++++++++++- src/mesa/pipe/xlib/xm_surface.c | 51 ++++++++++++++++++++++++- src/mesa/pipe/xlib/xmesaP.h | 6 ++- src/mesa/state_tracker/st_cb_clear.c | 3 + src/mesa/state_tracker/st_draw.c | 1 13 files changed, 225 insertions(+), 27 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 59356268187470c5fda9e9a1a7058607f938fb3b Author: Brian <[EMAIL PROTECTED]> Date: Wed Dec 5 14:57:19 2007 -0700 Add dependency checking for Cell driver sources. commit ce30f0550f02b28219c84851d71e0713aa315ee3 Author: Brian <[EMAIL PROTECTED]> Date: Wed Dec 5 14:54:29 2007 -0700 silence warning commit 146483d5412e14d6be63a9b9116ff683956ee294 Author: Brian <[EMAIL PROTECTED]> Date: Wed Dec 5 14:54:19 2007 -0700 added PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value() commit 3eadbe64bf027b7e90167d4980e880c8a01c889f Author: Brian <[EMAIL PROTECTED]> Date: Wed Dec 5 14:53:19 2007 -0700 Fix endianness bug in _mesa_texstore_argb8888() On big-endian, storing in _mesa_texformat_argb8888 format produced wrong results. Also, clean-up nearby code to match. commit 9df0a6dd9c43be0ee5c300e161a20b2f98acef2d Author: Brian <[EMAIL PROTECTED]> Date: Wed Dec 5 14:51:08 2007 -0700 added B8G8R8A8 support and improved pixel format selection when doing remote display to X server of different endianness. commit 04516cfcaf15589768c973231d8c317e851a78cb Author: Brian <[EMAIL PROTECTED]> Date: Wed Dec 5 14:48:09 2007 -0700 added tile funcs for B8G8R8A8 format commit fa3fc81f2c23f6ae7e4962cebee4356ca5e4383d Author: Brian <[EMAIL PROTECTED]> Date: Wed Dec 5 14:47:27 2007 -0700 added B8G8R8A8 format _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
