mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
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:
parent
2c2a92d5b8
commit
e638841b87
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue