Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201) | Zou Nan hai | 2007-01-06 | 1 | -2/+2 |
| | | | | Signed-off-by: Keith Packard <[email protected]> | ||||
* | Gary Wong's patches for CopyPixels Logiop (enable) and Blend | Keith Whitwell | 2006-11-21 | 1 | -5/+33 |
| | | | | | | (disallow). Slightly cleaned to disallow on all blend states for code consiseness and turn a table lookup into a function to match other code in the driver. | ||||
* | Remove x/y/width/height parameters from Clear functions. | Brian Paul | 2006-11-01 | 1 | -16/+11 |
| | |||||
* | Accelerate glBitmap with a color expand blit. Nice speedup for demos | Keith Whitwell | 2006-10-05 | 1 | -0/+96 |
| | | | | like 'fire' that display a help message or fps number this way. | ||||
* | Explicit test for +ve pitches in intelEmitCopyBlit() | Keith Whitwell | 2006-09-22 | 1 | -8/+4 |
| | |||||
* | Add a comment about the interactions of negative pitches, overlapping | Keith Whitwell | 2006-09-20 | 1 | -0/+8 |
| | | | | blits and the different ways of specifying a blit on this hardware. | ||||
* | Broadwater seems to prefer this style of blitting. | Keith Whitwell | 2006-09-20 | 1 | -4/+1 |
| | |||||
* | Add Intel i965G/Q DRI driver. | Eric Anholt | 2006-08-09 | 1 | -0/+494 |
This driver comes from Tungsten Graphics, with a few further modifications by Intel. |