configs/autoconf.in | 2 +- configure.ac | 9 +++++++++ include/GL/internal/dri_interface.h | 15 ++------------- src/glx/x11/Makefile | 2 +- src/glx/x11/glxcmds.c | 12 ++---------- src/mesa/Makefile | 2 +- src/mesa/drivers/dri/Makefile.template | 4 ++-- src/mesa/drivers/dri/common/dri_util.c | 16 +++------------- src/mesa/drivers/dri/common/dri_util.h | 17 +++-------------- src/mesa/drivers/dri/common/vblank.c | 26 -------------------------- src/mesa/drivers/dri/ffb/ffb_xmesa.c | 1 - src/mesa/drivers/dri/i810/i810screen.c | 1 - src/mesa/drivers/dri/i915/i915_context.c | 1 + src/mesa/drivers/dri/i915/intel_tris.c | 8 ++++---- src/mesa/drivers/dri/i965/brw_context.c | 1 + src/mesa/drivers/dri/intel/intel_screen.c | 4 ---- src/mesa/drivers/dri/intel/intel_tex.h | 4 ++-- src/mesa/drivers/dri/intel/intel_tex_image.c | 5 ++--- src/mesa/drivers/dri/mach64/mach64_screen.c | 1 - src/mesa/drivers/dri/mga/mga_xmesa.c | 1 - src/mesa/drivers/dri/nouveau/nouveau_screen.c | 1 - src/mesa/drivers/dri/r128/r128_screen.c | 1 - src/mesa/drivers/dri/radeon/radeon_screen.c | 2 -- src/mesa/drivers/dri/sis/sis_screen.c | 1 - src/mesa/drivers/dri/tdfx/tdfx_screen.c | 1 - src/mesa/drivers/dri/unichrome/via_screen.c | 1 - src/mesa/main/dd.h | 4 ++-- src/mesa/main/texstore.c | 4 ++-- src/mesa/main/texstore.h | 4 ++-- 29 files changed, 40 insertions(+), 111 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit bcecea6ea6c2727e4071f5a43fab49673573e905 Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Mon Feb 25 18:50:26 2008 -0500 autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings. Also, use -include to avoid error message when make initially fails to include the non-existent depend file. commit 7381ccab449c65d843580f76426f87ab6b1649ce Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Mon Feb 25 17:34:24 2008 -0500 intel: Add missing include file to silence last couple of warnings. commit 54bd506c0fcfd7dffa31bea22f3c0175ec41b9b0 Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Mon Feb 25 17:28:09 2008 -0500 intel: Initialize color and spec arrays in LOCAL_VARS macro. Avoids spamming compilation output with tons of warnings about use of possibly uninitialized variables. commit 61c3c2c36301671b8f913cf739e13d049ef91868 Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Mon Feb 25 16:52:35 2008 -0500 Change GetCompressedTexImage in dd_function_table to not take const pointers. They're changed by the intel driver implementation and thus not const. Fixes compilation warning. commit 6e8d21d72f35767e07081a8bee4323aaaf5e2aae Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Mon Feb 25 16:14:37 2008 -0500 Remove GetMSC DriverAPI function. The DriverAPI is internal to the DRI drivers and GetDrawableMSC obsoletes GetMSC. Also, since the DRI driver interface has not yet been released, just drop the getMSC function from the DRI interface instead using the ABI preserving version mechanism. Finally, using void pointer privates in the DRI interface is not allowed, always pass the actual types around (__DRIdrawable in this case) to enhance type safety and readability of the code. commit b49a8f805aec057d9d0b039531b373b6bd8330e2 Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Mon Feb 25 15:36:42 2008 -0500 Remove now unused setTexOffset from __DriverAPIRec.
_______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
