Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 499028 Details for
Bug 680415
[NV96] nouveau gets stuck in nouveau_exa_upload_to_screen [@ xf86PostMotionEventM]
Home
New
Search
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.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Propose for close Bug 680415
dim-window.glsl (text/plain), 905 bytes, created by
marian
on 2011-05-15 15:26:43 UTC
(
hide
)
Description:
Propose for close Bug 680415
Filename:
MIME Type:
Creator:
marian
Created:
2011-05-15 15:26:43 UTC
Size:
905 bytes
patch
obsolete
>#version 110 >uniform sampler2D sampler0; >uniform float fraction; >uniform float height; >const float c = -0.2; >const float border_max_height = 60.0; > >mat3 contrast = mat3 (1.0 + c, 0.0, 0.0, > 0.0, 1.0 + c, 0.0, > 0.0, 0.0, 1.0 + c, > 0.0, 0.0, 0.0); >vec3 off = vec3(0.633, 0.633, 0.633); >void main() >{ > vec3 color = texture2D(sampler0, gl_TexCoord[0].st); > float y = height * gl_TexCoord[0][1]; > > // To reduce contrast, blend with a mid gray > gl_FragColor = color * contrast - off * c; > > // We only fully dim at a distance of BORDER_MAX_HEIGHT from the edge and > // when the fraction is 1.0. For other locations and fractions we linearly > // interpolate back to the original undimmed color. > gl_FragColor = color + (gl_FragColor - color) * min(y / border_max_height, 1.0); > gl_FragColor = color + (gl_FragColor - color) * fraction; >}
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 680415
:
480994
|
480995
|
480996
| 499028 |
499084
|
499090
|
499155