src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c | 2 src/mesa/pipe/Makefile.template | 9 +- src/mesa/pipe/i915simple/i915_prim_vbuf.c | 2 src/mesa/pipe/i915simple/i915_surface.c | 1 src/mesa/pipe/i915simple/i915_texture.c | 12 +-- src/mesa/pipe/p_compiler.h | 19 +++++ src/mesa/pipe/p_format.h | 2 src/mesa/pipe/p_shader_tokens.h | 3 src/mesa/pipe/p_util.h | 64 ++++++++++-------- src/mesa/pipe/p_winsys.h | 5 + src/mesa/pipe/softpipe/sp_prim_setup.c | 2 src/mesa/pipe/softpipe/sp_quad_fs.c | 2 src/mesa/pipe/softpipe/sp_quad_stipple.c | 2 src/mesa/pipe/softpipe/sp_surface.c | 1 src/mesa/pipe/softpipe/sp_texture.c | 2 src/mesa/pipe/softpipe/sp_tile_cache.c | 10 +- src/mesa/pipe/tgsi/util/tgsi_build.c | 6 - src/mesa/state_tracker/st_cb_fbo.c | 2 src/mesa/state_tracker/st_public.h | 3 19 files changed, 99 insertions(+), 50 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 271f9dac79a9247de9a57f4d248e404bf1652a13 Author: José Fonseca <[EMAIL PROTECTED]> Date: Thu Jan 17 13:39:14 2008 +0900 Back-port miscellaneous fixes from internal branch (mostly portability fixes). These are changes that are in our internal branch, but somehow were skipped so far. It was done using visual comparison of the branches -- it is likely that changes are being carried on the wrong way commit b016f0adba8278f3744d3aaa207a1b586d51756d Author: José Fonseca <[EMAIL PROTECTED]> Date: Thu Jan 17 13:37:17 2008 +0900 gallium: Pass PIPE_BUFFER_USAGE_PIXEL to buffer_data.
_______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
