mesa: Changes to 'i915tex_privbuffers'

Roland Scheidegger sroland at kemper.freedesktop.org
Wed Jul 18 20:53:35 UTC 2007


 src/mesa/main/attrib.c      |    4 ++
 src/mesa/main/buffers.c     |   67 ++++++++++++++++++++++++++++++--------------
 src/mesa/main/buffers.h     |    3 +
 src/mesa/main/context.c     |    7 +---
 src/mesa/main/fbobject.c    |   19 +++++++++++-
 src/mesa/main/framebuffer.c |    3 -
 6 files changed, 75 insertions(+), 28 deletions(-)

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

New commits:
commit 131a03631208afb1fce90292eb27115511f58257
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Wed Jul 18 20:17:14 2007 +0200

    fix mesa's handling of fbo's / window fb (again)
    
    Make sure the relevant fields in window fbs get updated at appropriate time
    (those are NOT the same as fbos!!!), and fix up related code accordingly.
    This is a bit ugly, but there's a reason the issues section in EXT_fbo is
    a couple hundred pages long...
    Hopefully correct now.

commit 3f318c2eb98cf7216ae7033806fa764ac40192bf
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Wed Jul 18 18:07:12 2007 +0200

    more fixes for mesa's fbo handling (fixes tests/fbotest1/2)




More information about the mesa-commit mailing list