summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_context.h
AgeCommit message (Expand)Author
2007-09-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-20Merge branch 'master' into i915-unificationEric Anholt
2007-09-19Enable building the debug (env INTEL_DEBUG=list) code by default.Eric Anholt
2007-07-29Fix crashes when the frag prog can't be handled in hardware (#11131)Roland Scheidegger
2007-06-21Merge branch 'origin' into i915-unificationEric Anholt
2007-06-05Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-31i915tex: Add support for 945GMEWang Zhenyu
2007-05-24Merge branch 'master' into i915-unificationEric Anholt
2007-05-22Replace initInitState() with _mesa_init_driver_state().Brian
2007-05-22i915tex: Implement SetTexOffset hook.Michel Dänzer
2007-05-21Enable INTEL_DEBUG environment variable.Eric Anholt
2007-05-18Kill old struct bufmgr members.Eric Anholt
2007-05-17Convert i915tex to the new interface and make it compile.Eric Anholt
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