summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_state.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-26i965: Use the translated color logic op from the contextIan Romanick1-41/+0
2015-11-24i965: Drop #include of main/glheader.h.Matt Turner1-1/+0
2015-10-06i965: remove unneeded #include of colormac.hMark Janes1-1/+0
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-5/+2
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-4/+2
2014-04-13i965: Add comment to explain the weird-looking shadow compares.Chris Forbes1-5/+16
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-13/+13
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-07-03i965: Replace fprintfs with assertions in GLenum comparison translators.Kenneth Graunke1-2/+2
2013-07-03i965: Replace intel_state.c enums with those from brw_defines.h.Kenneth Graunke1-44/+45
2013-06-28i965: Drop dead i915 blend state code.Eric Anholt1-40/+0
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+195
2009-01-26intel: replace i915/intel_state.c and i965/intel_state.c with shared fileBrian Paul1-233/+1
2009-01-26intel: whitespace changesBrian Paul1-105/+105
2009-01-26intel: move some driver functions aroundBrian Paul1-17/+25
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-6/+6
2007-12-20[965] Enable EXT_framebuffer_object.Eric Anholt1-6/+7
2007-09-12i965: translate shadow compare function into correctXiang, Haihao1-0/+25
2007-05-22Replace initInitState() with _mesa_init_driver_state().Brian1-96/+0
2006-09-20remove some dead codeKeith Whitwell1-35/+0
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+330