Re: [Mesa-dev] [RFC] main/copyimage: Add check for incomplete src or dst textures

2016-12-08 Thread Eduardo Lima Mitev
On 12/08/2016 02:23 PM, Alejandro Piñeiro wrote: > On 08/12/16 10:59, Eduardo Lima Mitev wrote: >> From OpenGL 4.5 Core Profile spec, section 18.3.2 (Copying Between Images), >> page 517 of the PDF: >> >>"An INVALID_OPERATION error is generated if either object is a texture >> and the textu

Re: [Mesa-dev] [RFC] main/copyimage: Add check for incomplete src or dst textures

2016-12-08 Thread Alejandro Piñeiro
On 08/12/16 10:59, Eduardo Lima Mitev wrote: > From OpenGL 4.5 Core Profile spec, section 18.3.2 (Copying Between Images), > page 517 of the PDF: > >"An INVALID_OPERATION error is generated if either object is a texture > and the texture is not complete (as defined in section 8.17), if the

[Mesa-dev] [RFC] main/copyimage: Add check for incomplete src or dst textures

2016-12-08 Thread Eduardo Lima Mitev
From OpenGL 4.5 Core Profile spec, section 18.3.2 (Copying Between Images), page 517 of the PDF: "An INVALID_OPERATION error is generated if either object is a texture and the texture is not complete (as defined in section 8.17), if the source and destination internal formats are not co