hanfling
hanfling
1) glm::mat4 default constructor behaviour was changed from identity matrix to undefined data. I updated the code to now use mat(float) ctor to create the identity matrices. 3) Well... a...
I'm note sure whether to open a ticket here or on the mesa bugtracker, so I'm just doing it here. SetPixelFormat is supposed to be called only once (as stated...
EXT_texture_compression_s3tc only introduces the non sRGB S3TC formats, where as the EXT_texture_sRGB extension actually introduces the COMPRESSED_SRGB_S3TC_DXT1_EXT, COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT, and COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT formats. Now inside EXT_texture_sRGB_decode spec: Dependencies on EXT_texture_compression_s3tc If...
My understanding is that GetPointerv was initially introduced with OpenGL 1.1, removed with OpenGL 3.1 Core and readded with OpenGL 4.3 Core. However it is only displayed on the help...