[Mesa-dev] [Bug 72582] New: [swrast] piglit getteximage-targets S3TC 2D_ARRAY regression
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Dec 10 18:18:03 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=72582
Priority: medium
Bug ID: 72582
Keywords: regression
CC: brianp at vmware.com, idr at freedesktop.org,
jljusten at gmail.com
Assignee: mesa-dev at lists.freedesktop.org
Summary: [swrast] piglit getteximage-targets S3TC 2D_ARRAY
regression
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: vlee at freedesktop.org
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Other
Product: Mesa
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 at 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 at intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Brian Paul <brianp at vmware.com>
:040000 040000 99d7bd3c175b693e834d947a36a8d1ea11cfe0df
a011a5baee1e381e0e1a5f1cda20db5962dfdac9 M docs
:040000 040000 f54fafb354f19bacb9cfafcbc033b438bbef059b
633fecfded34a7ce90393e6071f9b58d749db4ce M src
bisect run success
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20131211/8b4f1ee1/attachment.html>
More information about the mesa-dev
mailing list