configs/default         |    4 +
 src/mesa/glapi/Makefile |   98 ++++++++++++++++++++++++------------------------
 2 files changed, 53 insertions(+), 49 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 929b6d2ebf8128140fa2db413600f64a66148b5f
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).

commit fc67d47708eef27e129f4848896c6d10fbe32594
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.

commit 817af9bec2f799b4b8449112d1a25aad70ca4d15
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.

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to