[Mesa-dev] [PATCH V2 00/22] ARB_texture_view support for i965
Chris Forbes
chrisf at ijw.co.nz
Fri Feb 21 12:48:01 PST 2014
This series adds support for texture views on i965. I think it's fairly
complete, but have probably still missed some things. It would be great if
someone at Intel can run the relevant parts of oglconform against this.
Big changes from V1:
* Level/layer clamping behavior is fixed. [there were patches for this previously,
but they have now been folded into the main series].
* Depth clears with a range of layers fixed.
* The view's mesa_format is now tracked in intel_texture_object::_Format,
rather than assuming the mt's format is always what we want. This fixes
rendering tests which reinterpret the underlying texture with a different
format.
-- Chris
More information about the mesa-dev
mailing list