https://bugs.freedesktop.org/show_bug.cgi?id=78716

--- Comment #3 from Tapani Pälli <lem...@gmail.com> ---
OK finally got it going. Demo may need compute and tesselation support (?) as
it queries following enums:

GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS
GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS
GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS
GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS
GL_MAX_COMPUTE_UNIFORM_COMPONENTS
GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS

After some more investigations found out that demo uses ARB_texture_multisample
(requires GL_MAX_COLOR_TEXTURE_SAMPLES > 0) and has GLSL 1.50 shaders. I get
numerous errors from failing resource file loads so I stopped there, this is
what I'm getting:

LogStreaming:Warning: Failed to read file
'../../../Engine/Content/Slate/Checkerboard.png' error.
LogStreaming:Warning: Failed to read file
'../../../Engine/Content/Slate/Icons/DefaultAppIcon.png' error.
LogStreaming:Warning: Failed to read file
'../../../Engine/Content/Slate/Checkerboard.png' error.
LogStreaming:Warning: Failed to read file
'../../../Engine/Content/Slate/SplineFilterTable.png' error.
LogStreaming:Warning: Failed to read file
'../../../Engine/Content/Slate/Old/White.png' error.
LogStreaming:Warning: Failed to read file
'../../../Engine/Content/Slate/Common/BoxShadow.png' error.
...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to