[Mesa-dev] [PATCH 06/13] i965: Simplify generator code for untyped surface messages.
Pohjolainen, Topi
topi.pohjolainen at intel.com
Fri Mar 6 01:39:13 PST 2015
On Fri, Feb 27, 2015 at 05:34:49PM +0200, Francisco Jerez wrote:
> The generate_untyped_*() methods do nothing useful other than calling
> the corresponding function from brw_eu_emit.c. The calls to
> brw_mark_surface_used() will go away too in a future commit.
> ---
> src/mesa/drivers/dri/i965/brw_fs.h | 11 ------
> src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 42 +++++------------------
> src/mesa/drivers/dri/i965/brw_vec4.h | 9 -----
> src/mesa/drivers/dri/i965/brw_vec4_generator.cpp | 43 +++++-------------------
> 4 files changed, 18 insertions(+), 87 deletions(-)
Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
More information about the mesa-dev
mailing list