mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Jul 4 16:03:50 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/auxiliary/draw/draw_pt.c |    2 ++
 src/mesa/main/fbobject.c             |    4 ++--
 src/mesa/shader/shader_api.c         |    5 +++++
 src/mesa/state_tracker/st_cb_fbo.c   |    3 ++-
 4 files changed, 11 insertions(+), 3 deletions(-)

       via  9ca1c62a963ca7024c4bccf83af3f90955cd5068 (commit)
       via  ba9e6339028c36269cb50bb8535e415fa8e6e4c9 (commit)
       via  294b061256220960e7e29fbc8ecbd2ffce75de40 (commit)
       via  c4b6941e62f5e30a7c479b7b8d6521cc4dd92e3e (commit)
      from  4a18324c0bca4ae806b1c62cad44e859f0924a9b (commit)


- Commits -----------------------------------------------
commit 9ca1c62a963ca7024c4bccf83af3f90955cd5068
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Jul 4 10:02:16 2008 -0600

    gallium: replace assertion with conditional

commit ba9e6339028c36269cb50bb8535e415fa8e6e4c9
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Jul 4 09:59:43 2008 -0600

    gallium: fix trim() function bug when count < first
    
    If the user called glDrawArrays(GL_TRIANGLES, count=1), trim() returned a
    very large integer because of the unsigned arithmetic.

commit 294b061256220960e7e29fbc8ecbd2ffce75de40
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Jul 4 09:58:14 2008 -0600

    mesa: generate GL_INVALID_OPERATION in _mesa_get_uniform_location() if program isn't linked

commit c4b6941e62f5e30a7c479b7b8d6521cc4dd92e3e
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Jul 4 09:56:08 2008 -0600

    mesa: move assertion

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




More information about the mesa-commit mailing list