Forums - OpenGL ES 3.0 Emulator Errors (OSX,Win,Linux)

1 post / 0 new
OpenGL ES 3.0 Emulator Errors (OSX,Win,Linux)
sio2interactive
Join Date: 2 Oct 14
Posts: 2
Posted: Thu, 2014-10-09 20:14

- glDrawArrays always generate a glError::GL_INVALID_ENUM but draw properly. Replacing the glDrawArrays call with glDrawElements (passing the indice array) doesn't generate a GL_INVALID_ENUM.

- GL_TEXTURE_MAX_ANISOTROPY_EXT generate a glError::GL_INVALID_VALUE even if GL_EXT_texture_filter_anisotropic is present and  GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT return a positive value, and the texture is mipmapped.
 
[edit]
 
- glDepthRangef generate GL_INVALID_OPERATION, even if the default 0.0f, 1.0f value is pass.
 
- glClearDepthf generate GL_INVALID_OPERATION, even if the default value 1.0f is pass.
 
[edit]
 
- 16bits (RGB565, RGB4444, RGB5551) NPOT textures display artifacts, same textures (in RGB or RGBA) display properly.
 
ps: Only affect textures created with glTexImage, FBO NPOT 16bits textures attachment are fine.
  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.