[OPENGL] Gemix Public Testings

Discusión en general sobre Gemix.

Re: [OPENGL] Gemix Public Testings

Postby CicTec » Tue Dec 11, 2012 4:13 pm

Bien.

@shao, gracias.

@Dluk, he eliminado tu ultimo post y añadido el contenido en el primero, asi todas las pruebas quedan en un unico lugar por usuario y es mas facil buscarlos, gracias por el nuevo dato.
User avatar
CicTec
 
Posts: 16553
Joined: Thu Jul 31, 2008 10:18 pm

Re: [OPENGL] Gemix Public Testings

Postby SimulatorOne » Tue Dec 11, 2012 4:42 pm

No puedo ejecutarlo me salta un extraño error.

parece que la grafica Intel 945GM
Propio de los Netbooks, no funciona :(


Code: Select all
Renderer: Intel 945GM
Vendor: Intel
Memory: 256 MB
Version: 1.4.0 - Build 8.14.10.1930
Shading language version: N/A


Max texture size: 2048 x 2048
Max texture coordinates: 8
Max vertex texture image units: 0
Max texture image units: 16
Max geometry texture units: 0
Max anisotropic filtering value: 4
Max number of light sources: 16
Max viewport size: 2048 x 2048
Max uniform vertex components: 0
Max uniform fragment components: 0
Max geometry uniform components: 0
Max varying floats: 0
Max samples: 0
Max draw buffers: 0


Extensions: 56

GL_3DFX_texture_compression_FXT1
GL_ARB_depth_texture
GL_ARB_fragment_program
GL_ARB_multitexture
GL_ARB_point_parameters
GL_ARB_shadow
GL_ARB_texture_border_clamp
GL_ARB_texture_compression
GL_ARB_texture_cube_map
GL_ARB_texture_env_add
GL_ARB_texture_env_combine
GL_ARB_texture_env_crossbar
GL_ARB_texture_env_dot3
GL_ARB_transpose_matrix
GL_ARB_vertex_buffer_object
GL_ARB_vertex_program
GL_ARB_window_pos
GL_EXT_abgr
GL_EXT_bgra
GL_EXT_blend_color
GL_EXT_blend_func_separate
GL_EXT_blend_minmax
GL_EXT_blend_subtract
GL_EXT_clip_volume_hint
GL_EXT_compiled_vertex_array
GL_EXT_cull_vertex
GL_EXT_draw_range_elements
GL_EXT_fog_coord
GL_EXT_multi_draw_arrays
GL_EXT_packed_pixels
GL_EXT_rescale_normal
GL_EXT_secondary_color
GL_EXT_separate_specular_color
GL_EXT_shadow_funcs
GL_EXT_stencil_two_side
GL_EXT_stencil_wrap
GL_EXT_texture3D
GL_EXT_texture_compression_s3tc
GL_EXT_texture_env_add
GL_EXT_texture_env_combine
GL_EXT_texture_filter_anisotropic
GL_EXT_texture_lod_bias
GL_IBM_texture_mirrored_repeat
GL_NV_blend_square
GL_NV_texgen_reflection
GL_SGIS_generate_mipmap
GL_SGIS_texture_edge_clamp
GL_SGIS_texture_lod
GL_WIN_swap_hint
WGL_ARB_buffer_region
WGL_ARB_extensions_string
WGL_ARB_make_current_read
WGL_ARB_pbuffer
WGL_ARB_pixel_format
WGL_EXT_extensions_string
WGL_EXT_swap_control

Core features
v1.1 (100 % - 7/7)
v1.2 (100 % - 8/8)
v1.3 (100 % - 9/9)
v1.4 (100 % - 15/15)
v1.5 (66 % - 2/3)
v2.0 (10 % - 1/10)
v2.1 (0 % - 0/3)
v3.0 (0 % - 0/23)
v3.1 (0 % - 0/8)
v3.2 (0 % - 0/10)
v3.3 (0 % - 0/10)
v4.0 (0 % - 0/14)
v4.1 (0 % - 0/7)
v4.2 (0 % - 0/12)
v4.3 (0 % - 0/18)

OpenGL driver version check (Current: 1.4.0 - Build 8.14.10.1930, Latest known: 1.4.0 - Build 7.14.10.1147):
Latest version of display drivers found
According the database, you are running the latest display drivers for your video card.

No ICD registry entry
The current OpenGL driver doesn't expose the SOFTWARE/Microsoft/Windows (NT)/CurrentVersion/OpenGLDrivers registry entry. Unable to detect the driver version, driver revision name and filename.

Multitexture support
This feature accelerates complex rendering such as lightmaps or environment mapping.

Secondary color support
This feature provides an alternate method of coloring specular highlights on polygons.

S3TC compression support
This feature improves texture mapping performance in some applications by using lossy compression.

Texture edge clamp support
This feature improves texturing quality by adding clamping control to edge texel filtering.

Vertex program support
This feature enables a wide variety of effects via flexible vertex programming (equivalent to DX8 Vertex Shader.)

Fragment program support
This feature enables a wide variety of effects via per pixel programming (equivalent to DX9 Pixel Shader.)

Texture anisotropic filtering support
This feature improves the quality of texture mapping on oblique surfaces.

No OpenGL Shading Language support
This may break compatibility for applications using per pixel shading.

No Frame buffer object support
This may break compatibility for applications using render to texture functions.

Extension verification:
GL_ARB_draw_buffers was not found, but has the entry point glDrawBuffersARB
GL_ARB_imaging was not found, but has the entry point glBlendEquation
GL_ARB_occlusion_query was not found, but has the entry point glBeginQueryARB
GL_ARB_occlusion_query was not found, but has the entry point glDeleteQueriesARB
GL_ARB_occlusion_query was not found, but has the entry point glEndQueryARB
GL_ARB_occlusion_query was not found, but has the entry point glGenQueriesARB
GL_ARB_occlusion_query was not found, but has the entry point glGetQueryObjectivARB
GL_ARB_occlusion_query was not found, but has the entry point glGetQueryObjectuivARB
GL_ARB_occlusion_query was not found, but has the entry point glGetQueryivARB
GL_ARB_occlusion_query was not found, but has the entry point glIsQueryARB
GL_ARB_shader_objects was not found, but has the entry point glAttachObjectARB
GL_ARB_shader_objects was not found, but has the entry point glCompileShaderARB
GL_ARB_shader_objects was not found, but has the entry point glCreateProgramObjectARB
GL_ARB_shader_objects was not found, but has the entry point glCreateShaderObjectARB
GL_ARB_shader_objects was not found, but has the entry point glDeleteObjectARB
GL_ARB_shader_objects was not found, but has the entry point glDetachObjectARB
GL_ARB_shader_objects was not found, but has the entry point glGetActiveUniformARB
GL_ARB_shader_objects was not found, but has the entry point glGetAttachedObjectsARB
GL_ARB_shader_objects was not found, but has the entry point glGetHandleARB
GL_ARB_shader_objects was not found, but has the entry point glGetInfoLogARB
GL_ARB_shader_objects was not found, but has the entry point glGetObjectParameterfvARB
GL_ARB_shader_objects was not found, but has the entry point glGetObjectParameterivARB
GL_ARB_shader_objects was not found, but has the entry point glGetShaderSourceARB
GL_ARB_shader_objects was not found, but has the entry point glGetUniformLocationARB
GL_ARB_shader_objects was not found, but has the entry point glGetUniformfvARB
GL_ARB_shader_objects was not found, but has the entry point glGetUniformivARB
GL_ARB_shader_objects was not found, but has the entry point glLinkProgramARB
GL_ARB_shader_objects was not found, but has the entry point glShaderSourceARB
GL_ARB_shader_objects was not found, but has the entry point glUniform1fARB
GL_ARB_shader_objects was not found, but has the entry point glUniform1fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniform1iARB
GL_ARB_shader_objects was not found, but has the entry point glUniform1ivARB
GL_ARB_shader_objects was not found, but has the entry point glUniform2fARB
GL_ARB_shader_objects was not found, but has the entry point glUniform2fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniform2iARB
GL_ARB_shader_objects was not found, but has the entry point glUniform2ivARB
GL_ARB_shader_objects was not found, but has the entry point glUniform3fARB
GL_ARB_shader_objects was not found, but has the entry point glUniform3fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniform3iARB
GL_ARB_shader_objects was not found, but has the entry point glUniform3ivARB
GL_ARB_shader_objects was not found, but has the entry point glUniform4fARB
GL_ARB_shader_objects was not found, but has the entry point glUniform4fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniform4iARB
GL_ARB_shader_objects was not found, but has the entry point glUniform4ivARB
GL_ARB_shader_objects was not found, but has the entry point glUniformMatrix2fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniformMatrix3fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniformMatrix4fvARB
GL_ARB_shader_objects was not found, but has the entry point glUseProgramObjectARB
GL_ARB_shader_objects was not found, but has the entry point glValidateProgramARB
GL_ARB_vertex_shader was not found, but has the entry point glBindAttribLocationARB
GL_ARB_vertex_shader was not found, but has the entry point glGetActiveAttribARB
GL_ARB_vertex_shader was not found, but has the entry point glGetAttribLocationARB
GL_EXT_blend_equation_separate was not found, but has the entry point glBlendEquationSeparateEXT
GL_EXT_framebuffer_object was not found, but has the entry point glBindFramebufferEXT
GL_EXT_framebuffer_object was not found, but has the entry point glBindRenderbufferEXT
GL_EXT_framebuffer_object was not found, but has the entry point glCheckFramebufferStatusEXT
GL_EXT_framebuffer_object was not found, but has the entry point glDeleteFramebuffersEXT
GL_EXT_framebuffer_object was not found, but has the entry point glDeleteRenderbuffersEXT
GL_EXT_framebuffer_object was not found, but has the entry point glFramebufferRenderbufferEXT
GL_EXT_framebuffer_object was not found, but has the entry point glFramebufferTexture1DEXT
GL_EXT_framebuffer_object was not found, but has the entry point glFramebufferTexture2DEXT
GL_EXT_framebuffer_object was not found, but has the entry point glFramebufferTexture3DEXT
GL_EXT_framebuffer_object was not found, but has the entry point glGenFramebuffersEXT
GL_EXT_framebuffer_object was not found, but has the entry point glGenRenderbuffersEXT
GL_EXT_framebuffer_object was not found, but has the entry point glGenerateMipmapEXT
GL_EXT_framebuffer_object was not found, but has the entry point glGetFramebufferAttachmentParameterivEXT
GL_EXT_framebuffer_object was not found, but has the entry point glGetRenderbufferParameterivEXT
GL_EXT_framebuffer_object was not found, but has the entry point glIsFramebufferEXT
GL_EXT_framebuffer_object was not found, but has the entry point glIsRenderbufferEXT
GL_EXT_framebuffer_object was not found, but has the entry point glRenderbufferStorageEXT
GL_KHR_debug was not found, but has the entry point glGetPointerv
GL_VERSION_1_2 was not found, but has the entry point glCopyTexSubImage3D
GL_VERSION_1_2 was not found, but has the entry point glDrawRangeElements
GL_VERSION_1_2 was not found, but has the entry point glTexImage3D
GL_VERSION_1_2 was not found, but has the entry point glTexSubImage3D
GL_VERSION_1_3 was not found, but has the entry point glActiveTexture
GL_VERSION_1_3 was not found, but has the entry point glClientActiveTexture
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexImage1D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexImage2D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexImage3D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexSubImage1D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexSubImage2D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexSubImage3D
GL_VERSION_1_3 was not found, but has the entry point glGetCompressedTexImage
GL_VERSION_1_3 was not found, but has the entry point glLoadTransposeMatrixd
GL_VERSION_1_3 was not found, but has the entry point glLoadTransposeMatrixf
GL_VERSION_1_3 was not found, but has the entry point glMultTransposeMatrixd
GL_VERSION_1_3 was not found, but has the entry point glMultTransposeMatrixf
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1sv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2sv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3sv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4sv
GL_VERSION_1_3 was not found, but has the entry point glSampleCoverage
GL_VERSION_1_4 was not found, but has the entry point glBlendColor
GL_VERSION_1_4 was not found, but has the entry point glBlendEquation
GL_VERSION_1_4 was not found, but has the entry point glBlendFuncSeparate
GL_VERSION_1_4 was not found, but has the entry point glFogCoordPointer
GL_VERSION_1_4 was not found, but has the entry point glFogCoordd
GL_VERSION_1_4 was not found, but has the entry point glFogCoorddv
GL_VERSION_1_4 was not found, but has the entry point glFogCoordf
GL_VERSION_1_4 was not found, but has the entry point glFogCoordfv
GL_VERSION_1_4 was not found, but has the entry point glMultiDrawArrays
GL_VERSION_1_4 was not found, but has the entry point glMultiDrawElements
GL_VERSION_1_4 was not found, but has the entry point glPointParameterf
GL_VERSION_1_4 was not found, but has the entry point glPointParameterfv
GL_VERSION_1_4 was not found, but has the entry point glPointParameteri
GL_VERSION_1_4 was not found, but has the entry point glPointParameteriv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3b
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3bv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3d
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3dv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3f
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3fv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3i
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3iv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3s
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3sv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3ub
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3ubv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3ui
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3uiv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3us
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3usv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColorPointer
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2d
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2dv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2f
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2fv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2i
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2iv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2s
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2sv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3d
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3dv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3f
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3fv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3i
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3iv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3s
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3sv
GL_VERSION_1_5 was not found, but has the entry point glBeginQuery
GL_VERSION_1_5 was not found, but has the entry point glBindBuffer
GL_VERSION_1_5 was not found, but has the entry point glBufferData
GL_VERSION_1_5 was not found, but has the entry point glBufferSubData
GL_VERSION_1_5 was not found, but has the entry point glDeleteBuffers
GL_VERSION_1_5 was not found, but has the entry point glDeleteQueries
GL_VERSION_1_5 was not found, but has the entry point glEndQuery
GL_VERSION_1_5 was not found, but has the entry point glGenBuffers
GL_VERSION_1_5 was not found, but has the entry point glGenQueries
GL_VERSION_1_5 was not found, but has the entry point glGetBufferParameteriv
GL_VERSION_1_5 was not found, but has the entry point glGetBufferPointerv
GL_VERSION_1_5 was not found, but has the entry point glGetBufferSubData
GL_VERSION_1_5 was not found, but has the entry point glGetQueryObjectiv
GL_VERSION_1_5 was not found, but has the entry point glGetQueryObjectuiv
GL_VERSION_1_5 was not found, but has the entry point glGetQueryiv
GL_VERSION_1_5 was not found, but has the entry point glIsBuffer
GL_VERSION_1_5 was not found, but has the entry point glIsQuery
GL_VERSION_1_5 was not found, but has the entry point glMapBuffer
GL_VERSION_1_5 was not found, but has the entry point glUnmapBuffer
GL_VERSION_2_0 was not found, but has the entry point glAttachShader
GL_VERSION_2_0 was not found, but has the entry point glBindAttribLocation
GL_VERSION_2_0 was not found, but has the entry point glBlendEquationSeparate
GL_VERSION_2_0 was not found, but has the entry point glCompileShader
GL_VERSION_2_0 was not found, but has the entry point glCreateProgram
GL_VERSION_2_0 was not found, but has the entry point glCreateShader
GL_VERSION_2_0 was not found, but has the entry point glDeleteProgram
GL_VERSION_2_0 was not found, but has the entry point glDeleteShader
GL_VERSION_2_0 was not found, but has the entry point glDetachShader
GL_VERSION_2_0 was not found, but has the entry point glDisableVertexAttribArray
GL_VERSION_2_0 was not found, but has the entry point glDrawBuffers
GL_VERSION_2_0 was not found, but has the entry point glEnableVertexAttribArray
GL_VERSION_2_0 was not found, but has the entry point glGetActiveAttrib
GL_VERSION_2_0 was not found, but has the entry point glGetActiveUniform
GL_VERSION_2_0 was not found, but has the entry point glGetAttachedShaders
GL_VERSION_2_0 was not found, but has the entry point glGetAttribLocation
GL_VERSION_2_0 was not found, but has the entry point glGetProgramInfoLog
GL_VERSION_2_0 was not found, but has the entry point glGetProgramiv
GL_VERSION_2_0 was not found, but has the entry point glGetShaderInfoLog
GL_VERSION_2_0 was not found, but has the entry point glGetShaderSource
GL_VERSION_2_0 was not found, but has the entry point glGetShaderiv
GL_VERSION_2_0 was not found, but has the entry point glGetUniformLocation
GL_VERSION_2_0 was not found, but has the entry point glGetUniformfv
GL_VERSION_2_0 was not found, but has the entry point glGetUniformiv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribPointerv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribdv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribfv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribiv
GL_VERSION_2_0 was not found, but has the entry point glIsProgram
GL_VERSION_2_0 was not found, but has the entry point glIsShader
GL_VERSION_2_0 was not found, but has the entry point glLinkProgram
GL_VERSION_2_0 was not found, but has the entry point glShaderSource
GL_VERSION_2_0 was not found, but has the entry point glStencilFuncSeparate
GL_VERSION_2_0 was not found, but has the entry point glStencilMaskSeparate
GL_VERSION_2_0 was not found, but has the entry point glStencilOpSeparate
GL_VERSION_2_0 was not found, but has the entry point glUniform1f
GL_VERSION_2_0 was not found, but has the entry point glUniform1fv
GL_VERSION_2_0 was not found, but has the entry point glUniform1i
GL_VERSION_2_0 was not found, but has the entry point glUniform1iv
GL_VERSION_2_0 was not found, but has the entry point glUniform2f
GL_VERSION_2_0 was not found, but has the entry point glUniform2fv
GL_VERSION_2_0 was not found, but has the entry point glUniform2i
GL_VERSION_2_0 was not found, but has the entry point glUniform2iv
GL_VERSION_2_0 was not found, but has the entry point glUniform3f
GL_VERSION_2_0 was not found, but has the entry point glUniform3fv
GL_VERSION_2_0 was not found, but has the entry point glUniform3i
GL_VERSION_2_0 was not found, but has the entry point glUniform3iv
GL_VERSION_2_0 was not found, but has the entry point glUniform4f
GL_VERSION_2_0 was not found, but has the entry point glUniform4fv
GL_VERSION_2_0 was not found, but has the entry point glUniform4i
GL_VERSION_2_0 was not found, but has the entry point glUniform4iv
GL_VERSION_2_0 was not found, but has the entry point glUniformMatrix2fv
GL_VERSION_2_0 was not found, but has the entry point glUniformMatrix3fv
GL_VERSION_2_0 was not found, but has the entry point glUniformMatrix4fv
GL_VERSION_2_0 was not found, but has the entry point glUseProgram
GL_VERSION_2_0 was not found, but has the entry point glValidateProgram
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nbv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Niv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nsv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nub
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nubv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nuiv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nusv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4bv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4iv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4ubv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4uiv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4usv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttribPointer
You do not have the required permissions to view the files attached to this post.
User avatar
SimulatorOne
 
Posts: 6626
Joined: Tue Nov 17, 2009 2:52 pm
Location: Barcelona

Re: [OPENGL] Gemix Public Testings

Postby CicTec » Tue Dec 11, 2012 5:28 pm

SimulatorOne wrote:No puedo ejecutarlo me salta un extraño error.

parece que la grafica Intel 945GM
Propio de los Netbooks, no funciona :(


Code: Select all
Renderer: Intel 945GM
Vendor: Intel
Memory: 256 MB
Version: 1.4.0 - Build 8.14.10.1930
Shading language version: N/A


Max texture size: 2048 x 2048
Max texture coordinates: 8
Max vertex texture image units: 0
Max texture image units: 16
Max geometry texture units: 0
Max anisotropic filtering value: 4
Max number of light sources: 16
Max viewport size: 2048 x 2048
Max uniform vertex components: 0
Max uniform fragment components: 0
Max geometry uniform components: 0
Max varying floats: 0
Max samples: 0
Max draw buffers: 0


Extensions: 56

GL_3DFX_texture_compression_FXT1
GL_ARB_depth_texture
GL_ARB_fragment_program
GL_ARB_multitexture
GL_ARB_point_parameters
GL_ARB_shadow
GL_ARB_texture_border_clamp
GL_ARB_texture_compression
GL_ARB_texture_cube_map
GL_ARB_texture_env_add
GL_ARB_texture_env_combine
GL_ARB_texture_env_crossbar
GL_ARB_texture_env_dot3
GL_ARB_transpose_matrix
GL_ARB_vertex_buffer_object
GL_ARB_vertex_program
GL_ARB_window_pos
GL_EXT_abgr
GL_EXT_bgra
GL_EXT_blend_color
GL_EXT_blend_func_separate
GL_EXT_blend_minmax
GL_EXT_blend_subtract
GL_EXT_clip_volume_hint
GL_EXT_compiled_vertex_array
GL_EXT_cull_vertex
GL_EXT_draw_range_elements
GL_EXT_fog_coord
GL_EXT_multi_draw_arrays
GL_EXT_packed_pixels
GL_EXT_rescale_normal
GL_EXT_secondary_color
GL_EXT_separate_specular_color
GL_EXT_shadow_funcs
GL_EXT_stencil_two_side
GL_EXT_stencil_wrap
GL_EXT_texture3D
GL_EXT_texture_compression_s3tc
GL_EXT_texture_env_add
GL_EXT_texture_env_combine
GL_EXT_texture_filter_anisotropic
GL_EXT_texture_lod_bias
GL_IBM_texture_mirrored_repeat
GL_NV_blend_square
GL_NV_texgen_reflection
GL_SGIS_generate_mipmap
GL_SGIS_texture_edge_clamp
GL_SGIS_texture_lod
GL_WIN_swap_hint
WGL_ARB_buffer_region
WGL_ARB_extensions_string
WGL_ARB_make_current_read
WGL_ARB_pbuffer
WGL_ARB_pixel_format
WGL_EXT_extensions_string
WGL_EXT_swap_control

Core features
v1.1 (100 % - 7/7)
v1.2 (100 % - 8/8)
v1.3 (100 % - 9/9)
v1.4 (100 % - 15/15)
v1.5 (66 % - 2/3)
v2.0 (10 % - 1/10)
v2.1 (0 % - 0/3)
v3.0 (0 % - 0/23)
v3.1 (0 % - 0/8)
v3.2 (0 % - 0/10)
v3.3 (0 % - 0/10)
v4.0 (0 % - 0/14)
v4.1 (0 % - 0/7)
v4.2 (0 % - 0/12)
v4.3 (0 % - 0/18)

OpenGL driver version check (Current: 1.4.0 - Build 8.14.10.1930, Latest known: 1.4.0 - Build 7.14.10.1147):
Latest version of display drivers found
According the database, you are running the latest display drivers for your video card.

No ICD registry entry
The current OpenGL driver doesn't expose the SOFTWARE/Microsoft/Windows (NT)/CurrentVersion/OpenGLDrivers registry entry. Unable to detect the driver version, driver revision name and filename.

Multitexture support
This feature accelerates complex rendering such as lightmaps or environment mapping.

Secondary color support
This feature provides an alternate method of coloring specular highlights on polygons.

S3TC compression support
This feature improves texture mapping performance in some applications by using lossy compression.

Texture edge clamp support
This feature improves texturing quality by adding clamping control to edge texel filtering.

Vertex program support
This feature enables a wide variety of effects via flexible vertex programming (equivalent to DX8 Vertex Shader.)

Fragment program support
This feature enables a wide variety of effects via per pixel programming (equivalent to DX9 Pixel Shader.)

Texture anisotropic filtering support
This feature improves the quality of texture mapping on oblique surfaces.

No OpenGL Shading Language support
This may break compatibility for applications using per pixel shading.

No Frame buffer object support
This may break compatibility for applications using render to texture functions.

Extension verification:
GL_ARB_draw_buffers was not found, but has the entry point glDrawBuffersARB
GL_ARB_imaging was not found, but has the entry point glBlendEquation
GL_ARB_occlusion_query was not found, but has the entry point glBeginQueryARB
GL_ARB_occlusion_query was not found, but has the entry point glDeleteQueriesARB
GL_ARB_occlusion_query was not found, but has the entry point glEndQueryARB
GL_ARB_occlusion_query was not found, but has the entry point glGenQueriesARB
GL_ARB_occlusion_query was not found, but has the entry point glGetQueryObjectivARB
GL_ARB_occlusion_query was not found, but has the entry point glGetQueryObjectuivARB
GL_ARB_occlusion_query was not found, but has the entry point glGetQueryivARB
GL_ARB_occlusion_query was not found, but has the entry point glIsQueryARB
GL_ARB_shader_objects was not found, but has the entry point glAttachObjectARB
GL_ARB_shader_objects was not found, but has the entry point glCompileShaderARB
GL_ARB_shader_objects was not found, but has the entry point glCreateProgramObjectARB
GL_ARB_shader_objects was not found, but has the entry point glCreateShaderObjectARB
GL_ARB_shader_objects was not found, but has the entry point glDeleteObjectARB
GL_ARB_shader_objects was not found, but has the entry point glDetachObjectARB
GL_ARB_shader_objects was not found, but has the entry point glGetActiveUniformARB
GL_ARB_shader_objects was not found, but has the entry point glGetAttachedObjectsARB
GL_ARB_shader_objects was not found, but has the entry point glGetHandleARB
GL_ARB_shader_objects was not found, but has the entry point glGetInfoLogARB
GL_ARB_shader_objects was not found, but has the entry point glGetObjectParameterfvARB
GL_ARB_shader_objects was not found, but has the entry point glGetObjectParameterivARB
GL_ARB_shader_objects was not found, but has the entry point glGetShaderSourceARB
GL_ARB_shader_objects was not found, but has the entry point glGetUniformLocationARB
GL_ARB_shader_objects was not found, but has the entry point glGetUniformfvARB
GL_ARB_shader_objects was not found, but has the entry point glGetUniformivARB
GL_ARB_shader_objects was not found, but has the entry point glLinkProgramARB
GL_ARB_shader_objects was not found, but has the entry point glShaderSourceARB
GL_ARB_shader_objects was not found, but has the entry point glUniform1fARB
GL_ARB_shader_objects was not found, but has the entry point glUniform1fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniform1iARB
GL_ARB_shader_objects was not found, but has the entry point glUniform1ivARB
GL_ARB_shader_objects was not found, but has the entry point glUniform2fARB
GL_ARB_shader_objects was not found, but has the entry point glUniform2fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniform2iARB
GL_ARB_shader_objects was not found, but has the entry point glUniform2ivARB
GL_ARB_shader_objects was not found, but has the entry point glUniform3fARB
GL_ARB_shader_objects was not found, but has the entry point glUniform3fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniform3iARB
GL_ARB_shader_objects was not found, but has the entry point glUniform3ivARB
GL_ARB_shader_objects was not found, but has the entry point glUniform4fARB
GL_ARB_shader_objects was not found, but has the entry point glUniform4fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniform4iARB
GL_ARB_shader_objects was not found, but has the entry point glUniform4ivARB
GL_ARB_shader_objects was not found, but has the entry point glUniformMatrix2fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniformMatrix3fvARB
GL_ARB_shader_objects was not found, but has the entry point glUniformMatrix4fvARB
GL_ARB_shader_objects was not found, but has the entry point glUseProgramObjectARB
GL_ARB_shader_objects was not found, but has the entry point glValidateProgramARB
GL_ARB_vertex_shader was not found, but has the entry point glBindAttribLocationARB
GL_ARB_vertex_shader was not found, but has the entry point glGetActiveAttribARB
GL_ARB_vertex_shader was not found, but has the entry point glGetAttribLocationARB
GL_EXT_blend_equation_separate was not found, but has the entry point glBlendEquationSeparateEXT
GL_EXT_framebuffer_object was not found, but has the entry point glBindFramebufferEXT
GL_EXT_framebuffer_object was not found, but has the entry point glBindRenderbufferEXT
GL_EXT_framebuffer_object was not found, but has the entry point glCheckFramebufferStatusEXT
GL_EXT_framebuffer_object was not found, but has the entry point glDeleteFramebuffersEXT
GL_EXT_framebuffer_object was not found, but has the entry point glDeleteRenderbuffersEXT
GL_EXT_framebuffer_object was not found, but has the entry point glFramebufferRenderbufferEXT
GL_EXT_framebuffer_object was not found, but has the entry point glFramebufferTexture1DEXT
GL_EXT_framebuffer_object was not found, but has the entry point glFramebufferTexture2DEXT
GL_EXT_framebuffer_object was not found, but has the entry point glFramebufferTexture3DEXT
GL_EXT_framebuffer_object was not found, but has the entry point glGenFramebuffersEXT
GL_EXT_framebuffer_object was not found, but has the entry point glGenRenderbuffersEXT
GL_EXT_framebuffer_object was not found, but has the entry point glGenerateMipmapEXT
GL_EXT_framebuffer_object was not found, but has the entry point glGetFramebufferAttachmentParameterivEXT
GL_EXT_framebuffer_object was not found, but has the entry point glGetRenderbufferParameterivEXT
GL_EXT_framebuffer_object was not found, but has the entry point glIsFramebufferEXT
GL_EXT_framebuffer_object was not found, but has the entry point glIsRenderbufferEXT
GL_EXT_framebuffer_object was not found, but has the entry point glRenderbufferStorageEXT
GL_KHR_debug was not found, but has the entry point glGetPointerv
GL_VERSION_1_2 was not found, but has the entry point glCopyTexSubImage3D
GL_VERSION_1_2 was not found, but has the entry point glDrawRangeElements
GL_VERSION_1_2 was not found, but has the entry point glTexImage3D
GL_VERSION_1_2 was not found, but has the entry point glTexSubImage3D
GL_VERSION_1_3 was not found, but has the entry point glActiveTexture
GL_VERSION_1_3 was not found, but has the entry point glClientActiveTexture
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexImage1D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexImage2D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexImage3D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexSubImage1D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexSubImage2D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexSubImage3D
GL_VERSION_1_3 was not found, but has the entry point glGetCompressedTexImage
GL_VERSION_1_3 was not found, but has the entry point glLoadTransposeMatrixd
GL_VERSION_1_3 was not found, but has the entry point glLoadTransposeMatrixf
GL_VERSION_1_3 was not found, but has the entry point glMultTransposeMatrixd
GL_VERSION_1_3 was not found, but has the entry point glMultTransposeMatrixf
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1sv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2sv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3sv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4sv
GL_VERSION_1_3 was not found, but has the entry point glSampleCoverage
GL_VERSION_1_4 was not found, but has the entry point glBlendColor
GL_VERSION_1_4 was not found, but has the entry point glBlendEquation
GL_VERSION_1_4 was not found, but has the entry point glBlendFuncSeparate
GL_VERSION_1_4 was not found, but has the entry point glFogCoordPointer
GL_VERSION_1_4 was not found, but has the entry point glFogCoordd
GL_VERSION_1_4 was not found, but has the entry point glFogCoorddv
GL_VERSION_1_4 was not found, but has the entry point glFogCoordf
GL_VERSION_1_4 was not found, but has the entry point glFogCoordfv
GL_VERSION_1_4 was not found, but has the entry point glMultiDrawArrays
GL_VERSION_1_4 was not found, but has the entry point glMultiDrawElements
GL_VERSION_1_4 was not found, but has the entry point glPointParameterf
GL_VERSION_1_4 was not found, but has the entry point glPointParameterfv
GL_VERSION_1_4 was not found, but has the entry point glPointParameteri
GL_VERSION_1_4 was not found, but has the entry point glPointParameteriv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3b
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3bv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3d
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3dv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3f
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3fv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3i
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3iv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3s
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3sv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3ub
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3ubv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3ui
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3uiv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3us
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3usv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColorPointer
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2d
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2dv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2f
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2fv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2i
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2iv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2s
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2sv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3d
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3dv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3f
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3fv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3i
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3iv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3s
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3sv
GL_VERSION_1_5 was not found, but has the entry point glBeginQuery
GL_VERSION_1_5 was not found, but has the entry point glBindBuffer
GL_VERSION_1_5 was not found, but has the entry point glBufferData
GL_VERSION_1_5 was not found, but has the entry point glBufferSubData
GL_VERSION_1_5 was not found, but has the entry point glDeleteBuffers
GL_VERSION_1_5 was not found, but has the entry point glDeleteQueries
GL_VERSION_1_5 was not found, but has the entry point glEndQuery
GL_VERSION_1_5 was not found, but has the entry point glGenBuffers
GL_VERSION_1_5 was not found, but has the entry point glGenQueries
GL_VERSION_1_5 was not found, but has the entry point glGetBufferParameteriv
GL_VERSION_1_5 was not found, but has the entry point glGetBufferPointerv
GL_VERSION_1_5 was not found, but has the entry point glGetBufferSubData
GL_VERSION_1_5 was not found, but has the entry point glGetQueryObjectiv
GL_VERSION_1_5 was not found, but has the entry point glGetQueryObjectuiv
GL_VERSION_1_5 was not found, but has the entry point glGetQueryiv
GL_VERSION_1_5 was not found, but has the entry point glIsBuffer
GL_VERSION_1_5 was not found, but has the entry point glIsQuery
GL_VERSION_1_5 was not found, but has the entry point glMapBuffer
GL_VERSION_1_5 was not found, but has the entry point glUnmapBuffer
GL_VERSION_2_0 was not found, but has the entry point glAttachShader
GL_VERSION_2_0 was not found, but has the entry point glBindAttribLocation
GL_VERSION_2_0 was not found, but has the entry point glBlendEquationSeparate
GL_VERSION_2_0 was not found, but has the entry point glCompileShader
GL_VERSION_2_0 was not found, but has the entry point glCreateProgram
GL_VERSION_2_0 was not found, but has the entry point glCreateShader
GL_VERSION_2_0 was not found, but has the entry point glDeleteProgram
GL_VERSION_2_0 was not found, but has the entry point glDeleteShader
GL_VERSION_2_0 was not found, but has the entry point glDetachShader
GL_VERSION_2_0 was not found, but has the entry point glDisableVertexAttribArray
GL_VERSION_2_0 was not found, but has the entry point glDrawBuffers
GL_VERSION_2_0 was not found, but has the entry point glEnableVertexAttribArray
GL_VERSION_2_0 was not found, but has the entry point glGetActiveAttrib
GL_VERSION_2_0 was not found, but has the entry point glGetActiveUniform
GL_VERSION_2_0 was not found, but has the entry point glGetAttachedShaders
GL_VERSION_2_0 was not found, but has the entry point glGetAttribLocation
GL_VERSION_2_0 was not found, but has the entry point glGetProgramInfoLog
GL_VERSION_2_0 was not found, but has the entry point glGetProgramiv
GL_VERSION_2_0 was not found, but has the entry point glGetShaderInfoLog
GL_VERSION_2_0 was not found, but has the entry point glGetShaderSource
GL_VERSION_2_0 was not found, but has the entry point glGetShaderiv
GL_VERSION_2_0 was not found, but has the entry point glGetUniformLocation
GL_VERSION_2_0 was not found, but has the entry point glGetUniformfv
GL_VERSION_2_0 was not found, but has the entry point glGetUniformiv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribPointerv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribdv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribfv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribiv
GL_VERSION_2_0 was not found, but has the entry point glIsProgram
GL_VERSION_2_0 was not found, but has the entry point glIsShader
GL_VERSION_2_0 was not found, but has the entry point glLinkProgram
GL_VERSION_2_0 was not found, but has the entry point glShaderSource
GL_VERSION_2_0 was not found, but has the entry point glStencilFuncSeparate
GL_VERSION_2_0 was not found, but has the entry point glStencilMaskSeparate
GL_VERSION_2_0 was not found, but has the entry point glStencilOpSeparate
GL_VERSION_2_0 was not found, but has the entry point glUniform1f
GL_VERSION_2_0 was not found, but has the entry point glUniform1fv
GL_VERSION_2_0 was not found, but has the entry point glUniform1i
GL_VERSION_2_0 was not found, but has the entry point glUniform1iv
GL_VERSION_2_0 was not found, but has the entry point glUniform2f
GL_VERSION_2_0 was not found, but has the entry point glUniform2fv
GL_VERSION_2_0 was not found, but has the entry point glUniform2i
GL_VERSION_2_0 was not found, but has the entry point glUniform2iv
GL_VERSION_2_0 was not found, but has the entry point glUniform3f
GL_VERSION_2_0 was not found, but has the entry point glUniform3fv
GL_VERSION_2_0 was not found, but has the entry point glUniform3i
GL_VERSION_2_0 was not found, but has the entry point glUniform3iv
GL_VERSION_2_0 was not found, but has the entry point glUniform4f
GL_VERSION_2_0 was not found, but has the entry point glUniform4fv
GL_VERSION_2_0 was not found, but has the entry point glUniform4i
GL_VERSION_2_0 was not found, but has the entry point glUniform4iv
GL_VERSION_2_0 was not found, but has the entry point glUniformMatrix2fv
GL_VERSION_2_0 was not found, but has the entry point glUniformMatrix3fv
GL_VERSION_2_0 was not found, but has the entry point glUniformMatrix4fv
GL_VERSION_2_0 was not found, but has the entry point glUseProgram
GL_VERSION_2_0 was not found, but has the entry point glValidateProgram
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nbv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Niv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nsv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nub
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nubv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nuiv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nusv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4bv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4iv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4ubv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4uiv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4usv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttribPointer

Hola Simulatorone,

Ok, tu version de OpenGL es 1.4, con lo cual debe soportar esta extencion, el problema segun he buscado por la red son tus drivers, seguramente tendras la version i915, existe una nueva version llamada i915tex que soporta esto, buscalos por la red o en la pagina oficial del vendor de la tarjeta video/mainboard y instalalos, deberia solucionarte el problema.
User avatar
CicTec
 
Posts: 16553
Joined: Thu Jul 31, 2008 10:18 pm

Re: [OPENGL] Gemix Public Testings

Postby Dluk » Tue Dec 11, 2012 5:39 pm

CicTec wrote:@Dluk, he eliminado tu ultimo post y añadido el contenido en el primero, asi todas las pruebas quedan en un unico lugar por usuario y es mas facil buscarlos, gracias por el nuevo dato.


Ok, de nada, si puedo probarlo en el equipo de algún amigo lo hago también :D
Image
"El destino es como un juego... ¿No? Y ahora, esperas mi último movimiento"

Kain - Legacy of Kain: Soul Reaver
User avatar
Dluk
 
Posts: 2422
Joined: Sun Jan 04, 2009 3:51 pm
Location: En el campo de batalla

Re: [OPENGL] Gemix Public Testings

Postby SimulatorOne » Tue Dec 11, 2012 7:51 pm

CicTec wrote:Hola Simulatorone,

Ok, tu version de OpenGL es 1.4, con lo cual debe soportar esta extencion, el problema segun he buscado por la red son tus drivers, seguramente tendras la version i915, existe una nueva version llamada i915tex que soporta esto, buscalos por la red o en la pagina oficial del vendor de la tarjeta video/mainboard y instalalos, deberia solucionarte el problema.


no se como encontrarlo la descarga de ese driver en concreto, como buscarlo?
yo el driver que tengo instalado es de la pagina oficial de intel.
User avatar
SimulatorOne
 
Posts: 6626
Joined: Tue Nov 17, 2009 2:52 pm
Location: Barcelona

Re: [OPENGL] Gemix Public Testings

Postby CicTec » Tue Dec 11, 2012 8:14 pm

Aqui es el unico sitio parece donde se pueden encontrar para windows, el link que he encontrado es esto:
http://downloadcenter.intel.com/Detail_ ... ype=Driver
Donde hay el boton "Download", bajalo y si es una version mas recien de tu version instalada, pues instalalo, a ver que tal.
User avatar
CicTec
 
Posts: 16553
Joined: Thu Jul 31, 2008 10:18 pm

Re: [OPENGL] Gemix Public Testings

Postby SimulatorOne » Tue Dec 11, 2012 9:15 pm

vale, tenia esta version de controladores, de esta fecha: como dice el dxDiag
23/09/2009
8.15.10.1930
y yo creia que lo tenia actualizada a la ultima :blind:

esta que me has pasado es mas nueva! no se por que no encontraba esta version!! :shock:
02/10/2009
15.12.75.4.1930

te dire si me funciona, gracias. :claphands:
User avatar
SimulatorOne
 
Posts: 6626
Joined: Tue Nov 17, 2009 2:52 pm
Location: Barcelona

Re: [OPENGL] Gemix Public Testings

Postby TYCO » Tue Dec 11, 2012 9:16 pm

Test Number: 0001
-----------------------
Processor Type: Pentium 4 2.0GHZ
Sys Ram Type: 768MB(256+512), DDR-400MHZ
T.Video Type: GeForce FX5200/AGP/SSE2
Vid Ram Type: 128MB, N/A
OpenGL Version: 2.0
OS Type: Windows XP Professional 32bits con SP3
Test Type: 640x480
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:100: 115 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:100: 120 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:45000,FILTER:0/1,BACK:0,PROCS:100: 95 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:45000,FILTER:0/1,BACK:1,PROCS:100: 115 FPS
FLAGS:0/1/2/3,SIZE:200,ANGLE:0,FILTER:0/1,BACK:0,PROCS:100: 80 FPS
FLAGS:0/1/2/3,SIZE:200,ANGLE:0,FILTER:0/1,BACK:1,PROCS:100: 83 FPS
FLAGS:0/1/2/3,SIZE:200,ANGLE:45000,FILTER:0/1,BACK:0,PROCS:100: 75 FPS
FLAGS:0/1/2/3,SIZE:200,ANGLE:45000,FILTER:0/1,BACK:1,PROCS:100: 86 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:500: 48 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:500: 48 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:45000,FILTER:0/1,BACK:0/1,PROCS:500: 46 FPS
FLAGS:0/1/2/3,SIZE:200,ANGLE:0,FILTER:0/1,BACK:0,PROCS:500: 27 FPS
FLAGS:0/1/2/3,SIZE:200,ANGLE:0,FILTER:0/1,BACK:1,PROCS:500: 27 FPS
FLAGS:0/1/2/3,SIZE:200,ANGLE:45000,FILTER:0/1,BACK:0/1,PROCS:500: 25 FPS

No he probado con más PROCESS porque era tontería con esos FPS ya.
Todo Modo Gráfico tiene por detrás una Línea de Comandos.

Proyecto: SnowCraft Remake (100%).
Proyecto: Bomb a Bomb Remake (100%).
Proyecto: Rally Mortal (87%).

[RETO]: 20lineas - [JUEGO]: eLaberinto[CONCURSO]: EL JUEGO DEL VERANO 2011 - [JUEGO]: PlayaBall
User avatar
TYCO
 
Posts: 3583
Joined: Tue Sep 02, 2008 7:38 pm

Re: [OPENGL] Gemix Public Testings

Postby AmakaSt » Tue Dec 11, 2012 9:31 pm

Aquí va mi prueba, no he sabido encontrar la versión de openGL que tengo en mi equipo. :)

Test Number: 0001
-----------------------
Processor Type: Intel Core i5 2.67GHZ
Sys Ram Type: 8GB
T.Video Type: GeForce GT 120
Vid Ram Type: 1,00 GB
OpenGL Version: ?????
OS Type: Windows 7 Home Premium 64bits con Service Pack 1
Test Type: 640x480
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:100: 1826 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:100: 1559 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:500: 509 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:500: 503 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:1000: 269 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:1000: 267 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:2000: 141 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:2000: 140 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:3000: 93 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:3000: 93 FPS

FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:0,PROCS:100: 387 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:1,PROCS:100: 360 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:0,PROCS:500: 95 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:1,PROCS:500: 95 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:0,PROCS:1000: 50 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:1,PROCS:1000: 49 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:0,PROCS:2000: 26 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:1,PROCS:2000: 26 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:0,PROCS:3000: 19 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:1,PROCS:3000: 18 FPS

Test Type: 800x600
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:100: 1235 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:100: 1093 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:500: 507 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:500: 503 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:1000: 276 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:1000: 275 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:2000: 143 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:2000: 137 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:0,PROCS:3000: 97 FPS
FLAGS:0/1/2/3,SIZE:100,ANGLE:0,FILTER:0/1,BACK:1,PROCS:3000: 93 FPS

FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:0,PROCS:100: 331 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:1,PROCS:100: 314 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:0,PROCS:500: 90 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:1,PROCS:500: 89 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:0,PROCS:1000: 47 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:1,PROCS:1000: 47 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:0,PROCS:2000: 24 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:1,PROCS:2000: 25 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:0,PROCS:3000: 17 FPS
FLAGS:0/1/2/3,SIZE:400,ANGLE:0,FILTER:0/1,BACK:1,PROCS:3000: 16 FPS

Va rapidisimoooo!! :D

Un saludo.
User avatar
AmakaSt
 
Posts: 402
Joined: Fri Oct 03, 2008 10:00 pm

Re: [OPENGL] Gemix Public Testings

Postby SimulatorOne » Tue Dec 11, 2012 9:36 pm

lo siento, pero es justo el mismo controlador.
me confundido.
es la misma version:
win7_1512754.zip
Versión:15.12.75.4.1930
Fecha:02/10/2009
http://downloadcenter.intel.com/Detail_ ... ldId=18231
Este paquete de controladores contiene la versión 15.12.75.4.1930 (8.15.10.1930) para Windows 7


que yo sepa no existe una version mas nueva que esta que esta en la Web oficial de intel

otra cosa, es que exista algun MOD o Parche no oficial, para "trucar" algo de la grafica
User avatar
SimulatorOne
 
Posts: 6626
Joined: Tue Nov 17, 2009 2:52 pm
Location: Barcelona

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 10 guests