Mesa: Advertise GL_OES_texture_*float* extensions support with i965.
This patch advertises support for GL_OES_texture_*float* extensions when using i965 drivers. Signed-off-by: Kevin Rogovin <kevin.rogovin@intel.com> Signed-off-by: Kalyan Kondapally <kalyan.kondapally@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
committed by
Tapani Pälli
parent
2c2a92d5b8
commit
e638841b87
@@ -344,4 +344,9 @@ intelInitExtensions(struct gl_context *ctx)
|
||||
|
||||
if (brw->gen == 7)
|
||||
ctx->Extensions.ARB_gpu_shader5 = true;
|
||||
|
||||
ctx->Extensions.OES_texture_float = true;
|
||||
ctx->Extensions.OES_texture_float_linear = true;
|
||||
ctx->Extensions.OES_texture_half_float = true;
|
||||
ctx->Extensions.OES_texture_half_float_linear = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user