mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Jun 20 23:32:55 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/gallium/drivers/softpipe/sp_context.h     |    2 +-
 src/gallium/drivers/softpipe/sp_draw_arrays.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

       via  be4259b06cbb2b4c1d8a2dacc19313a30fa909d8 (commit)
      from  f38bb109694f2879036c54c97c1c69ea2fecd6c8 (commit)


- Commits -----------------------------------------------
commit be4259b06cbb2b4c1d8a2dacc19313a30fa909d8
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Jun 20 17:28:42 2008 -0600

    gallium: fix invalid call to draw_set_mapped_constant_buffer()
    
    We were indexing sp_constants[i] outside the loop so i was 2.
    Replace i with PIPE_SHADER_VERTEX.
    Also, replace magic '2' with PIPE_SHADER_TYPES in a few places.

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




More information about the mesa-commit mailing list