Re: [Mesa-dev] [PATCH v2] mesa: Fix ctx->Texture.CubeMapSeamless

2015-02-17 Thread Ian Romanick
Reviewed-by: Ian Romanick And I think Ken gave an R-b too. On 02/11/2015 02:35 AM, Iago Toral Quiroga wrote: > The intel driver code, and apparently all other Mesa drivers, call > _mesa_initialize_context early in the CreateContext hook. That > function will end up calling _mesa_init_texture whi

Re: [Mesa-dev] [PATCH v2] mesa: Fix ctx->Texture.CubeMapSeamless

2015-02-17 Thread Kenneth Graunke
On Wednesday, February 11, 2015 11:35:35 AM Iago Toral Quiroga wrote: > The intel driver code, and apparently all other Mesa drivers, call > _mesa_initialize_context early in the CreateContext hook. That > function will end up calling _mesa_init_texture which will do: > > ctx->Texture.CubeMapSeaml

[Mesa-dev] [PATCH v2] mesa: Fix ctx->Texture.CubeMapSeamless

2015-02-11 Thread Iago Toral Quiroga
The intel driver code, and apparently all other Mesa drivers, call _mesa_initialize_context early in the CreateContext hook. That function will end up calling _mesa_init_texture which will do: ctx->Texture.CubeMapSeamless = _mesa_is_gles3(ctx); But this won't work at this point, since _mesa_is_gl