Bug 92342 - BGRA_EXT and type UNSIGNED_BYTE is a valid combination for TexImage2D
Summary: BGRA_EXT and type UNSIGNED_BYTE is a valid combination for TexImage2D
Status: RESOLVED DUPLICATE of bug 92265
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: 11.0
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-08 05:37 UTC by kalyank
Modified: 2015-10-08 07:41 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Fix (2.75 KB, text/plain)
2015-10-08 05:37 UTC, kalyank
Details

Description kalyank 2015-10-08 05:37:13 UTC
Created attachment 118748 [details]
Fix

Mesa advertises support for https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_format_BGRA8888.txt. This extension adds BGRA_EXT as a valid internal and external format for TexSubImage2D. Also, this extension makes BGRA_EXT format and UNSIGNED_BYTE type a valid combination.

This used to  work before but reports as INVALID_OPERATION with 11.2. This was found while trying Mesa 11.2 with Chromium.
Comment 1 Tapani Pälli 2015-10-08 05:47:11 UTC
are you testing with patches that fixed bug #92265 ?
Comment 2 Jason Ekstrand 2015-10-08 06:01:13 UTC
Check with mesa master. I think I just pushed the fix.

*** This bug has been marked as a duplicate of bug 92265 ***


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.