summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_render.c
AgeCommit message (Collapse)Author
2007-07-29Fix crashes when the frag prog can't be handled in hardware (#11131)Roland Scheidegger
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.)
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell