mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Mar 21 21:55:48 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/state_tracker/st_atom_constbuf.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

       via  fb1f4e207d9becca4a83d4934ff6aebf8270e51a (commit)
      from  a39091bc5b68e4d4f5302f1d3f1a138798f54b77 (commit)


- Commits -----------------------------------------------
commit fb1f4e207d9becca4a83d4934ff6aebf8270e51a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Mar 21 15:54:27 2008 -0600

    gallium: fix const buffer update bug
    
    If only glUniform is called between two renderings, the const buffers weren't
    getting updated.  Need to set the _NEW_PROGRAM flag in st_upload_constants()
    as that's the dirty flag set by glUniform.
    Fixes glean tapi2 test.

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




More information about the mesa-commit mailing list