Re: [Mesa-dev] [PATCH 2/2] main/state: Flag new constants for compute shaders

2015-06-16 Thread Jordan Justen
On 2015-06-16 14:51:38, Marek Olšák wrote: > One question: Why? > > I just removed the same code for GS: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=42a3c1ec8471fc76eb6d3d6f1bd1739e24a5f33a Yeah. I think you are right. I'll drop this patch. Thanks! -Jordan > On Tue, Jun 16, 2015 at 11:21

Re: [Mesa-dev] [PATCH 2/2] main/state: Flag new constants for compute shaders

2015-06-16 Thread Marek Olšák
One question: Why? I just removed the same code for GS: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42a3c1ec8471fc76eb6d3d6f1bd1739e24a5f33a Marek On Tue, Jun 16, 2015 at 11:21 PM, Jordan Justen wrote: > Signed-off-by: Jordan Justen > --- > src/mesa/main/state.c | 10 ++ > 1 file

[Mesa-dev] [PATCH 2/2] main/state: Flag new constants for compute shaders

2015-06-16 Thread Jordan Justen
Signed-off-by: Jordan Justen --- src/mesa/main/state.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index bede7fe..beb2721 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -278,6 +278,16 @@ update_program_constants(