summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_util.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Move get_hw_prim_for_gl_prim to brw_util.cJason Ekstrand2016-04-061-0/+28
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-4/+0
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-4/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-38/+38
* i965/gen6+: Add support for GL_ARB_blend_func_extended.Eric Anholt2012-05-231-0/+10
* i965: Use compiler builtins when availableChris Wilson2011-02-211-10/+0
* mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee2010-07-311-0/+2
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* [965] remove dead brw_parameter_list_state_flags.Eric Anholt2008-02-261-80/+0
* Update DRI drivers for new glsl compiler.Brian2007-02-231-19/+13
* Support ARB_texture_rectangle.Keith Whitwell2006-09-201-0/+2
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+188