Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-02 | Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ↵ | Gary Wong | |
unification. | |||
2006-11-29 | Add accelerated CopyPixels for non-overlapping, 1:1 blits. | Eric Anholt | |
Submitted by Gary Wong <gtw@gnu.org> | |||
2006-10-13 | Use unsigned long cast for checking pointer alignment, fixes x64 warnings. | Keith Whitwell | |
2006-10-05 | Accelerate glBitmap with a color expand blit. Nice speedup for demos | Keith Whitwell | |
like 'fire' that display a help message or fps number this way. | |||
2006-09-20 | remove some dead code | Keith Whitwell | |
2006-09-20 | add accelerated glCopyPixels path | Keith Whitwell | |
2006-09-07 | Make sure bmBufferOffset is called for all active buffers every time | Keith Whitwell | |
we render. Currenly requires that some state be re-examined after every LOCK_HARDWARE(). | |||
2006-09-06 | Simplify the immediate and displaylist code. Treat VertexAttrib*ARB | Keith Whitwell | |
as non-aliasing and cope with the >32 attributes that result, taking materials into account. | |||
2006-08-09 | Add Intel i965G/Q DRI driver. | Eric Anholt | |
This driver comes from Tungsten Graphics, with a few further modifications by Intel. |