diff options
author | Dave Airlie <[email protected]> | 2014-02-11 09:41:44 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2014-02-25 13:28:57 +1000 |
commit | 122c3b9486d3dbf8cb6b796c9a25f43817f006d3 (patch) | |
tree | 06adcc7da94ddd3c12568e445768dab569021e5a /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | 945d87f95877e198fb2203f47a4ebbccae883978 (diff) |
glsl/i965: move lower_offset_array up to GLSL compiler level.
This lowering pass will be useful for gallium drivers as well, in order to support
the GL TG4 oddity that is textureGatherOffsets.
Reviewed-by: Chris Forbes <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index dc30eb371e9..1649369e9e5 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -73,7 +73,6 @@ i965_FILES = \ brw_gs_surface_state.c \ brw_interpolation_map.c \ brw_lower_texture_gradients.cpp \ - brw_lower_offset_array.cpp \ brw_lower_unnormalized_offset.cpp \ brw_misc_state.c \ brw_object_purgeable.c \ |