Black screen on Tegra3

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
Post Reply
j1230xz
Gnoblar
Posts: 21
Joined: Mon May 13, 2013 3:21 pm

Black screen on Tegra3

Post by j1230xz »

I am experiencing a black screen while trying to render anything on android device with Tegra3 GPU. Please note that I have tested it on Samsung S I9000, Samsung Galaxy S2 and even on HTC wildfire s and it works great, only on the ASUS transformer with tegra 3 gpu there is the black screen.

Using Ogre 1.8rc.

I am reading that this is a known issues so if anyone knows anything please share.

Thanks
Nikola
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: Black screen on Tegra3

Post by c6burns »

You should be using 1.9 branch. I have a Nexus 7 (which are Tegra3 devices) which is working fine.
robert82h
Gnoblar
Posts: 23
Joined: Thu Jun 13, 2013 5:41 pm
x 7

Re: Black screen on Tegra3

Post by robert82h »

Same problem here.

I'm trying to get the Sample Browser working on an Asus Transformer Pad (Tegra 3), however I got nothing but the black screen. I'm using RTSS in my own app, which has the same black-screen problem. On a Nexus 10 and Galaxy Nexus, the same APKs work. I tried Ogre with and without -DOGRE_CONFIG_ENABLE_GLES2_GLSL_OPTIMISER=1 (as proposed on the Android build thread and in OGRE-88), however the screen still stays all black.

Should I get any messages in the log regarding the shader optimization? Nevertheless, I'm confident I'm using Ogre with glsl_optimizer because I had to add the library to the linker list.

Code: Select all

~/3rdparty/ogre $ hg log|head
changeset:   4744:eaf0dbe4975b
branch:      v1-9
tag:         tip
parent:      4742:5214756adc51
parent:      4743:6212769ea1aa
user:        wolfmanfx@gmail.com
date:        Thu Jun 13 09:02:30 2013 +0200
summary:     Merge
Has anyone managed to get the Sample Browser (or any other application that uses a material) running on the Asus Transformer?

Code: Select all

06-24 19:11:53.029 D/dalvikvm(10479): Late-enabling CheckJNI
06-24 19:11:53.029 I/ActivityManager(  492): Start proc org.ogre3d.browser for activity org.ogre3d.browser/android.app.NativeActivity: pid=10479 uid=10143 gids={50143, 1015, 3003, 1028}
06-24 19:11:53.039 I/dalvikvm(10479): Turning on JNI app bug workarounds for target SDK version 9...
06-24 19:11:53.059 D/WindowManager(  492): adjustConfigurationLw, config:{1.0 ?mcc?mnc ?locale ?layoutDir sw800dp w1280dp h752dp 240dpi xlrg land ?uimode ?night finger -keyb/v/h -nav/v} mLidState:-1 mHasDockFeature:true mHasKeyboardFeature:true mHasHallSensorFeature:true config.hardKeyboardHidden:2
06-24 19:11:53.109 I/OGRE    (10479): Creating resource group General
06-24 19:11:53.109 I/OGRE    (10479): Creating resource group Internal
06-24 19:11:53.109 I/OGRE    (10479): Creating resource group Autodetect
06-24 19:11:53.109 I/OGRE    (10479): SceneManagerFactory for type 'DefaultSceneManager' registered.
06-24 19:11:53.109 I/OGRE    (10479): Registering ResourceManager for type Material
06-24 19:11:53.109 I/OGRE    (10479): Registering ResourceManager for type Mesh
06-24 19:11:53.109 I/OGRE    (10479): Registering ResourceManager for type Skeleton
06-24 19:11:53.109 I/OGRE    (10479): MovableObjectFactory for type 'ParticleSystem' registered.
06-24 19:11:53.109 I/OGRE    (10479): ArchiveFactory for archive type FileSystem registered.
06-24 19:11:53.109 I/OGRE    (10479): ArchiveFactory for archive type Zip registered.
06-24 19:11:53.109 I/OGRE    (10479): ArchiveFactory for archive type EmbeddedZip registered.
06-24 19:11:53.109 I/OGRE    (10479): DDS codec registering
06-24 19:11:53.109 I/OGRE    (10479): FreeImage version: 3.15.3
06-24 19:11:53.109 I/OGRE    (10479): This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
06-24 19:11:53.109 I/OGRE    (10479): Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi,exr,j2k,j2c,jp2,pfm,pct,pict,pic,3fr,arw,bay,bmq,cap,cine,cr2,crw,cs1,dc2,dcr,drf,dsc,dng,erf,fff,ia,iiq,k25,kc2,kdc,mdc,mef,mos,mrw,nef,nrw,orf,pef,ptx,pxn,qtk,raf,raw,rdc,rw2,rwl,rwz,sr2,srf,srw,sti
06-24 19:11:53.119 I/OGRE    (10479): PVRTC codec registering
06-24 19:11:53.119 I/OGRE    (10479): ETC codec registering
06-24 19:11:53.119 I/OGRE    (10479): Registering ResourceManager for type HighLevelGpuProgram
06-24 19:11:53.119 I/OGRE    (10479): Registering ResourceManager for type Compositor
06-24 19:11:53.119 I/OGRE    (10479): MovableObjectFactory for type 'Entity' registered.
06-24 19:11:53.119 I/OGRE    (10479): MovableObjectFactory for type 'Light' registered.
06-24 19:11:53.119 I/OGRE    (10479): MovableObjectFactory for type 'BillboardSet' registered.
06-24 19:11:53.119 I/OGRE    (10479): MovableObjectFactory for type 'ManualObject' registered.
06-24 19:11:53.119 I/OGRE    (10479): MovableObjectFactory for type 'BillboardChain' registered.
06-24 19:11:53.119 I/OGRE    (10479): MovableObjectFactory for type 'RibbonTrail' registered.
06-24 19:11:53.119 E/OGRE    (10479): OGRE EXCEPTION(6:FileNotFoundException): 'plugins.cfg' file not found! in ConfigFile::load at /home/ne42guw/work.new/3rdparty/ogre/OgreMain/src/OgreConfigFile.cpp (line 88)
06-24 19:11:53.119 I/OGRE    (10479): plugins.cfg not found, automatic plugin loading disabled.
06-24 19:11:53.119 I/OGRE    (10479): *-*-* OGRE Initialising
06-24 19:11:53.119 I/OGRE    (10479): *-*-* Version 1.9.0unstable (Ghadamon)
06-24 19:11:53.119 I/OGRE    (10479): Installing plugin: OpenGL ES 2.0 RenderSystem
06-24 19:11:53.119 I/OGRE    (10479): OpenGL ES 2.x Rendering Subsystem created.
06-24 19:11:53.119 D/libEGL  (10479): loaded /system/lib/egl/libEGL_tegra.so
06-24 19:11:53.119 E/        (10479): file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found!
06-24 19:11:53.119 I/        (10479): Attempting to load EGL implementation /system/lib//egl/libEGL_tegra_impl
06-24 19:11:53.129 I/        (10479): Loaded EGL implementation /system/lib//egl/libEGL_tegra_impl
06-24 19:11:53.129 D/libEGL  (10479): loaded /system/lib/egl/libGLESv1_CM_tegra.so
06-24 19:11:53.139 D/libEGL  (10479): loaded /system/lib/egl/libGLESv2_tegra.so
06-24 19:11:53.139 I/OGRE    (10479): Plugin successfully installed
06-24 19:11:53.139 I/OGRE    (10479): Installing plugin: Octree Scene Manager
06-24 19:11:53.139 I/OGRE    (10479): Plugin successfully installed
06-24 19:11:53.139 I/OGRE    (10479): Installing plugin: ParticleFX
06-24 19:11:53.139 I/OGRE    (10479): Particle Emitter Type 'Point' registered
06-24 19:11:53.139 I/OGRE    (10479): Particle Emitter Type 'Box' registered
06-24 19:11:53.139 I/OGRE    (10479): Particle Emitter Type 'Ellipsoid' registered
06-24 19:11:53.139 I/OGRE    (10479): Particle Emitter Type 'Cylinder' registered
06-24 19:11:53.139 I/OGRE    (10479): Particle Emitter Type 'Ring' registered
06-24 19:11:53.139 I/OGRE    (10479): Particle Emitter Type 'HollowEllipsoid' registered
06-24 19:11:53.139 I/OGRE    (10479): Particle Affector Type 'LinearForce' registered
06-24 19:11:53.139 I/OGRE    (10479): Particle Affector Type 'ColourFader' registered
06-24 19:11:53.139 I/OGRE    (10479): Particle Affector Type 'ColourFader2' registered
06-24 19:11:53.149 I/OGRE    (10479): Particle Affector Type 'ColourImage' registered
06-24 19:11:53.149 I/OGRE    (10479): Particle Affector Type 'ColourInterpolator' registered
06-24 19:11:53.149 I/OGRE    (10479): Particle Affector Type 'Scaler' registered
06-24 19:11:53.149 I/OGRE    (10479): Particle Affector Type 'Rotator' registered
06-24 19:11:53.149 I/OGRE    (10479): Particle Affector Type 'DirectionRandomiser' registered
06-24 19:11:53.149 I/OGRE    (10479): Particle Affector Type 'DeflectorPlane' registered
06-24 19:11:53.149 I/OGRE    (10479): Plugin successfully installed
06-24 19:11:53.149 I/OGRE    (10479): CPU Identifier & Features
06-24 19:11:53.149 I/OGRE    (10479): -------------------------
06-24 19:11:53.149 I/OGRE    (10479):  *   CPU ID: ARMv7
06-24 19:11:53.149 I/OGRE    (10479):  *      VFP: yes
06-24 19:11:53.149 I/OGRE    (10479):  *     NEON: yes
06-24 19:11:53.149 I/OGRE    (10479): -------------------------
06-24 19:11:53.149 I/OGRE    (10479): Registering ResourceManager for type Texture
06-24 19:11:53.179 V/TabletStatusBar(  693): setLightsOn(true)
06-24 19:11:53.209 I/OGRE    (10479): GLES2RenderSystem::_createRenderWindow "OgreWindow", 0x0 windowed  miscParams: androidConfig=1562183816 externalWindowHandle=1564612680 
06-24 19:11:53.259 I/ActivityManager(  492): Displayed org.ogre3d.browser/android.app.NativeActivity: +238ms
06-24 19:11:53.269 I/        (10479): Loading GLESv2 implementation /system/lib//egl/libGLESv2_tegra_impl
06-24 19:11:53.269 I/OGRE    (10479): GL_VERSION = OpenGL ES 2.0 16.05001
06-24 19:11:53.269 I/OGRE    (10479): GL_VENDOR = NVIDIA Corporation
06-24 19:11:53.269 I/OGRE    (10479): GL_RENDERER = NVIDIA Tegra 3
06-24 19:11:53.269 I/OGRE    (10479): GL_EXTENSIONS = GL_OES_rgb8_rgba8 GL_OES_EGL_sync GL_OES_surfaceless_context GL_OES_fbo_render_mipmap GL_NV_depth_nonlinear GL_NV_draw_path GL_NV_draw_texture GL_NV_texture_npot_2D_mipmap GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_vertex_half_float GL_OES_mapbuffer GL_NV_draw_buffers GL_NV_multiview_draw_buffers GL_EXT_Cg_shader GL_EXT_packed_float GL_OES_texture_half_float GL_EXT_texture_array GL_OES_compressed_ETC1_RGB8_texture GL_EXT_texture_compression_latc GL_NV_texture_compression_latc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc GL_NV_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_NV_get_tex_image GL_NV_read_buffer GL_NV_shader_framebuffer_fetch GL_NV_copy_image GL_NV_fbo_color_attachments GL_EXT_bgra GL_EXT_texture_format_BGRA8888 GL_EXT_read_format_bgra GL_EXT_unpack_subimage GL_NV_pack_subimage GL_NV_texture_compression_s3tc_update GL_NV_read_depth GL_NV_read_stencil GL_NV_uniform_buffer_object GL_NV_map_buffer_range GL_EXT_robustness GL_OES_standard_derivat
06-24 19:11:53.269 I/OGRE    (10479): EXT:GL_OES_rgb8_rgba8
06-24 19:11:53.269 I/OGRE    (10479): EXT:GL_OES_EGL_sync
06-24 19:11:53.269 I/OGRE    (10479): EXT:GL_OES_surfaceless_context
06-24 19:11:53.269 I/OGRE    (10479): EXT:GL_OES_fbo_render_mipmap
06-24 19:11:53.269 I/OGRE    (10479): EXT:GL_NV_depth_nonlinear
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_draw_path
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_draw_texture
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_texture_npot_2D_mipmap
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_OES_EGL_image
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_OES_EGL_image_external
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_OES_vertex_half_float
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_OES_mapbuffer
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_draw_buffers
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_multiview_draw_buffers
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_Cg_shader
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_packed_float
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_OES_texture_half_float
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_texture_array
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_OES_compressed_ETC1_RGB8_texture
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_texture_compression_latc
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_texture_compression_latc
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_texture_compression_dxt1
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_texture_compression_s3tc
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_texture_compression_s3tc
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_texture_filter_anisotropic
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_get_tex_image
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_read_buffer
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_shader_framebuffer_fetch
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_copy_image
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_fbo_color_attachments
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_bgra
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_texture_format_BGRA8888
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_read_format_bgra
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_unpack_subimage
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_pack_subimage
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_texture_compression_s3tc_update
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_read_depth
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_read_stencil
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_uniform_buffer_object
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_map_buffer_range
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_robustness
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_OES_standard_derivatives
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_EGL_stream_consumer_external
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_separate_shader_objects
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_copy_buffer
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_3dvision_settings
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_debug_marker
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_debug_label
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_KHR_debug
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_texture_storage
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_pixel_buffer_object
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_framebuffer_blit
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_non_square_matrices
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_explicit_attrib_location
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_OES_vertex_array_object
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_smooth_points_lines
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_NV_coverage_sample
06-24 19:11:53.279 I/OGRE    (10479): EXT:GL_EXT_occlusion_query_boolean
06-24 19:11:53.289 I/OGRE    (10479): EXT:GL_NV_occlusion_query_samples
06-24 19:11:53.289 I/OGRE    (10479): EXT:GL_NV_timer_query
06-24 19:11:53.289 I/OGRE    (10479): **************************************
06-24 19:11:53.289 I/OGRE    (10479): *** OpenGL ES 2.x Renderer Started ***
06-24 19:11:53.289 I/OGRE    (10479): **************************************
06-24 19:11:53.289 I/OGRE    (10479): GLSL ES support detected
06-24 19:11:53.289 I/OGRE    (10479): Registering ResourceManager for type GpuProgram
06-24 19:11:53.289 I/OGRE    (10479): GL ES 2: Using FBOs for rendering to textures
06-24 19:11:53.289 I/OGRE    (10479): FBO PF_L8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.289 I/OGRE    (10479): FBO PF_L16 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.289 I/OGRE    (10479): FBO PF_A8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.299 I/OGRE    (10479): FBO PF_BYTE_LA depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.299 I/OGRE    (10479): FBO PF_R5G6B5 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.299 I/OGRE    (10479): FBO PF_B5G6R5 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.299 I/OGRE    (10479): FBO PF_A4R4G4B4 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.299 I/OGRE    (10479): FBO PF_A1R5G5B5 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.299 I/OGRE    (10479): FBO PF_R8G8B8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.299 I/OGRE    (10479): FBO PF_B8G8R8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.299 I/OGRE    (10479): FBO PF_A8R8G8B8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.299 I/OGRE    (10479): FBO PF_A8B8G8R8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.299 I/OGRE    (10479): FBO PF_B8G8R8A8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.309 I/OGRE    (10479): FBO PF_FLOAT16_RGB depth/stencil support: D0S0 D0S8 D16S0 D16S8 
06-24 19:11:53.309 I/OGRE    (10479): [GLES2] : Valid FBO targets PF_L8 PF_L16 PF_A8 PF_BYTE_LA PF_R5G6B5 PF_B5G6R5 PF_A4R4G4B4 PF_A1R5G5B5 PF_R8G8B8 PF_B8G8R8 PF_A8R8G8B8 PF_A8B8G8R8 PF_B8G8R8A8 PF_FLOAT16_RGB 
06-24 19:11:53.309 I/OGRE    (10479): RenderSystem capabilities
06-24 19:11:53.309 I/OGRE    (10479): -------------------------
06-24 19:11:53.309 I/OGRE    (10479): RenderSystem Name: OpenGL ES 2.x Rendering Subsystem
06-24 19:11:53.309 I/OGRE    (10479): GPU Vendor: nvidia
06-24 19:11:53.309 I/OGRE    (10479): Device Name: NVIDIA Tegra 3
06-24 19:11:53.309 I/OGRE    (10479): Driver Version: 0.0.0.0
06-24 19:11:53.309 I/OGRE    (10479):  * Fixed function pipeline: no
06-24 19:11:53.309 I/OGRE    (10479):  * Hardware generation of mipmaps: yes
06-24 19:11:53.309 I/OGRE    (10479):  * Texture blending: yes
06-24 19:11:53.309 I/OGRE    (10479):  * Anisotropic texture filtering: yes
06-24 19:11:53.309 I/OGRE    (10479):  * Dot product texture operation: yes
06-24 19:11:53.309 I/OGRE    (10479):  * Cube mapping: yes
06-24 19:11:53.309 I/OGRE    (10479):  * Hardware stencil buffer: no
06-24 19:11:53.309 I/OGRE    (10479):  * Hardware vertex / index buffers: yes
06-24 19:11:53.309 I/OGRE    (10479):  * Vertex programs: yes
06-24 19:11:53.309 I/OGRE    (10479):  * Number of floating-point constants for vertex programs: 256
06-24 19:11:53.309 I/OGRE    (10479):  * Number of integer constants for vertex programs: 256
06-24 19:11:53.309 I/OGRE    (10479):  * Number of boolean constants for vertex programs: 256
06-24 19:11:53.309 I/OGRE    (10479):  * Fragment programs: yes
06-24 19:11:53.309 I/OGRE    (10479):  * Number of floating-point constants for fragment programs: 1024
06-24 19:11:53.309 I/OGRE    (10479):  * Number of integer constants for fragment programs: 1024
06-24 19:11:53.309 I/OGRE    (10479):  * Number of boolean constants for fragment programs: 1024
06-24 19:11:53.309 I/OGRE    (10479):  * Geometry programs: no
06-24 19:11:53.309 I/OGRE    (10479):  * Number of floating-point constants for geometry programs: 0
06-24 19:11:53.309 I/OGRE    (10479):  * Number of integer constants for geometry programs: 0
06-24 19:11:53.309 I/OGRE    (10479):  * Number of boolean constants for geometry programs: 0
06-24 19:11:53.309 I/OGRE    (10479):  * Tesselation Hull programs: no
06-24 19:11:53.309 I/OGRE    (10479):  * Number of floating-point constants for tesselation hull programs: 0
06-24 19:11:53.309 I/OGRE    (10479):  * Number of integer constants for tesselation hull programs: 0
06-24 19:11:53.309 I/OGRE    (10479):  * Number of boolean constants for tesselation hull programs: 0
06-24 19:11:53.309 I/OGRE    (10479):  * Tesselation Domain programs: no
06-24 19:11:53.309 I/OGRE    (10479):  * Number of floating-point constants for tesselation domain programs: 0
06-24 19:11:53.309 I/OGRE    (10479):  * Number of integer constants for tesselation domain programs: 0
06-24 19:11:53.309 I/OGRE    (10479):  * Number of boolean constants for tesselation domain programs: 0
06-24 19:11:53.309 I/OGRE    (10479):  * Compute programs: no
06-24 19:11:53.319 I/OGRE    (10479):  * Number of floating-point constants for compute programs: 0
06-24 19:11:53.319 I/OGRE    (10479):  * Number of integer constants for compute programs: 0
06-24 19:11:53.319 I/OGRE    (10479):  * Number of boolean constants for compute programs: 0
06-24 19:11:53.319 I/OGRE    (10479):  * Supported Shader Profiles: glsles
06-24 19:11:53.319 I/OGRE    (10479):  * Texture Compression: yes
06-24 19:11:53.319 I/OGRE    (10479):    - DXT: yes
06-24 19:11:53.319 I/OGRE    (10479):    - VTC: no
06-24 19:11:53.319 I/OGRE    (10479):    - PVRTC: no
06-24 19:11:53.319 I/OGRE    (10479):    - BC4/BC5: no
06-24 19:11:53.319 I/OGRE    (10479):    - BC6H/BC7: no
06-24 19:11:53.319 I/OGRE    (10479):  * Scissor Rectangle: yes
06-24 19:11:53.319 I/OGRE    (10479):  * Hardware Occlusion Query: yes
06-24 19:11:53.319 I/OGRE    (10479):  * User clip planes: no
06-24 19:11:53.319 I/OGRE    (10479):  * VET_UBYTE4 vertex element type: yes
06-24 19:11:53.319 I/OGRE    (10479):  * Infinite far plane projection: yes
06-24 19:11:53.319 I/OGRE    (10479):  * Hardware render-to-texture: yes
06-24 19:11:53.319 I/OGRE    (10479):  * Floating point textures: no
06-24 19:11:53.319 I/OGRE    (10479):  * Non-power-of-two textures: no
06-24 19:11:53.319 I/OGRE    (10479):  * 1d textures: yes
06-24 19:11:53.319 I/OGRE    (10479):  * Volume textures: no
06-24 19:11:53.319 I/OGRE    (10479):  * Multiple Render Targets: 1
06-24 19:11:53.319 I/OGRE    (10479):    - With different bit depths: no
06-24 19:11:53.319 I/OGRE    (10479):  * Point Sprites: yes
06-24 19:11:53.319 I/OGRE    (10479):  * Extended point parameters: yes
06-24 19:11:53.319 I/OGRE    (10479):  * Max Point Size: 0
06-24 19:11:53.319 I/OGRE    (10479):  * Vertex texture fetch: no
06-24 19:11:53.319 I/OGRE    (10479):  * Number of world matrices: 0
06-24 19:11:53.319 I/OGRE    (10479):  * Number of texture units: 16
06-24 19:11:53.319 I/OGRE    (10479):  * Stencil buffer depth: 0
06-24 19:11:53.319 I/OGRE    (10479):  * Number of vertex blend matrices: 0
06-24 19:11:53.319 I/OGRE    (10479):  * Render to Vertex Buffer : no
06-24 19:11:53.319 I/OGRE    (10479):  * Hardware Atomic Counters: no
06-24 19:11:53.319 I/OGRE    (10479):  * GL 1.5 without VBO workaround: no
06-24 19:11:53.319 I/OGRE    (10479):  * Frame Buffer objects: yes
06-24 19:11:53.319 I/OGRE    (10479):  * Frame Buffer objects (ARB extension): no
06-24 19:11:53.319 I/OGRE    (10479):  * Frame Buffer objects (ATI extension): no
06-24 19:11:53.319 I/OGRE    (10479):  * PBuffer support: no
06-24 19:11:53.319 I/OGRE    (10479):  * GL 1.5 without HW-occlusion workaround: no
06-24 19:11:53.319 I/OGRE    (10479):  * Vertex Array Objects: yes
06-24 19:11:53.319 I/OGRE    (10479):  * Separate shader objects: yes
06-24 19:11:53.319 I/OGRE    (10479): DefaultWorkQueue('Root') initialising on thread 5cc46818.
06-24 19:11:53.319 I/OGRE    (10479): DefaultWorkQueue('Root')::WorkerFunc - thread 40f72178 starting.
06-24 19:11:53.319 I/OGRE    (10479): DefaultWorkQueue('Root')::WorkerFunc - thread 59cab6b0 starting.
06-24 19:11:53.329 I/OGRE    (10479): DefaultWorkQueue('Root')::WorkerFunc - thread 5d423cd0 starting.
06-24 19:11:53.329 I/OGRE    (10479): Particle Renderer Type 'billboard' registered
06-24 19:11:53.329 I/OGRE    (10479): DefaultWorkQueue('Root')::WorkerFunc - thread 5d406be8 starting.
06-24 19:11:53.329 I/OGRE    (10479): SceneManagerFactory for type 'OctreeSceneManager' registered.
06-24 19:11:53.329 I/OGRE    (10479): ArchiveFactory for archive type APKFileSystem registered.
06-24 19:11:53.329 I/OGRE    (10479): ArchiveFactory for archive type APKZip registered.
06-24 19:11:53.329 I/OGRE    (10479): OverlayElementFactory for type Panel registered.
06-24 19:11:53.329 I/OGRE    (10479): OverlayElementFactory for type BorderPanel registered.
06-24 19:11:53.329 I/OGRE    (10479): OverlayElementFactory for type TextArea registered.
06-24 19:11:53.329 I/OGRE    (10479): Registering ResourceManager for type Font
06-24 19:11:53.329 I/OGRE    (10479): Creating resource group Essential
06-24 19:11:53.549 I/OGRE    (10479): Added resource location '/thumbnails' of type 'APKFileSystem' to resource group 'Essential'
06-24 19:11:53.549 I/OGRE    (10479): Added resource location '/packs/SdkTrays.zip' of type 'APKZip' to resource group 'Essential'
06-24 19:11:53.759 I/OGRE    (10479): Added resource location '/' of type 'APKFileSystem' to resource group 'General'
06-24 19:11:53.759 I/OGRE    (10479): Creating resource group Popular
06-24 19:11:53.959 I/OGRE    (10479): Added resource location '/fonts' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:54.149 I/OGRE    (10479): Added resource location '/materials/programs' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:54.349 I/OGRE    (10479): Added resource location '/materials/programs/GLSLES' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:54.559 I/OGRE    (10479): Added resource location '/materials/scripts' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:54.759 I/OGRE    (10479): Added resource location '/materials/textures' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:54.949 I/OGRE    (10479): Added resource location '/materials/textures/nvidia' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:55.139 I/OGRE    (10479): Added resource location '/models' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:55.339 I/OGRE    (10479): Added resource location '/particle' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:55.529 I/OGRE    (10479): Added resource location '/RTShaderLib' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:55.719 I/OGRE    (10479): Added resource location '/RTShaderLib/GLSLES' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:55.919 I/OGRE    (10479): Added resource location '/RTShaderLib/materials' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:56.109 I/OGRE    (10479): Added resource location '/materials/scripts/SSAO' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:56.299 I/OGRE    (10479): Added resource location '/materials/textures/SSAO' of type 'APKFileSystem' to resource group 'Popular'
06-24 19:11:56.299 I/OGRE    (10479): Added resource location '/packs/cubemap.zip' of type 'APKZip' to resource group 'Popular'
06-24 19:11:56.299 I/OGRE    (10479): Added resource location '/packs/cubemapsJS.zip' of type 'APKZip' to resource group 'Popular'
06-24 19:11:56.309 I/OGRE    (10479): Added resource location '/packs/dragon.zip' of type 'APKZip' to resource group 'Popular'
06-24 19:11:56.309 I/OGRE    (10479): Added resource location '/packs/fresneldemo.zip' of type 'APKZip' to resource group 'Popular'
06-24 19:11:56.309 I/OGRE    (10479): Added resource location '/packs/ogretestmap.zip' of type 'APKZip' to resource group 'Popular'
06-24 19:11:56.309 I/OGRE    (10479): Added resource location '/packs/ogredance.zip' of type 'APKZip' to resource group 'Popular'
06-24 19:11:56.309 I/OGRE    (10479): Added resource location '/packs/Sinbad.zip' of type 'APKZip' to resource group 'Popular'
06-24 19:11:56.309 I/OGRE    (10479): Added resource location '/packs/skybox.zip' of type 'APKZip' to resource group 'Popular'
06-24 19:11:56.309 I/OGRE    (10479): Initialising resource group Essential
06-24 19:11:56.309 I/OGRE    (10479): Parsing scripts for resource group Essential
06-24 19:11:57.659 I/OGRE    (10479): Parsing script SdkTrays.material
06-24 19:11:57.679 I/OGRE    (10479): Parsing script SdkTrays.fontdef
06-24 19:11:57.679 I/OGRE    (10479): Parsing script SdkTrays.overlay
06-24 19:11:57.679 I/OGRE    (10479): Texture: sdk_cursor.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
06-24 19:11:57.679 I/OGRE    (10479): Texture: sdk_tray.png: Loading 1 faces(PF_A8R8G8B8,64x64x1) with 6 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,64x64x1.
06-24 19:11:57.679 I/OGRE    (10479): Texture: sdk_button_up.png: Loading 1 faces(PF_A8R8G8B8,128x32x1) with 7 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x32x1.
06-24 19:11:57.679 I/OGRE    (10479): Texture: sdk_text_box.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
06-24 19:11:57.689 I/OGRE    (10479): Texture: sdk_mini_tray.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
06-24 19:11:57.689 I/OGRE    (10479): Texture: sdk_track.png: Loading 1 faces(PF_A8R8G8B8,16x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,16x32x1.
06-24 19:11:57.689 I/OGRE    (10479): Texture: sdk_handle.png: Loading 1 faces(PF_A8R8G8B8,16x16x1) with 4 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,16x16x1.
06-24 19:11:57.689 I/OGRE    (10479): Texture: sdk_mini_text_box.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
06-24 19:11:57.699 I/OGRE    (10479): Texture: sdk_label.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
06-24 19:11:57.699 I/OGRE    (10479): Texture: sdk_separator.png: Loading 1 faces(PF_A8R8G8B8,64x16x1) with 6 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,64x16x1.
06-24 19:11:57.699 I/OGRE    (10479): Texture: sdk_logo.png: Loading 1 faces(PF_A8R8G8B8,128x64x1) with 7 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x64x1.
06-24 19:11:57.709 I/OGRE    (10479): Texture: sdk_shade.png: Loading 1 faces(PF_A8R8G8B8,64x64x1) with 6 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,64x64x1.
06-24 19:11:57.709 I/OGRE    (10479): Texture: sdk_frame.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
06-24 19:11:57.709 I/OGRE    (10479): Texture: sdk_mini_text_box_over.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
06-24 19:11:57.709 I/OGRE    (10479): Texture: sdk_pulse.png: Loading 1 faces(PF_R8G8B8,8x1x1) with 3 hardware generated mipmaps from Image. Internal format is PF_R8G8B8,8x1x1.
06-24 19:11:57.709 I/OGRE    (10479): Finished parsing scripts for resource group Essential
06-24 19:11:57.709 I/OGRE    (10479): Creating resources for group Essential
06-24 19:11:57.709 I/OGRE    (10479): All done
06-24 19:11:57.719 I/OGRE    (10479): Texture: sdk_bands.png: Loading 1 faces(PF_A8R8G8B8,2x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,2x32x1.
06-24 19:11:57.739 I/OGRE    (10479): Initialising resource group Popular
06-24 19:11:57.749 I/OGRE    (10479): Parsing scripts for resource group Popular
06-24 19:12:15.379 I/OGRE    (10479): Font SdkTrays/Caption using texture size 512x256
06-24 19:12:15.379 I/OGRE    (10479): Info: Freetype returned null for character 160 in font SdkTrays/Caption
06-24 19:12:15.389 I/OGRE    (10479): Texture: SdkTrays/CaptionTexture: Loading 1 faces(PF_BYTE_LA,512x256x1) Internal format is PF_BYTE_LA,512x256x1.
06-24 19:12:15.399 I/OGRE    (10479): Font SdkTrays/Value using texture size 512x256
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 127 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 128 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 129 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 130 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 131 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 132 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 133 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 134 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 135 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 136 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 137 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 138 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 139 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 140 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 141 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 142 in font SdkTrays/Value
06-24 19:12:15.399 I/OGRE    (10479): Info: Freetype returned null for character 143 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 144 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 145 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 146 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 147 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 148 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 149 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 150 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 151 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 152 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 153 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 154 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 155 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 156 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 157 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 158 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 159 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Info: Freetype returned null for character 160 in font SdkTrays/Value
06-24 19:12:15.409 I/OGRE    (10479): Texture: SdkTrays/ValueTexture: Loading 1 faces(PF_BYTE_LA,512x256x1) Internal format is PF_BYTE_LA,512x256x1.
06-24 19:12:15.529 I/OGRE    (10479): Parsing script DualQuaternion.program
06-24 19:12:15.559 I/OGRE    (10479): Parsing script Examples.program
06-24 19:12:15.599 I/OGRE    (10479): Parsing script Instancing.program
06-24 19:12:15.629 I/OGRE    (10479): Parsing script StdQuad_vp.program
06-24 19:12:15.659 I/OGRE    (10479): Parsing script GBuffer.program
06-24 19:12:15.689 I/OGRE    (10479): Parsing script ASCII.material
06-24 19:12:15.729 I/OGRE    (10479): Parsing script ASMSwizzle.material
06-24 19:12:15.729 I/OGRE    (10479): Compiler error: object unsupported by render system in (1): , Shader name: Ogre/GPTest/Swizzle_GP_ASM
06-24 19:12:15.759 I/OGRE    (10479): Parsing script AdaptivePNTrianglesTessellation.material
06-24 19:12:15.789 I/OGRE    (10479): Parsing script BlackAndWhite.material
06-24 19:12:15.829 I/OGRE    (10479): Parsing script Bloom.material
06-24 19:12:15.859 I/OGRE    (10479): Parsing script Bloom2.material
06-24 19:12:15.899 I/OGRE    (10479): Parsing script CGSwizzle.material
06-24 19:12:15.929 I/OGRE    (10479): Parsing script CompositorDemo.material
06-24 19:12:15.959 I/OGRE    (10479): Parsing script DOF.material
06-24 19:12:15.989 I/OGRE    (10479): Parsing script DepthShadowmap.material
06-24 19:12:16.039 I/OGRE    (10479): Parsing script Dither.material
06-24 19:12:16.059 I/OGRE    (10479): Parsing script DualQuaternion.material
06-24 19:12:16.099 I/OGRE    (10479): Parsing script Embossed.material
06-24 19:12:16.129 I/OGRE    (10479): Parsing script Example-Water.material
06-24 19:12:16.159 I/OGRE    (10479): Parsing script Examples-Advanced.material
06-24 19:12:16.209 I/OGRE    (10479): Compiler error: object unsupported by render system in (640): , Shader name: Examples/FresnelRefractReflectPS
06-24 19:12:16.209 E/OGRE    (10479): OGRE EXCEPTION(2:InvalidParametersException): Parameter called TextureArrayTex does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at /home/ne42guw/work.new/3rdparty/ogre/OgreMain/src/OgreGpuProgramParams.cpp (line 1704)
06-24 19:12:16.209 I/OGRE    (10479): Compiler error: invalid parameters in (926): setting of constant failed
06-24 19:12:16.219 I/OGRE    (10479): Compiler error: object unsupported by render system in (937): , Shader name: Examples/TextureArrayPSasm
06-24 19:12:16.229 I/OGRE    (10479): Parsing script Examples-DynTex.material
06-24 19:12:16.259 I/OGRE    (10479): Parsing script Examples-Water.material
06-24 19:12:16.299 I/OGRE    (10479): Parsing script Examples.material
06-24 19:12:16.409 I/OGRE    (10479): Parsing script GLSLSwizzle.material
06-24 19:12:16.449 I/OGRE    (10479): Parsing script Glass.material
06-24 19:12:16.479 I/OGRE    (10479): Parsing script HWInstancing.material
06-24 19:12:16.509 I/OGRE    (10479): Parsing script HW_VTFInstancing.material
06-24 19:12:16.549 I/OGRE    (10479): Parsing script HW_VTF_LUTInstancing.material
06-24 19:12:16.579 I/OGRE    (10479): Parsing script Halftone.material
06-24 19:12:16.609 I/OGRE    (10479): Parsing script HeatVision.material
06-24 19:12:16.649 I/OGRE    (10479): Parsing script Hurt.material
06-24 19:12:16.679 I/OGRE    (10479): Parsing script InstancingMisc.material
06-24 19:12:16.709 I/OGRE    (10479): Parsing script Invert.material
06-24 19:12:16.749 I/OGRE    (10479): Parsing script IsoSurf.material
06-24 19:12:16.779 I/OGRE    (10479): Parsing script Laplace.material
06-24 19:12:16.809 I/OGRE    (10479): Parsing script MRTtest.material
06-24 19:12:16.839 I/OGRE    (10479): Parsing script MotionBlur.material
06-24 19:12:16.879 I/OGRE    (10479): Parsing script NightVision.material
06-24 19:12:16.909 I/OGRE    (10479): Parsing script Ocean.material
06-24 19:12:16.949 I/OGRE    (10479): Parsing script OffsetMapping.material
06-24 19:12:16.969 I/OGRE    (10479): Compiler error: object unsupported by render system in (35): , Shader name: Examples/OffsetMappingPSAsm
06-24 19:12:16.989 I/OGRE    (10479): Parsing script Ogre.material
06-24 19:12:17.009 I/OGRE    (10479): Parsing script OldMovie.material
06-24 19:12:17.049 I/OGRE    (10479): Parsing script OldTV.material
06-24 19:12:17.079 I/OGRE    (10479): Parsing script ParticleGS.material
06-24 19:12:17.109 I/OGRE    (10479): Parsing script Penguin.material
06-24 19:12:17.149 I/OGRE    (10479): Parsing script Posterize.material
06-24 19:12:17.179 I/OGRE    (10479): Parsing script RZR-002.material
06-24 19:12:17.209 I/OGRE    (10479): Parsing script RadialBlur.material
06-24 19:12:17.249 I/OGRE    (10479): Parsing script RasterizationOrder.material
06-24 19:12:17.279 I/OGRE    (10479): Parsing script ShaderInstancing.material
06-24 19:12:17.309 I/OGRE    (10479): Parsing script ShaderSystem.material
06-24 19:12:17.349 I/OGRE    (10479): Parsing script SharpenEdges.material
06-24 19:12:17.379 I/OGRE    (10479): Parsing script Tesselation.material
06-24 19:12:17.409 I/OGRE    (10479): Parsing script Tiling.material
06-24 19:12:17.449 I/OGRE    (10479): Parsing script VTFInstancing.material
06-24 19:12:17.479 I/OGRE    (10479): Parsing script VarianceShadowmap.material
06-24 19:12:17.509 I/OGRE    (10479): Parsing script facial.material
06-24 19:12:17.549 I/OGRE    (10479): Parsing script hdr.material
06-24 19:12:17.579 I/OGRE    (10479): Parsing script instancing.material
06-24 19:12:17.609 I/OGRE    (10479): Parsing script pssm.material
06-24 19:12:17.649 I/OGRE    (10479): Parsing script shadows.material
06-24 19:12:17.679 I/OGRE    (10479): Parsing script sibenik.material
06-24 19:12:17.709 I/OGRE    (10479): Parsing script smoke.material
06-24 19:12:17.749 I/OGRE    (10479): Parsing script DualQuaternionSkinning_Shadow.material
06-24 19:12:17.779 I/OGRE    (10479): Parsing script HardwareSkinningShadow.material
06-24 19:12:17.809 I/OGRE    (10479): Parsing script RTShaderSystem.material
06-24 19:12:17.909 I/OGRE    (10479): Parsing script TriplanarTexturing.material
06-24 19:12:17.949 I/OGRE    (10479): Parsing script CreaseShading.material
06-24 19:12:17.979 I/OGRE    (10479): Parsing script Crytek.material
06-24 19:12:18.009 I/OGRE    (10479): Parsing script GBuffer.material
06-24 19:12:18.049 I/OGRE    (10479): Parsing script HemisphereMC.material
06-24 19:12:18.079 I/OGRE    (10479): Parsing script HorizonBased.material
06-24 19:12:18.109 I/OGRE    (10479): Parsing script Modulate.material
06-24 19:12:18.149 I/OGRE    (10479): Parsing script SSAOPost.material
06-24 19:12:18.179 I/OGRE    (10479): Parsing script ShowDepth.material
06-24 19:12:18.209 I/OGRE    (10479): Parsing script ShowNormals.material
06-24 19:12:18.249 I/OGRE    (10479): Parsing script ShowViewPos.material
06-24 19:12:18.279 I/OGRE    (10479): Parsing script UnsharpMask.material
06-24 19:12:18.309 I/OGRE    (10479): Parsing script Volumetric.material
06-24 19:12:18.349 I/OGRE    (10479): Parsing script RomanBath.material
06-24 19:12:18.379 I/OGRE    (10479): Parsing script Sinbad.material
06-24 19:12:18.409 I/OGRE    (10479): Parsing script Examples-Water.particle
06-24 19:12:18.449 I/OGRE    (10479): Parsing script Examples.particle
06-24 19:12:18.479 I/OGRE    (10479): Parsing script emitted_emitter.particle
06-24 19:12:18.509 I/OGRE    (10479): Parsing script smoke.particle
06-24 19:12:18.549 I/OGRE    (10479): Parsing script Examples.compositor
06-24 19:12:18.579 I/OGRE    (10479): Parsing script SSAO.compositor
06-24 19:12:18.609 I/OGRE    (10479): Parsing script SSAOPost.compositor
06-24 19:12:18.629 I/OGRE    (10479): Finished parsing scripts for resource group Popular
06-24 19:12:18.629 I/OGRE    (10479): Creating resources for group Popular
06-24 19:12:18.629 I/OGRE    (10479): All done
06-24 19:12:18.629 I/OGRE    (10479): Installing plugin: Bezier Patch Sample
06-24 19:12:18.629 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.629 I/OGRE    (10479): Installing plugin: Camera Tracking Sample
06-24 19:12:18.629 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.629 I/OGRE    (10479): Installing plugin: Cel-shading Sample
06-24 19:12:18.629 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.629 I/OGRE    (10479): Installing plugin: Character Sample
06-24 19:12:18.629 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.629 I/OGRE    (10479): Installing plugin: Compositor Sample
06-24 19:12:18.629 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.629 I/OGRE    (10479): Installing plugin: Cube Mapping Sample
06-24 19:12:18.629 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.629 I/OGRE    (10479): Installing plugin: Bump Mapping Sample
06-24 19:12:18.629 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.629 I/OGRE    (10479): Installing plugin: Dynamic Texturing Sample
06-24 19:12:18.629 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.629 I/OGRE    (10479): Installing plugin: Facial Animation Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Fresnel Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Grass Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Lighting Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Mesh Lod Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Particle Effects Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Shadows Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Skeletal Animation Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Sky Box Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Sky Dome Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Sky Plane Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Smoke Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Sphere Mapping Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Texture Effects Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.639 I/OGRE    (10479): Installing plugin: Transparency Sample
06-24 19:12:18.639 I/OGRE    (10479): Plugin successfully installed
06-24 19:12:18.699 I/OGRE    (10479): Texture: thumb_bezier.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.709 I/OGRE    (10479): Texture: thumb_bump.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.709 I/OGRE    (10479): Texture: thumb_camtrack.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.719 I/OGRE    (10479): Texture: thumb_cel.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.719 I/OGRE    (10479): Texture: thumb_char.png: Loading 1 faces(PF_R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_R8G8B8,128x128x1.
06-24 19:12:18.729 I/OGRE    (10479): Texture: thumb_comp.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.739 I/OGRE    (10479): Texture: thumb_cubemap.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.739 I/OGRE    (10479): Texture: thumb_dyntex.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.749 I/OGRE    (10479): Texture: thumb_facial.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.759 I/OGRE    (10479): Texture: thumb_fresnel.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.759 I/OGRE    (10479): Texture: thumb_grass.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.769 I/OGRE    (10479): Texture: thumb_lighting.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.769 I/OGRE    (10479): Texture: thumb_meshlod.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.779 I/OGRE    (10479): Texture: thumb_particles.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.789 I/OGRE    (10479): Texture: thumb_shadows.png: Loading 1 faces(PF_R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_R8G8B8,128x128x1.
06-24 19:12:18.789 I/OGRE    (10479): Texture: thumb_skelanim.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.799 I/OGRE    (10479): Texture: thumb_skybox.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.809 I/OGRE    (10479): Texture: thumb_skydome.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.819 I/OGRE    (10479): Texture: thumb_skyplane.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.819 I/OGRE    (10479): Texture: thumb_smoke.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.829 I/OGRE    (10479): Texture: thumb_spheremap.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.829 I/OGRE    (10479): Texture: thumb_texfx.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
06-24 19:12:18.839 I/OGRE    (10479): Texture: thumb_trans.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
Thanks,
Robert
robert82h
Gnoblar
Posts: 23
Joined: Thu Jun 13, 2013 5:41 pm
x 7

Re: Black screen on Tegra3

Post by robert82h »

Hours of debugging later I found the problem and also a workaround :-)
Check bug OGRE-214 for the details. Long story short, on the Transformer support for separate shader objects is reported by the driver, but either Ogre's GLES2 code for that is broken or the driver itself. As a workaround, force Ogre not to use separate shader objects.

Code: Select all

class TweakCaps : public Ogre::RenderSystem::Listener
{
public:
	virtual void eventOccurred(const Ogre::String &eventName, const Ogre::NameValuePairList *parameters=0)
	{
		// TODO check event name
		Ogre::Root::getSingleton().getRenderSystem()->getMutableCapabilities()->unsetCapability(Ogre::RSC_SEPARATE_SHADER_OBJECTS);
	}
};
Before you initialise() Ogre:

Code: Select all

Ogre::Root::getSingleton().getRenderSystem()->addListener(new TweakCaps /*TODO delete*/);
j1230xz
Gnoblar
Posts: 21
Joined: Mon May 13, 2013 3:21 pm

Re: Black screen on Tegra3

Post by j1230xz »

little late... but thank you, this works like a charm
Post Reply