mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 17 22:46:55 UTC 2007


 src/mesa/main/buffers.c                   |    2 ++
 src/mesa/main/drawpix.c                   |    2 ++
 src/mesa/shader/prog_statevars.c          |    2 ++
 src/mesa/state_tracker/st_cb_clear.c      |    2 --
 src/mesa/state_tracker/st_cb_drawpixels.c |    1 -
 src/mesa/state_tracker/st_cb_feedback.c   |    1 -
 src/mesa/state_tracker/st_cb_rasterpos.c  |    1 -
 src/mesa/state_tracker/st_cb_readpixels.c |    4 ++--
 src/mesa/state_tracker/st_cb_texture.c    |    4 +++-
 9 files changed, 11 insertions(+), 8 deletions(-)

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

New commits:
commit f953c223df26293f955f7d0621a6f917e9cc9768
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 17 16:23:25 2007 -0600

    remove #include vf.h

commit 52111366cc34e367993b5ec785fe331891a3da5e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 17 16:19:10 2007 -0600

    disable the NeedFlush assertion for now

commit 49adf51eeec31c9f3c995a70acc5008522689708
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 17 16:18:45 2007 -0600

    Add some FLUSH_CURRENT() calls.
    
    Without these we can find ourselves in _mesa_load_state_parameters()
    computing derived lighting/material values whhen the current material
    properties haven't been updated from the VBO.
    This may be a somewhat wide-spread problem that needs more attention...

commit 420c062cb68e4e313ef34bd879852a003101169e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 17 15:59:59 2007 -0600

    Assert that there's no outstanding current state that needs to be flushed from the vbo in _mesa_load_state_parameters().
    
    Several of the state parameters use current state (such as materials).
    Need to make sure those values are not stale.

commit 5cb0d749b07be4ecbf4d4d7cde18aecdfe2dba38
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 17 14:57:15 2007 -0600

    formatting fix

commit e48ea925105fb74312f6e2f608b909f897a834e8
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 17 14:56:55 2007 -0600

    fix addressing error in read_stencil_pixels()




More information about the mesa-commit mailing list