google-code-export / angleproject

Automatically exported from code.google.com/p/angleproject
0 stars 0 forks source link

Implement base texture level support and mipmap/lod range #596

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need support for GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_MAX_LEVEL, 
GL_TEXTURE_MIN_LOD, and GL_TEXTURE_MAX_LOD.

This should also fix Issue chromium:349490 and the dEQP textureSize() 
conformance test.

Original issue reported on code.google.com by c...@chromium.org on 27 Mar 2014 at 5:30

GoogleCodeExporter commented 9 years ago
Issue 510 has been merged into this issue.

Original comment by jmad...@chromium.org on 27 Mar 2014 at 6:35

GoogleCodeExporter commented 9 years ago
Several patches were committed already. Still requires updating the 
completeness test to only look at levels between base and max.

dEQP's textureSize() test also still does not pass. It appears that DX11's 
GetDimensions method returns the full size of the texture instead of that of 
the texture's view.

Original comment by c...@chromium.org on 16 Apr 2014 at 7:47