src/mesa/pipe/p_state.h | 5 +- src/mesa/pipe/softpipe/sp_surface.c | 59 ++++++++++++++++++++++++++++++ src/mesa/state_tracker/st_cb_drawpixels.c | 15 +++---- src/mesa/state_tracker/st_cb_texture.c | 5 +- src/mesa/state_tracker/st_format.c | 4 ++ src/mesa/state_tracker/st_texture.c | 6 +-- src/mesa/state_tracker/st_texture.h | 1 7 files changed, 75 insertions(+), 20 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit f3789748d4b8f38bfea2f30ef93e9ff3e3888af4 Author: Michel Dänzer <[EMAIL PROTECTED]> Date: Tue Dec 11 19:07:12 2007 +0100 softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM. The packedpixels test runs with the xlib winsys, though not all cases look correct yet. commit 88723b2fc84628c1bc1e0008b88602b85e8668be Author: Michel Dänzer <[EMAIL PROTECTED]> Date: Tue Dec 11 19:02:26 2007 +0100 Remove internal_format field from struct pipe_texture. It's state tracker specific / not really necessary anyway.
_______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
