st/mesa: add support for ARB_texture_cube_map_array (v2)
This adds mesa state tracker support for the new extension, along with glsl->tgsi conversion to use the new opcodes where appropriate. v2: fix assert found running textureSize tests. Reviewed-by: Brian Paul <brianp@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -378,7 +378,8 @@ void st_init_extensions(struct st_context *st)
|
||||
* support the GL_POINT_SPRITE_R_MODE_NV option. */
|
||||
{ o(MESA_texture_array), PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS },
|
||||
|
||||
{ o(OES_standard_derivatives), PIPE_CAP_SM3 }
|
||||
{ o(OES_standard_derivatives), PIPE_CAP_SM3 },
|
||||
{ o(ARB_texture_cube_map_array), PIPE_CAP_CUBE_MAP_ARRAY }
|
||||
};
|
||||
|
||||
/* Required: render target and sampler support */
|
||||
|
Reference in New Issue
Block a user