aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915tex/intel_context.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix crashes when the frag prog can't be handled in hardware (#11131)Roland Scheidegger2007-07-291-0/+1
| | | | | | | | 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.)
* Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu2007-06-051-0/+3
|
* i915tex: Add support for 945GMEWang Zhenyu2007-05-311-0/+1
|
* Replace initInitState() with _mesa_init_driver_state().Brian2007-05-221-1/+0
|
* i915tex: Implement SetTexOffset hook.Michel Dänzer2007-05-221-0/+4
| | | | Only build tested for I830 generation.
* i915tex: Schedule flips when possible.Michel Dänzer2007-02-221-13/+0
| | | | | Also move vsync related state from context to window, so it's possible to schedule several flips ahead of time with triple buffering.
* i915tex: Support page flipping on both CRTCs independently.Michel Dänzer2007-02-201-5/+0
| | | | | No longer track page flipping state per context but per window, via struct intel_framebuffer which wraps struct gl_framebuffer for windows.
* i915tex: Make page flipping work again.Michel Dänzer2007-02-201-0/+4
|
* i915tex: Fix randr resizing. Rotation still broken.Thomas Hellstrom2007-01-231-0/+9
|
* Set DO_DEBUG=0Brian Paul2006-11-031-1/+1
|
* Import texmem i915 driver to its new location as i915tex.Keith Whitwell2006-11-011-0/+502