Re: [Mesa-dev] [PATCH V2 1/3] mesa: Add the infrastructure for KHR_texture_compression_astc_sliced_3d

2016-07-14 Thread Anuj Phogat
On Thu, Jul 14, 2016 at 11:30 AM, Nanley Chery wrote: > On Thu, Jul 14, 2016 at 11:12:45AM -0700, Anuj Phogat wrote: >> V2: Drop the changes to gl.xml. >> >> Signed-off-by: Anuj Phogat >> --- >> src/mesa/main/extensions_table.h | 1 + >>

Re: [Mesa-dev] [PATCH V2 1/3] mesa: Add the infrastructure for KHR_texture_compression_astc_sliced_3d

2016-07-14 Thread Nanley Chery
On Thu, Jul 14, 2016 at 11:12:45AM -0700, Anuj Phogat wrote: > V2: Drop the changes to gl.xml. > > Signed-off-by: Anuj Phogat > --- > src/mesa/main/extensions_table.h | 1 + > src/mesa/main/mtypes.h | 1 + > src/mesa/main/teximage.c | 5 +++-- > 3 files

[Mesa-dev] [PATCH V2 1/3] mesa: Add the infrastructure for KHR_texture_compression_astc_sliced_3d

2016-07-14 Thread Anuj Phogat
V2: Drop the changes to gl.xml. Signed-off-by: Anuj Phogat --- src/mesa/main/extensions_table.h | 1 + src/mesa/main/mtypes.h | 1 + src/mesa/main/teximage.c | 5 +++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git