On Wed 04 Nov 2015, Jason Ekstrand wrote: > Eventually, we'll switch over to this new function and delete the old one > completely. However, duplicating it both makes the transition smoother and > allows us to assert that they are the same. > > While we're at it, we start a new file for collecting the various bits of > the image_load_store workarounds. > --- > src/mesa/drivers/dri/i965/Makefile.sources | 2 + > src/mesa/drivers/dri/i965/brw_image_load_store.c | 138 > +++++++++++++++++++++++ > src/mesa/drivers/dri/i965/brw_image_load_store.h | 38 +++++++ > src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 10 +- > 4 files changed, 186 insertions(+), 2 deletions(-) > create mode 100644 src/mesa/drivers/dri/i965/brw_image_load_store.c > create mode 100644 src/mesa/drivers/dri/i965/brw_image_load_store.h
My mind became numb when reviewing the sed job. Everything looked correct, though, until I became bored. Reviewed-by: Chad Versace <chad.vers...@intel.com> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev