mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Apr 7 21:07:17 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_cb_accum.c    |  139 +++++++++++++++++++++++--------
 src/mesa/state_tracker/st_cb_fbo.c      |   56 +++++++++---
 src/mesa/state_tracker/st_cb_fbo.h      |    3 +
 src/mesa/state_tracker/st_cb_queryobj.c |    6 +-
 src/mesa/state_tracker/st_framebuffer.c |    2 +-
 5 files changed, 151 insertions(+), 55 deletions(-)

       via  2b8b2420d48b1b9ce0ec4010ce3968a91a57a4c9 (commit)
       via  0dd596fbc7f88b88467529a7f176aca70d70f731 (commit)
       via  29b65a709cae779debc4bcdbfaa66cfe72f7074f (commit)
       via  2b2d0e05842691e715782a64845aeca12a428427 (commit)
      from  42a9218daa8f564ea1b992a48cc3c375fd1b815e (commit)


- Commits -----------------------------------------------
commit 2b8b2420d48b1b9ce0ec4010ce3968a91a57a4c9
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Apr 7 15:05:28 2008 -0600

    gallium: slightly improved accum clear/mad operations
    
    Instead of get/put_tile(), map the buffer and operate on values directly.

commit 0dd596fbc7f88b88467529a7f176aca70d70f731
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Apr 7 14:53:49 2008 -0600

    gallium: accum buffer fixes
    
    If the driver can't create a PIPE_FORMAT_R16G16B16A16_SNORM surface, create
    an accum surface using a shallower format and taller height.  Since only the
    accum buffer code accesses the surface the actual format doesn't really
    matter, just that there's enough memory.

commit 29b65a709cae779debc4bcdbfaa66cfe72f7074f
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Apr 7 14:17:32 2008 -0600

    gallium: remove stray comment

commit 2b2d0e05842691e715782a64845aeca12a428427
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Apr 7 13:50:02 2008 -0600

    gallium: clean-up in st_renderbuffer_alloc_storage()

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




More information about the mesa-commit mailing list