mesa: Changes to 'master'

Dan Nicholson dbn at kemper.freedesktop.org
Tue Feb 12 14:45:43 UTC 2008


 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 <dbn.lists at gmail.com>
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 <dbn.lists at gmail.com>
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 <dbn.lists at gmail.com>
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.




More information about the mesa-commit mailing list