mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Apr 30 21:31:08 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:
 progs/xdemos/Makefile                |    1 +
 progs/xdemos/sharedtex.c             |  324 ++++++++++++++++++++++++++++++++++
 src/gallium/include/pipe/p_defines.h |    2 +-
 3 files changed, 326 insertions(+), 1 deletions(-)
 create mode 100644 progs/xdemos/sharedtex.c

       via  07b551f7cfc02cb16225298414b145b306b360b4 (commit)
       via  bd5b99d3890f162ec0928a589b6afbc8e67580b7 (commit)
      from  653da2d0698d18a8d3dcad1b1590437dee7bb403 (commit)


- Commits -----------------------------------------------
commit 07b551f7cfc02cb16225298414b145b306b360b4
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Apr 30 14:43:28 2008 -0600

    added xdemos/sharedtex.c test
    
    Test that modifications to a texture object in one rendering context are seen
    in a second rendering context.
    Press 't' to change the texture's image/colors.

commit bd5b99d3890f162ec0928a589b6afbc8e67580b7
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Apr 30 13:24:35 2008 -0600

    gallium: fix typo: s/custam/custom/

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




More information about the mesa-commit mailing list