mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Jul 22 02:42:17 UTC 2008


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

Summary of changes:
 src/mesa/shader/arbprogram.c |  202 ++++++++++++++++++++++++++++++++++++++++
 src/mesa/shader/arbprogram.h |   10 ++
 src/mesa/shader/program.c    |  209 +-----------------------------------------
 src/mesa/shader/program.h    |   18 ----
 src/mesa/shader/shader_api.c |   24 +++++
 5 files changed, 237 insertions(+), 226 deletions(-)

       via  63025ec726eb6d3e9a3140f3928a8fc8840c806f (commit)
       via  e3ca92aa28e2bf28e72cea340d9c8d5c9bb48089 (commit)
      from  883097053d1d3550cab92362a07f413e110520ae (commit)


- Commits -----------------------------------------------
commit 63025ec726eb6d3e9a3140f3928a8fc8840c806f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jul 21 20:42:05 2008 -0600

    mesa: fix glUniform error checking for samplers

commit e3ca92aa28e2bf28e72cea340d9c8d5c9bb48089
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jul 15 19:54:25 2008 -0600

    mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.c
    
    No API-level functions now in program.c.

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




More information about the mesa-commit mailing list