[Mesa-dev] [PATCH 08/11] glsl_to_tgsi: fix instruction order for bindless textures

2017-09-29 Thread Marek Olšák
From: Marek Olšák We emitted instructions loading the bindless handle after the memory instruction. Cc: 17.1 17.2 --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp b

Re: [Mesa-dev] [PATCH 08/11] glsl_to_tgsi: fix instruction order for bindless textures

2017-09-29 Thread Samuel Pitoiset
Missed that. Reviewed-by: Samuel Pitoiset On 09/29/2017 02:25 PM, Marek Olšák wrote: From: Marek Olšák We emitted instructions loading the bindless handle after the memory instruction. Cc: 17.1 17.2 --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 18 ++ 1 file changed,

Re: [Mesa-dev] [PATCH 08/11] glsl_to_tgsi: fix instruction order for bindless textures

2017-09-29 Thread Samuel Pitoiset
The 17.1 tag should be removed, bindless is a thing only for the latest release. On 09/29/2017 07:32 PM, Samuel Pitoiset wrote: Missed that. Reviewed-by: Samuel Pitoiset On 09/29/2017 02:25 PM, Marek Olšák wrote: From: Marek Olšák We emitted instructions loading the bindless handle after