mesa: Changes to 'i915tex_privbuffers'

Roland Scheidegger sroland at kemper.freedesktop.org
Sun Jul 29 16:08:14 UTC 2007


 src/mesa/drivers/dri/i915tex/i830_vtbl.c     |    6 ++++++
 src/mesa/drivers/dri/i915tex/i915_vtbl.c     |    8 +++++++-
 src/mesa/drivers/dri/i915tex/intel_context.h |    1 +
 src/mesa/drivers/dri/i915tex/intel_render.c  |    2 ++
 4 files changed, 16 insertions(+), 1 deletion(-)

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

New commits:
commit 9d2d34b5eabfb7855081ad56fa00b3e0f6b8e631
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Sun Jul 29 18:04:28 2007 +0200

    Fix crashes when the frag prog can't be handled in hardware (#11131)
    
    Must not change to/from swrast after Render.Start or bad things will happen.
    (Driver will still somewhat incorrectly report an implementation error,
    and apps can't really figure out if a prog is natively supported as validation
    is later - could try doing it earlier to give some hint at least, even though
    native status may still change later due to fog etc.)




More information about the mesa-commit mailing list