mesa: Changes to 'i915tex_privbuffers'

Roland Scheidegger sroland at kemper.freedesktop.org
Sun Jul 15 20:55:21 UTC 2007


 src/mesa/drivers/dri/i915tex/intel_context.c    |    5 
 src/mesa/drivers/dri/i915tex/intel_pixel_copy.c |  158 ++++++++++++++----------
 src/mesa/main/context.c                         |   11 +
 3 files changed, 110 insertions(+), 64 deletions(-)

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

New commits:
commit 99c7e38d8363eafe2fc079ed6e7bad289d65e965
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Sun Jul 15 22:53:59 2007 +0200

    change back driver change from previous commit

commit a1ec23a30f3ff9583b32428c2c357b9ef66f3a50
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Sun Jul 15 22:47:42 2007 +0200

    fix bogus fb/drawable information (fixes xdemos/wincopy)
    
    the framebuffer objects attached to drawables can have invalidate state
    associated with them, since for the window framebuffer this is per-context
    state and not per-fbo state. Since drivers may rely on that information
    (otherwise would need to check if currently the window-framebuffer is
    bound in a lot of places) fix it up in _mesa_make_current (ugly).

commit 8172f50419b370c4608d1bbc6cac4d77e3e45804
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Sun Jul 15 20:15:19 2007 +0200

    fix the texture copypixels path

commit cd3afa2a952a9ec05fb9fa959dfe90d620bd2d88
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Sun Jul 15 18:17:36 2007 +0200

    begin getting rid of fake clip rects (copy_pixel)




More information about the mesa-commit mailing list