summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_lower_unnormalized_offset.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Get rid of the do_lower_unnormalized_offsets passJason Ekstrand2016-07-221-106/+0
* glsl: move to compiler/Emil Velikov2016-01-261-2/+2
* nir: move glsl_types.{cpp,h} to compilerEmil Velikov2016-01-261-1/+1
* nir: remove dependency on glslRob Clark2015-10-161-1/+1
* i965: Restore a lost comment about TXF offset bugs.Kenneth Graunke2014-10-151-0/+5
* i965: fold offset into coord for textureOffset(gsampler2DRect)Chris Forbes2014-01-091-1/+1
* i965: Generalize coord+offset lowering pass for ir_txfChris Forbes2013-10-261-3/+26
* i965: Add lowering pass to fold offset into unnormalized coordsChris Forbes2013-10-261-0/+78