configs/default | 4 src/glx/x11/indirect_dispatch.c | 5914 ++++++++++++++++++++++++++++++++++ src/glx/x11/indirect_dispatch.h | 1043 ++++++ src/glx/x11/indirect_dispatch_swap.c | 6076 +++++++++++++++++++++++++++++++++++ src/glx/x11/indirect_reqsize.c | 832 ++++ src/glx/x11/indirect_reqsize.h | 121 src/glx/x11/indirect_size_get.c | 1206 ++++++ src/glx/x11/indirect_size_get.h | 102 src/glx/x11/indirect_table.c | 1593 +++++++++ src/mesa/glapi/Makefile | 119 10 files changed, 16948 insertions(+), 62 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit ed758fee0c474d53ae1cb7fecc93af9a47ba2cd4 Merge: a21c61ee8bc86a8843024cbf8e9daf4b39a7571a 24697da20e0ca35d544c80fa176ccb62eeea421c Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Mon Mar 10 16:45:49 2008 -0700 Merge branch '7.0-glx' into mesa_7_0_branch commit 24697da20e0ca35d544c80fa176ccb62eeea421c Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Mon Mar 10 15:17:59 2008 -0700 glapi: Resync generated files with 7.0 branch The previous commits pulled in the generated files from master. This regenerates the files from the source on the 7.0 branch. commit 88a436a8f7278040a56ea63b99c938daa0d17970 Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Tue Jan 15 19:25:41 2008 -0800 glapi: Generate xserver glapi sources in the mesa tree Instead of generating the glapi sources for the xserver and commiting them to the xserver tree, we can keep them in the mesa tree and change the xserver build to use the files from the mesa tree. This makes the xserver glx build more robust as it reduces the chances for mismatches of the glX API used in the xserver vs. in mesa. (cherry picked from commit 7688791fc52f116eea421fda1d17aba5cf10977b) commit 2fdb5a245d3ebc60fb379ef93cd90306a05059ad Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Tue Jan 15 10:21:31 2008 -0800 glapi: Correct prerequisites for gl_and_glX_API.xml The indirect_dispatch.h and indirect_table.c source files use gl_and_glX_API.xml in their generation rather than glX_API.xml, but it wasn't listed in their prerequisites. In turn, gl_and_glX_API.xml uses glX_API.xml, but this is already listed in $(COMMON_GLX). (cherry picked from commit 929b6d2ebf8128140fa2db413600f64a66148b5f) commit 8441b53538e9aa63b186b9614ff65a746d2c730b Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Tue Jan 15 10:15:36 2008 -0800 glapi: Use make automatic variables to clean up the commands Make use of the make automatic variables $@ (the target) and $< (first prerequisite) to clean up the commands for the glapi generation. This improves readability and guards against typos since words are repeated less frequently. (cherry picked from commit fc67d47708eef27e129f4848896c6d10fbe32594) commit d336df8b73661ed4124292180a8a064be04b9e0d Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Tue Jan 15 09:52:17 2008 -0800 glapi: Use variable for indent and flags Put the path to indent and the flags to call it with in configs/default rather than in the Makefile. This makes it easier to change the values globally. (cherry picked from commit 817af9bec2f799b4b8449112d1a25aad70ca4d15) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
