mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Sun May 18 22:11:48 UTC 2008


The branch, master has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master

Summary of changes:
 src/mesa/drivers/common/driverfuncs.c |   37 ------------
 src/mesa/drivers/common/driverfuncs.h |    4 -
 src/mesa/shader/shader_api.c          |   93 +++++++++++++++++++++---------
 src/mesa/shader/shader_api.h          |  103 +-------------------------------
 4 files changed, 69 insertions(+), 168 deletions(-)

       via  fd59f19cd2388519265dfba3d28e5281df6f4ba0 (commit)
      from  88c0a7463328ef47106ea0afbeb148ebd4e6d067 (commit)


- Commits -----------------------------------------------
commit fd59f19cd2388519265dfba3d28e5281df6f4ba0
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Sun May 18 16:04:55 2008 -0600

    Move _mesa_init_glsl_driver_functions() into shader_api.c
    
    This allows making a bunch of functions static, and removes a state
    tracker dependency on driverfuncs.c
    
    cherry-picked from gallium-0.1

---------------------------------




More information about the mesa-commit mailing list