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 190051 Details for
Bug 249517
google earth zoom broken
[?]
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]
upstream patch
git-2dfb3a217f730d6783fb2ac8b73248dc682f923c.patch (text/plain), 1.19 KB, created by
Matěj Cepl
on 2007-09-07 15:46:56 UTC
(
hide
)
Description:
upstream patch
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2007-09-07 15:46:56 UTC
Size:
1.19 KB
patch
obsolete
>From: Zou Nan hai <nanhai.zou@intel.com> >Date: Fri, 2 Feb 2007 01:35:17 +0000 (+0800) >Subject: Fix fd.o #9686, when fall into vertex fog, >X-Git-Tag: pre-merge-glsl-compiler-1 >X-Git-Url: http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=commitdiff;h=2dfb3a217f730d6783fb2ac8b73248dc682f923c > > Fix fd.o #9686, when fall into vertex fog, > fog factors are precomputed in t_vb_fog.c compute_fog_blend_factors, > which is incompatible with appended fragment fog code. > That will make GoogleEarth display abnormally. > always use pixel fog. >--- > >--- a/src/mesa/drivers/dri/i915/i915_state.c >+++ b/src/mesa/drivers/dri/i915/i915_state.c >@@ -611,10 +611,12 @@ void i915_update_fog( GLcontext *ctx ) > i915->state.Ctx[I915_CTXREG_LIS5] &= ~S5_FOG_ENABLE; > } > >- if (enabled) { >- _tnl_allow_vertex_fog( ctx, (i915->vertex_fog == I915_FOG_VERTEX) ); >- _tnl_allow_pixel_fog( ctx, (i915->vertex_fog != I915_FOG_VERTEX) ); >- } >+ /* always enbale pixel fog >+ * vertex fog use precaculted fog coord will conflict with appended >+ * fog program >+ */ >+ _tnl_allow_vertex_fog( ctx, 0 ); >+ _tnl_allow_pixel_fog( ctx, 1 ); > } > > static void i915Fogfv(GLcontext *ctx, GLenum pname, const GLfloat *param)
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249517
: 190051