Standard situation for AMD... all posted bugs are very-very-very old...
Type: Posts; User: Closed
Standard situation for AMD... all posted bugs are very-very-very old...
In AMD Catalyst 12.7 beta (OGL version 4.2.11740) this is not fixed, except for GL_GEOMETRY_SHADER_INVOCATIONS (this query is working now, phew)
Yes of cause, I'm not so stupid :)
Yep, I'm sure!
Thanks to all for answers!
1. About RGB9_E5:
Yes it was my fault: RGB9_E5 is texture-only format (p. 217, latest GL4.2 with changes spec), but:
on NV GPUs it is renderable and NV supports MSAA...
Hi all! There are some latest bugs in AMD/NV OpenGL driver:
1. Program queries, that generates GL_INVALID_ENUM on AMD:
glGetProgramiv(glProgram, GL_GEOMETRY_INPUT_TYPE, &val);...
1. gl(Tex/Texture)Storage doesn't work with any depth-format on AMD:
void Bug_AMD_TexStorage_Depth()
{
GLuint tex;
glGenTextures(1, &tex);
glTextureStorage2DEXT(tex, GL_TEXTURE_2D, 1,...
Updated NVIDIA/AMD driver status, introduced new bugs not included in article from www.g-truc.net.
...
Good day! I was found some errors in OpenGL 4.2 (2011.08.22) spec:
1) section 2.14, page 155:
Original:
The state required to implement the viewport transformation is four integers and two...