aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_state.c
Commit message (Collapse)AuthorAgeFilesLines
* intel: replace i915/intel_state.c and i965/intel_state.c with shared fileBrian Paul2009-01-261-233/+1
|
* intel: whitespace changesBrian Paul2009-01-261-105/+105
|
* intel: move some driver functions aroundBrian Paul2009-01-261-17/+25
| | | | A step toward consolidating i915/intel_state.c and i965/intel_state.c
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-6/+6
| | | | Makefile.template
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-6/+7
| | | | | To do so, merge the remainnig necessary code from the buffers, blit, span, and screen code to shared, and replace it with those.
* i965: translate shadow compare function into correctXiang, Haihao2007-09-121-0/+25
| | | | | internal function to match the EXT_shadow_funs spec. fix bug#11925
* Replace initInitState() with _mesa_init_driver_state().Brian2007-05-221-96/+0
|
* remove some dead codeKeith Whitwell2006-09-201-35/+0
|
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+330
This driver comes from Tungsten Graphics, with a few further modifications by Intel.