| Summary: |
[swrast] piglit getteximage-targets S3TC 2D_ARRAY regression |
| Product: |
Mesa
|
Reporter: |
Vinson Lee <vlee> |
| Component: |
Mesa core | Assignee: |
mesa-dev |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
medium
|
CC: |
brianp, idr, jljusten
|
| Version: |
git | Keywords: |
regression |
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
mesa: 00faf82832f3e6ef886abad246b50cc47b901c1f (master) $ ./bin/getteximage-targets S3TC 2D_ARRAY -auto Testing S3TC. Testing GL_TEXTURE_2D_ARRAY Mesa: User error: GL_INVALID_ENUM in glEnable(GL_TEXTURE_2D_ARRAY) Unexpected GL error: GL_INVALID_ENUM 0x500 (Error at piglit/tests/texturing/getteximage-targets.c:200) GetTexImage() returns incorrect data in byte 0 for layer 0 corresponding to (0,0), channel 0 expected: 8 got: 255 PIGLIT: {'result': 'fail' } 2a3d1e2e06ce74801ccbfd349558d44653b9692f is the first bad commit commit 2a3d1e2e06ce74801ccbfd349558d44653b9692f Author: Ian Romanick <ian.d.romanick@intel.com> Date: Wed Nov 20 13:48:36 2013 -0800 mesa: Remove support for GL_MESA_texture_array This extension enabled the use of texture array with fixed-function and assembly fragment shaders. No applications are known to use this extension. NOTE: This patch regresses GL_TEXTURE_1D_ARRAY and GL_TEXTURE_2D_ARRAY cases of the copyteximage piglit test. The test is incorrectly using texture arrays with fixed function while only requiring the GL_EXT_texture_array extension. A fix for the test has been posted to the piglit mailing list. http://lists.freedesktop.org/archives/piglit/2013-November/008639.html Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com> :040000 040000 99d7bd3c175b693e834d947a36a8d1ea11cfe0df a011a5baee1e381e0e1a5f1cda20db5962dfdac9 M docs :040000 040000 f54fafb354f19bacb9cfafcbc033b438bbef059b 633fecfded34a7ce90393e6071f9b58d749db4ce M src bisect run success