Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 302614 Details for
Bug 442738
sr# 1796308 - Mesa/ libGL warning: 3D driver claims to not support visual 0x5b
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch to glext.c
mesa-6.5.1-filter_visual_warning.patch (text/x-patch), 704 bytes, created by
Alan Matsuoka
on 2008-04-16 15:08:28 UTC
(
hide
)
Description:
patch to glext.c
Filename:
MIME Type:
Creator:
Alan Matsuoka
Created:
2008-04-16 15:08:28 UTC
Size:
704 bytes
patch
obsolete
>diff -Naur Mesa-6.5.1.orig/src/glx/x11/glxext.c Mesa-6.5.1/src/glx/x11/glxext.c >--- Mesa-6.5.1.orig/src/glx/x11/glxext.c 2008-02-15 11:45:58.000000000 +0530 >+++ Mesa-6.5.1/src/glx/x11/glxext.c 2008-02-15 11:46:16.000000000 +0530 >@@ -666,8 +666,11 @@ > if ( do_delete && (m->visualID != 0) ) { > do_delete = GL_FALSE; > >- fprintf(stderr, "libGL warning: 3D driver claims to not support " >- "visual 0x%02x\n", m->visualID); >+ /* don't warn for this visual (Novell #247471 / X.Org #6689) */ >+ if (m->visualRating != GLX_NON_CONFORMANT_CONFIG) { >+ fprintf(stderr, "libGL warning: 3D driver claims to not " >+ "support visual 0x%02x\n", m->visualID); >+ } > } > > if ( do_delete ) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 442738
: 302614 |
302615