Re: [Mesa-dev] [PATCH v2 04/20] mesa: add PROGRAM_MEMORY

2016-02-07 Thread Ilia Mirkin
Ugh, with this we're going to end up overflowing gl_register_file when I add images... it ends up getting stored as 4 bits somewhere. Oh well, not your problem. Reviewed-by: Ilia Mirkin On Sat, Feb 6, 2016 at 5:04 PM, Samuel Pitoiset wrote: > This will be used for shared, global and local memor

[Mesa-dev] [PATCH v2 04/20] mesa: add PROGRAM_MEMORY

2016-02-06 Thread Samuel Pitoiset
This will be used for shared, global and local memory areas. Signed-off-by: Samuel Pitoiset --- 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 432cda9..d50376b 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/mai