mesa: Changes to 'master'

Roland Scheidegger sroland at kemper.freedesktop.org
Fri Nov 9 13:52:48 UTC 2007


 src/glx/x11/indirect.c                         |   74 -
 src/glx/x11/indirect.h                         |    4 
 src/glx/x11/indirect_init.c                    |    4 
 src/mesa/drivers/dri/common/extension_helper.h |   48 -
 src/mesa/glapi/dispatch.h                      |  224 ++---
 src/mesa/glapi/gl_API.xml                      |   14 
 src/mesa/glapi/glapioffsets.h                  |  204 ++--
 src/mesa/glapi/glapitable.h                    |  198 ++--
 src/mesa/glapi/glapitemp.h                     |  122 +-
 src/mesa/glapi/glprocs.h                       |  472 +++++-----
 src/mesa/main/config.h                         |   39 
 src/mesa/main/dlist.c                          |  205 +---
 src/mesa/main/state.c                          |    8 
 src/mesa/shader/arbprogram.c                   |   29 
 src/mesa/shader/nvprogram.c                    |   69 -
 src/mesa/shader/nvprogram.h                    |   12 
 src/mesa/sparc/glapi_sparc.S                   |   56 -
 src/mesa/x86-64/glapi_x86-64.S                 | 1092 ++++++++++---------------
 src/mesa/x86/glapi_x86.S                       |   58 -
 19 files changed, 1247 insertions(+), 1685 deletions(-)

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

New commits:
commit 7b3ab451a81c6558a00c9c19022e9493fd70b6d9
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Fri Nov 9 14:49:01 2007 +0100

    recreate from changed gl_API.xml

commit 86a4810b09097714942bf2b889e6c62357bba931
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Fri Nov 9 14:46:59 2007 +0100

    alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
    
    these should be the same functions (as per spec).




More information about the mesa-commit mailing list