Y.s Diary


 

2012年 05月 28日
開発 (OpenPandora)
+ [eglinfo]

OpenGL ES と EGL の簡単な情報を出力するだけのプログラムです。

eglinfo-0.1.tar.gz
更新しました。

$ ./eglinfo 
EGL_VERSION: 1.4 build 1.4.14.2616
EGL_VENDOR: Imagination Technologies
EGL_EXTENSIONS:
        EGL_KHR_image
        EGL_KHR_image_base
        EGL_KHR_gl_texture_2D_image
        EGL_KHR_gl_texture_cubemap_image
        EGL_KHR_gl_renderbuffer_image
        EGL_KHR_vg_parent_image
        EGL_IMG_context_priority
        
GL_VERSION: OpenGL ES 2.0
GL_VENDOR: Imagination Technologies
GL_RENDERER: PowerVR SGX 530
GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 1.00
GL_EXTENSIONS:
        GL_OES_rgb8_rgba8
        GL_OES_depth24
        GL_OES_vertex_half_float
        GL_OES_texture_float
        GL_OES_texture_half_float
        GL_OES_element_index_uint
        GL_OES_mapbuffer
        GL_OES_fragment_precision_high
        GL_OES_compressed_ETC1_RGB8_texture
        GL_OES_EGL_image
        GL_OES_required_internalformat
        GL_OES_get_program_binary
        GL_OES_standard_derivatives
        GL_EXT_multi_draw_arrays
        GL_EXT_texture_format_BGRA8888
        GL_IMG_shader_binary
        GL_IMG_texture_compression_pvrtc
        GL_IMG_texture_stream2
        GL_IMG_texture_npot
        GL_IMG_texture_format_BGRA8888
        GL_IMG_read_format
        GL_IMG_program_binary
        

実行後、kernel が

pvr: eglinfo: cleaning up 131 unfreed resources

等と宣いますが…

version 0.2 で修正しました。

 

This page is written in Japanese.