Re: [Mesa-dev] [PATCH 00/11] GL_EXT_gpu_shader4

2018-08-10 Thread Marek Olšák
On Fri, Aug 10, 2018 at 9:03 PM, Ian Romanick wrote: > On 08/07/2018 10:41 PM, Marek Olšák wrote: >> Hi, >> >> This adds EXT_gpu_shader4 with its subset EXT_texture_buffer_object. >> >> Some applications that previously required force_glsl_version=130 now >> work without it, because EXT_gpu_shader

Re: [Mesa-dev] [PATCH 00/11] GL_EXT_gpu_shader4

2018-08-10 Thread Ian Romanick
On 08/07/2018 10:41 PM, Marek Olšák wrote: > Hi, > > This adds EXT_gpu_shader4 with its subset EXT_texture_buffer_object. > > Some applications that previously required force_glsl_version=130 now > work without it, because EXT_gpu_shader4 enables a subset of GLSL 1.30. > > There are also applica

[Mesa-dev] [PATCH 00/11] GL_EXT_gpu_shader4

2018-08-07 Thread Marek Olšák
Hi, This adds EXT_gpu_shader4 with its subset EXT_texture_buffer_object. Some applications that previously required force_glsl_version=130 now work without it, because EXT_gpu_shader4 enables a subset of GLSL 1.30. There are also applications that need the old-style texture functions from EXT_gp