i965/vec4/nir: remove emit_untyped_surface_read and emit_untyped_atomic at brw_vec4_v...
authorAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 4 Mar 2016 16:32:08 +0000 (17:32 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 8 Mar 2016 07:22:26 +0000 (08:22 +0100)
commitd3a89a7c494d577fdf8f45c0d8735004a571e86b
tree841361279e6ceb170d8249866a30e8e8b8e94ce0
parent0c5c2e2c936a933d4e78acb36d1f5e56d020043c
i965/vec4/nir: remove emit_untyped_surface_read and emit_untyped_atomic at brw_vec4_visitor

surface_access emit_untyped_read and emit_untyped_atomic provides the same
functionality.

v2: surface parameter of emit_untyped_atomic is a const, no need to
    specify default predicate on emit_untyped_atomic, use retype
    (Francisco Jerez).

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp