Summary: | [Bisected]Ogles1conform gets.c fails | ||
---|---|---|---|
Product: | Mesa | Reporter: | lu hua <huax.lu> |
Component: | Drivers/DRI/i915 | Assignee: | Ian Romanick <idr> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | high | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
lu hua
2014-04-02 02:14:02 UTC
Patch sent to mesa-dev: http://lists.freedesktop.org/archives/mesa-dev/2014-April/056986.html The test mentioned below passes now, but pntszary.c fails. Did pntszary.c previously pass? NOTE: This patch will likely require the other patch series that I sent to mesa-dev earlier. See bug #76869. (In reply to comment #1) > Patch sent to mesa-dev: > > http://lists.freedesktop.org/archives/mesa-dev/2014-April/056986.html > > The test mentioned below passes now, but pntszary.c fails. Did pntszary.c > previously pass? > > NOTE: This patch will likely require the other patch series that I sent to > mesa-dev earlier. See bug #76869. Test this patch and https://bugs.freedesktop.org/show_bug.cgi?id=76869#c8 patches, It works well. pntszary.c always fails. output on the bisected commit: OpenGL ES Conformance Test Version 1.1 revision 1 (2005/07/08) Setup Report. GL_VERSION = OpenGL ES-CM 1.1 Mesa 10.2.0-devel (git-5d76e44) GL_VENDOR = Intel Open Source Technology Center GL_RENDERER = Mesa DRI Intel(R) Ironlake Desktop GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_stencil_wrap GL_OES_compressed_paletted_texture GL_OES_query_matrix GL_OES_read_format GL_OES_single_precision GL_EXT_texture_compression_dxt1 GL_OES_draw_texture GL_OES_point_size_array GL_OES_point_sprite GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_framebuffer_object GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_stencil8 GL_OES_texture_env_crossbar GL_OES_texture_mirrored_repeat GL_OES_texture_npot GL_OES_EGL_image GL_OES_packed_depth_stencil GL_OES_texture_cube_map GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_OES_blend_equation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_EGL_image_external GL_OES_vertex_array_object GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_map_buffer_range GL_OES_surfaceless_context Verbose level = 2. Random number seed = 1. Path inactive. Config Report. Config ID = 10. RGBA (8, 8, 8, 8). Epsilon Report. zero error epsilon = 0.000122. RGBA error epsilon = 0.00404, 0.00404, 0.00404, 0.00404. Point Size Array test/GFX/Test/Ogles1conform/ogles1conform/es1/conform/conform/conform: symbol lookup error: /GFX/Test/Ogles1conform/ogles1conform/es1/conform/conform/conform: undefined symbol: glPointSizePointerOES It always has this fail: Conform (single precision) failed. Point Size Array test (Test number #66) failed. ******************** SUMMARY OF 'conform' RESULTS ******************** SUMMARY: Point Size Array test (#66) failed 6 times at path level 0. SUMMARY: 1 test failed across all configs at path level 0. SUMMARY: 6 conformant configs, 0 non-conformant configs. ****************** END SUMMARY OF 'conform' RESULTS ****************** Fixed by: commit 5a68f731029258ddede4bd5d578cee203f4a80b3 Author: Ian Romanick <ian.d.romanick@intel.com> Date: Tue Apr 1 21:32:11 2014 -0700 glapi: Add static dispatch for glPointSizePointerOES The OpenGL ES 1.1 conformance tests expect this function to be statically available form libGLESv1_CM.so. The comment "required for es1.1" in the XML file should have been a clue. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76926 Reviewed-by: Matt Turner <mattst88@gmail.com> Tested-by: Lu Hua <huax.lu@intel.com> Verified.Fixed. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.