[bug-notifications] [mesalibs 0004677]: Update to Mesa 7.9.1

Mantis Bug Tracker noreply at opencsw.org
Sun Feb 6 20:13:57 CET 2011


A NOTE has been added to this issue. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=4677 
====================================================================== 
Reported By:                kenmays
Assigned To:                james
====================================================================== 
Project:                    mesalibs
Issue ID:                   4677
Category:                   upgrade
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             2011-01-30 18:33 CET
Last Modified:              2011-02-06 20:13 CET
====================================================================== 
Summary:                    Update to Mesa 7.9.1
Description: 
Rendering issues observed when tested with Mesa Demos 8.0.1 and piglit.
Mesa development suggested Mesa 7.9.1 update for modernization for recent
OpenGL  cross-platform development projects.

Fixes/improvements:
# Fixed Amnesia / HPL2 RendererFeatTest not rendering correctly
# Assorted GLSL fixes.
# Mesa advertises bogus GL_ARB_shading_language_120
# Fixed handling of multiple render targets in fixed-function texture
environmnent programs.
# Fixed conversion errors in signed_rgba8888[rev] texel fetch.
# libEGL improvements
# Fixed several render to texture bugs.
# Much improved support for EGL in Mesa
# New state trackers for OpenGL ES 1.1 and 2.0
# GL_NV_conditional_render extension 
# GL_EXT_draw_buffers2 extension 
# GL_ARB_fragment_coord_conventions extension 
# GL_EXT_texture_array extension 
# GL_APPLE_object_purgeable extension  
====================================================================== 

---------------------------------------------------------------------- 
 (0008779) james (manager) - 2011-02-06 20:13
 https://www.opencsw.org/mantis/view.php?id=4677#c8779 
---------------------------------------------------------------------- 
Dago: thanks for talloc, seems to satisfy compiling but I can't yet prove
it as mesa isn't running.


4 days wasted on this so far and I have a compile.  Still a way to go,
there are now a raft of undefined symbols, eg:

$ LD_LIBRARY_PATH=/opt/csw/lib LD_NOAUXFLTR=1
/usr/openwin/demo/GL/sparcv7/ogl_install_check
ld.so.1: ogl_install_check: fatal: relocation error: file
/opt/csw/lib/libGL.so.1: symbol __1cJglsl_typeJvec4_type_: referenced
symbol not found
zsh: killed     LD_LIBRARY_PATH=/opt/csw/lib LD_NOAUXFLTR=1 



and ldd -r shows many:
	symbol not found: __1cJglsl_typeJvec4_type_		(/opt/csw/lib/libGL.so.1)
	symbol not found: __1cJglsl_typeJbool_type_		(/opt/csw/lib/libGL.so.1)
	symbol not found: __1cFir_ifG__vtbl_		(/opt/csw/lib/libGL.so.1)
	symbol not found: __1cMir_loop_jumpG__vtbl_		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cQir_print_visitorG__vtbl_		(/opt/csw/lib/libGL.so.1)
	symbol not found: __1cJglsl_typeKfloat_type_		(/opt/csw/lib/libGL.so.1)
	symbol not found:
_mesa_destroy_shader_compiler		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorFvisit6MpnLir_variable__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorFvisit6MpnLir_constant__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorFvisit6MpnMir_loop_jump__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorLvisit_enter6MpnHir_loop__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorLvisit_leave6MpnHir_loop__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorLvisit_enter6MpnVir_function_signature__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorLvisit_leave6MpnVir_function_signature__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorLvisit_enter6MpnLir_function__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorLvisit_leave6MpnLir_function__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorLvisit_enter6MpnNir_expression__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorLvisit_leave6MpnNir_expression__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorLvisit_enter6MpnKir_texture__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorLvisit_leave6MpnKir_texture__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
	symbol not found:
__1cXir_hierarchical_visitorLvisit_enter6MpnKir_swizzle__nRir_visitor_status__		(/opt/csw/lib/libGL.so.1)
... etc and many more.  Going to have to stop this and do something
useful.



More information about the bug-notifications mailing list