[Mesa-dev] [PATCH 4/9] mesa/program: add hw atomic counter file

2017-11-08 Thread Dave Airlie
From: Dave Airlie This is needed for the GLSL->TGSI translation for hw atomic counters. Reviewed-by: Nicolai Hähnle Reviewed-by: Marek Olšák Signed-off-by: Dave Airlie --- src/mesa/main/mtypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes

[Mesa-dev] [PATCH 4/9] mesa/program: add hw atomic counter file

2017-11-03 Thread Dave Airlie
From: Dave Airlie This is needed for the GLSL->TGSI translation for hw atomic counters. Signed-off-by: Dave Airlie --- src/mesa/main/mtypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 2acf64e..60f06aa 100644 --- a/src/mesa/main/mt