Skip to content

lima: add cubemap support

Arno Messiaen requested to merge arnomessiaen/mesa:lima-cubemaps into master

Add mipmap support to lima

This makes the following piglit tests pass:

  • glsl-fs-texturecube
  • glsl-fs-texturecube-2
  • incomplete-cubemap-format
  • incomplete-cubemap-size
  • ati_fragment_shader-render-textargets

The following piglit tests still fail:

  • fbo-cubemap: fails on borders of rendered quads.
Edited by Arno Messiaen

Merge request reports