Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crashes when the frag prog can't be handled in hardware (#11131) | Roland Scheidegger | 2007-07-29 | 1 | -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 Zhenyu | 2007-06-05 | 1 | -0/+3 |
| | |||||
* | i915tex: Add support for 945GME | Wang Zhenyu | 2007-05-31 | 1 | -0/+1 |
| | |||||
* | Replace initInitState() with _mesa_init_driver_state(). | Brian | 2007-05-22 | 1 | -1/+0 |
| | |||||
* | i915tex: Implement SetTexOffset hook. | Michel Dänzer | 2007-05-22 | 1 | -0/+4 |
| | | | | Only build tested for I830 generation. | ||||
* | i915tex: Schedule flips when possible. | Michel Dänzer | 2007-02-22 | 1 | -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änzer | 2007-02-20 | 1 | -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änzer | 2007-02-20 | 1 | -0/+4 |
| | |||||
* | i915tex: Fix randr resizing. Rotation still broken. | Thomas Hellstrom | 2007-01-23 | 1 | -0/+9 |
| | |||||
* | Set DO_DEBUG=0 | Brian Paul | 2006-11-03 | 1 | -1/+1 |
| | |||||
* | Import texmem i915 driver to its new location as i915tex. | Keith Whitwell | 2006-11-01 | 1 | -0/+502 |