diff options
author | Eduardo Lima Mitev <[email protected]> | 2016-10-18 09:55:38 +0200 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-10-28 00:20:32 -0700 |
commit | c06480390b68c7118b0628f0a2702e6a8c67e1e0 (patch) | |
tree | eb5be5f9760089cb9cfd87220501f955396375b7 /src/intel/blorp | |
parent | 43dadb6edd5e3e3e10b1198184a9f75556edad49 (diff) |
drivers/meta: Accept GL_TEXTURE_3D as target for tex image decompression
An assert is currently raised, preventing decompression of a texture image into
a GL_TEXTURE_3D target. I have not found any spec wording that would explain
this, or implementation detail that would prevent it. And in any case, the
driver should not cause a crash upon user input arguments.
Fixes most failing subcases in CTS tests:
* GL44-CTS.gtf32.GL3Tests.packed_pixels.packed_pixels_pixelstore
* GL45-CTS.gtf32.GL3Tests.packed_pixels.packed_pixels_pixelstore
These tests were crashing the driver before. Now they just fail, but due
to an unrelated issue affecting 2 out of the 45 test subcases.
No regressions observed against piglit or CTS-GL.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/blorp')
0 files changed, 0 insertions, 0 deletions