aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_context.h
Commit message (Collapse)AuthorAgeFilesLines
* Use unsigned long cast for checking pointer alignment, fixes x64 warnings.Keith Whitwell2006-10-131-2/+2
|
* Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell2006-10-051-0/+8
| | | | like 'fire' that display a help message or fps number this way.
* remove some dead codeKeith Whitwell2006-09-201-2/+0
|
* add accelerated glCopyPixels pathKeith Whitwell2006-09-201-20/+11
|
* Make sure bmBufferOffset is called for all active buffers every timeKeith Whitwell2006-09-071-3/+1
| | | | | we render. Currenly requires that some state be re-examined after every LOCK_HARDWARE().
* Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell2006-09-061-10/+0
| | | | | as non-aliasing and cope with the >32 attributes that result, taking materials into account.
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+536
This driver comes from Tungsten Graphics, with a few further modifications by Intel.