Forums - Adreno 205 Displaying garbage

3 posts / 0 new
Last post
Adreno 205 Displaying garbage
BenSteel
Join Date: 13 Jan 12
Posts: 1
Posted: Fri, 2012-01-13 10:56

I'm working on an OpenGL ES plugin for a playstation emulator, and the plugin works fine on other chipsets, but the Adreno205 causes it to display garbage in the pillarbox margins when running in 4:3 landscape mode.

glClear() is called between frames, with glClearColor(0,0,0,128) set, and these are called after a disable and before a re-enable of GL_SCISSOR_TEST (used to display the screen in 4:3 size).

Has anyone run into a similar problem before, where they're attempting to pillarbox 4:3 content on the Adreno 205 and getting garbage data instead of black in the pillarboxing?  Thanks!

  • Up0
  • Down0
Mark_Feldman Moderator
Join Date: 4 Jan 12
Posts: 58
Posted: Wed, 2012-02-22 16:13

Could you share a bit more information on the sequence and parameters of your gl calls (glclear, glenable, gldisable, glScissor, etc)?

Pseudo code would be helpful as well.

thanks...

  • Up0
  • Down0
gadget
Join Date: 12 Oct 12
Posts: 3
Posted: Wed, 2012-10-17 18:26

Just finished hunting down bug in our code that is somewhat related to the topic at hand. It seems -- if rendering in a viewport smaller than the screen buffer (so as to letterbox 4:3 graphics) both color buffer and depth buffer (and possibly others?) contain garbage in the 'black bar' region, unless glClear is called every frame. PowerVR SGX540 and NVidia Tegra2 do not have this issue and keep the  'black bar' region faithfully blank.

I was just wondering if someone from the Adreno team could chime in...

  • Up0
  • Down0
or Register

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.