Re: [Mesa-dev] [PATCH 01/17] mesa: add PackedDriverUniformStorage const

2017-06-26 Thread Nicolai Hähnle
On 25.06.2017 03:31, Timothy Arceri wrote: Will be used to determine whether to take packing code paths or not. --- src/mesa/main/mtypes.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 0cb0024..49c8f63 100644 --- a/src/mesa/main/mt

[Mesa-dev] [PATCH 01/17] mesa: add PackedDriverUniformStorage const

2017-06-24 Thread Timothy Arceri
Will be used to determine whether to take packing code paths or not. --- src/mesa/main/mtypes.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 0cb0024..49c8f63 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -3980,20