summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965: remove unneeded #include of colormac.hMark Janes2015-10-061-1/+0
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-5/+2
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-4/+2
* i965: Add comment to explain the weird-looking shadow compares.Chris Forbes2014-04-131-5/+16
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-13/+13
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Replace fprintfs with assertions in GLenum comparison translators.Kenneth Graunke2013-07-031-2/+2
* i965: Replace intel_state.c enums with those from brw_defines.h.Kenneth Graunke2013-07-031-44/+45
* i965: Drop dead i915 blend state code.Eric Anholt2013-06-281-40/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+195
* 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
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-6/+6
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-6/+7
* i965: translate shadow compare function into correctXiang, Haihao2007-09-121-0/+25
* 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