cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

vlj
Journeyman III

Catalyst GL 4.4 bindless texture ignores srgb

Hi,

I implemented partial azdo technic in our open source game whose next version is likely to be released this month.

It's not enabled by default.

From catalyst 14.3 beta (where it was introduced) arb bindless textures doesn't honor the srgb status of texture. GL_SRGB textures are sampled as GL_RGB texture.

I workarounded this with a pow(., 2.2) call but I would prefer to avoid an extra instruction.

0 Likes
2 Replies
jtrudeau
Staff

A graphics support engineer may chime in.

Because you suspect a Catalyst issue, here's where to go.

If you have a driver compatibility or hardware issue, please head over to support.amd.com or the visit the AMD Support & Games Forums.

The specific thread for catalyst driver support is located at: AMD Support and Game Forums - Desktop Catalyst Drivers and Software.

If you have a reproducible case, you can file a defect report at www.amd.com/report.

0 Likes

Thanks for the procedure, I posted it here AMD Support and Game Forums - ARB Bindless texture ignores SRGB

0 Likes