gallivm: handle SAMPLE opcode in aos sampling
authorRoland Scheidegger <sroland@vmware.com>
Mon, 15 Sep 2014 17:10:10 +0000 (19:10 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 16 Sep 2014 01:50:31 +0000 (03:50 +0200)
commit145fef9636a7f6a1b371861a887657cef21bdb3d
treea7a7424bd38c96cd2f8d345adedd9a59a28c61db
parent02595c55b077e5422a2f2cafc7b53df2ddaf6ce3
gallivm: handle SAMPLE opcode in aos sampling

This is just a very limited version, in particular sampler and sampler view
index must be the same. It cannot handle any modifiers neither.
Works much the same as soa version otherwise, to figure out the target we
need to store the sampler view dcls.
While here, also handle (no-op) RET and get rid of a couple bogus deprecated
comments.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c