Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel: replace i915/intel_state.c and i965/intel_state.c with shared file | Brian Paul | 2009-01-26 | 1 | -233/+1 |
| | |||||
* | intel: whitespace changes | Brian Paul | 2009-01-26 | 1 | -105/+105 |
| | |||||
* | intel: move some driver functions around | Brian Paul | 2009-01-26 | 1 | -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 Paul | 2008-09-18 | 1 | -6/+6 |
| | | | | Makefile.template | ||||
* | [965] Enable EXT_framebuffer_object. | Eric Anholt | 2007-12-20 | 1 | -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 correct | Xiang, Haihao | 2007-09-12 | 1 | -0/+25 |
| | | | | | internal function to match the EXT_shadow_funs spec. fix bug#11925 | ||||
* | Replace initInitState() with _mesa_init_driver_state(). | Brian | 2007-05-22 | 1 | -96/+0 |
| | |||||
* | remove some dead code | Keith Whitwell | 2006-09-20 | 1 | -35/+0 |
| | |||||
* | Add Intel i965G/Q DRI driver. | Eric Anholt | 2006-08-09 | 1 | -0/+330 |
This driver comes from Tungsten Graphics, with a few further modifications by Intel. |