Re: [Mesa-dev] [PATCH v3 2/3] mesa/st: add ARB_texture_view support

2014-09-09 Thread Roland Scheidegger
Looks good to me if there's no piglit regressions. Reviewed-by: Roland Scheidegger Am 09.09.2014 02:59, schrieb Ilia Mirkin: > Signed-off-by: Ilia Mirkin > --- > > Roland, it was unclear to me whether you were happy with this change or not. > > v2 -> v3: > no change > > src/mesa/state_trac

[Mesa-dev] [PATCH v3 2/3] mesa/st: add ARB_texture_view support

2014-09-08 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- Roland, it was unclear to me whether you were happy with this change or not. v2 -> v3: no change src/mesa/state_tracker/st_atom_texture.c | 30 src/mesa/state_tracker/st_cb_fbo.c | 10 ++ src/mesa/state_tracker/st_cb_texture.c | 62 +