mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Sun Oct 14 18:35:38 UTC 2007


 src/mesa/drivers/x11/xm_api.c        |   14 +-
 src/mesa/drivers/x11/xm_surface.c    |   16 ++
 src/mesa/pipe/softpipe/sp_region.c   |   77 +++++++----
 src/mesa/pipe/softpipe/sp_surface.c  |  206 ++++++++++++++++-------------
 src/mesa/sources                     |    1 
 src/mesa/state_tracker/st_cb_accum.c |  244 +++++++++++++++++++++++++++++++++++
 src/mesa/state_tracker/st_cb_accum.h |   36 +++++
 src/mesa/state_tracker/st_cb_fbo.c   |   12 -
 src/mesa/state_tracker/st_context.c  |    2 
 src/mesa/state_tracker/st_format.c   |   49 ++++++-
 src/mesa/state_tracker/st_format.h   |    5 
 11 files changed, 532 insertions(+), 130 deletions(-)

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

New commits:
commit e7af94416240f79ac609ff096690a1929664944e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Oct 14 12:34:55 2007 -0600

    implement accum ops

commit a7611dce40e532f6c768ed7011725fcfb6424883
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Oct 14 12:32:39 2007 -0600

    implement put_tile()

commit 90f7ae2370630c45acb9287465806e5fcac44033
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Oct 14 11:55:45 2007 -0600

    accum buffer support

commit 7b0b694406e4043cb163f9832c9c02934fa54568
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Oct 14 11:55:31 2007 -0600

    16-bit rgba surface/format for accum

commit d45fdc3f1f8200c1f1703bdcd5a74a153c74b1c4
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Oct 14 11:53:15 2007 -0600

    16-bit RGBA surface format for accum buffers

commit 9f797d8cb323f5f61ac8cffcba3329b6f42721aa
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Oct 14 11:52:00 2007 -0600

    Added accum function/files.




More information about the mesa-commit mailing list