mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Oct 11 16:09:28 UTC 2007


 src/mesa/drivers/dri/common/dri_bufmgr.c              |   54 ++-
 src/mesa/drivers/dri/common/dri_bufmgr.h              |    4 
 src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c |   16 
 src/mesa/state_tracker/st_draw.c                      |  316 ++++++------------
 4 files changed, 173 insertions(+), 217 deletions(-)

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

New commits:
commit afd6bd3cb0036089f7fe01eb140b5d9ee2654ce9
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 11 10:03:59 2007 -0600

    rename some vars, updated comments

commit 3ab326e1d7ef0ae9bd03dbce33e791449b865ba1
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 11 10:01:17 2007 -0600

    remove unused tgsi_attrib_to_mesa_attrib()

commit 55dd7d794719ebdbf62b58cc15e022ce1e430873
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 11 10:00:54 2007 -0600

    update st_feedback_draw_vbo()

commit 4d79f2c4a2ef87595558051b3bdaeb54b4bd0339
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 11 09:48:06 2007 -0600

    streamline st_draw_vbo() a bit more, free user-space buffers at end

commit 71efb6cf69724da2f1e783a13c3074d4e8645c64
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 11 09:11:13 2007 -0600

    clean-up, streamline st_draw_vbo()

commit 98e638aa8df9f5b789b68a7a742666a4b06b6cb3
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 11 09:10:43 2007 -0600

    implement intel_user_buffer_create()

commit cdc156d52f4ac33898b4a0e4930a1a9ebe3c81cf
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 11 09:10:19 2007 -0600

    Initial support for user-space buffer objects.
    
    Basically, add userBuffer/Data/Size fields to _DriBufferObject, check those
    fields in driBOMap/Unmap().
    New driGenUserBuffer() function.




More information about the mesa-commit mailing list