summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_context.h
AgeCommit message (Expand)Author
2007-07-29Fix crashes when the frag prog can't be handled in hardware (#11131)Roland Scheidegger
2007-07-20minor cleanups, disable debuggingRoland Scheidegger
2007-07-18swapbuffers with non-current contexts, cleanupsRoland Scheidegger
2007-07-17get rid of more pageflip/rotation code.Roland Scheidegger
2007-07-16small cleanupsRoland Scheidegger
2007-07-13bugfixes (wrt fb updates), cleanupsRoland Scheidegger
2007-07-12don't use driDrawable information directly, don't resize at makecurrentRoland Scheidegger
2007-07-11remove bogus assertion, change drawable updatesRoland Scheidegger
2007-07-10copybuffer/cliprect fixupsRoland Scheidegger
2007-07-10First attempt at using private back/z buffers.Roland Scheidegger
2007-06-05Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-31i915tex: Add support for 945GMEWang Zhenyu
2007-05-22Replace initInitState() with _mesa_init_driver_state().Brian
2007-05-22i915tex: Implement SetTexOffset hook.Michel Dänzer
2007-02-22i915tex: Schedule flips when possible.Michel Dänzer
2007-02-20i915tex: Support page flipping on both CRTCs independently.Michel Dänzer
2007-02-20i915tex: Make page flipping work again.Michel Dänzer
2007-01-23i915tex: Fix randr resizing. Rotation still broken.Thomas Hellstrom
2006-11-03Set DO_DEBUG=0Brian Paul
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell