https://bugs.freedesktop.org/show_bug.cgi?id=99511

Matias N. Goldberg <dark_syl...@yahoo.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Matias N. Goldberg <dark_syl...@yahoo.com.ar> ---
I'm closing this bug as it is fixed in latest git + LLVM 4.0

Additionally, the sample I uploaded contained a bug:
Line 276:
glBindImageTexture( 0, dstTexName[1], 0, GL_FALSE, 0, GL_WRITE_ONLY, GL_RGBA8
);

Should have been:
glBindImageTexture( 0, dstTexName[1], 0, GL_FALSE, 0, GL_WRITE_ONLY, GL_R32F );

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to