The branch, master has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master
Summary of changes: src/glx/x11/Makefile | 1 + src/glx/x11/dri2_glx.c | 98 +----- src/glx/x11/dri_common.c | 399 ++++++++++++++++++ src/glx/x11/{dri2.h => dri_common.h} | 51 ++- src/glx/x11/dri_glx.c | 749 ++++++++-------------------------- src/mesa/drivers/dri/swrast/swrast.c | 102 +++--- 6 files changed, 660 insertions(+), 740 deletions(-) create mode 100644 src/glx/x11/dri_common.c copy src/glx/x11/{dri2.h => dri_common.h} (65%) via 906e189bd362399f1ffc4d5421ae0d0abd586977 (commit) via 079345703901b497f2c09714051b33bb2dff1b4f (commit) via 4c7e02298f68b84d929cd1d3af8b3120281c2e32 (commit) from 00099731195b2e5b57b8bca6342a8a711e0e427a (commit) - Commits ----------------------------------------------- commit 906e189bd362399f1ffc4d5421ae0d0abd586977 Author: George Sapountzis <[EMAIL PROTECTED]> Date: Mon Jun 9 17:47:49 2008 +0300 glx: use goto's vs. nested if's ala xserver compile tested only commit 079345703901b497f2c09714051b33bb2dff1b4f Author: George Sapountzis <[EMAIL PROTECTED]> Date: Mon Jun 9 17:47:09 2008 +0300 glx: add dri_common.c ala xserver also drop driFilterModes which is unused in preparation of loading swrast_dri.so commit 4c7e02298f68b84d929cd1d3af8b3120281c2e32 Author: George Sapountzis <[EMAIL PROTECTED]> Date: Mon Jun 9 17:46:39 2008 +0300 dri/swrast: minor cosmetic --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit