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 178741 Details for
Bug 262941
crash fix for i965_dri
[?]
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]
i965_dri crash fix
mesa-i965-torcs-crash.patch (text/plain), 804 bytes, created by
Sami Farin
on 2007-08-29 11:22:58 UTC
(
hide
)
Description:
i965_dri crash fix
Filename:
MIME Type:
Creator:
Sami Farin
Created:
2007-08-29 11:22:58 UTC
Size:
804 bytes
patch
obsolete
>commit 410d8f7cdb40889e66f5c6794878ad9a5f572ee7 >Author: Xiang, Haihao <haihao.xiang@intel.com> >Date: Wed Aug 29 10:13:10 2007 -0400 > > i965: samplers group in fours in WM_STATE. fix bug#9415 > >diff --git a/src/mesa/drivers/dri/i965/brw_wm_state.c b/src/mesa/drivers/dri/i965/brw_wm_state.c >index ff5cb31..5b4f2ab 100644 >--- a/src/mesa/drivers/dri/i965/brw_wm_state.c >+++ b/src/mesa/drivers/dri/i965/brw_wm_state.c >@@ -117,7 +117,7 @@ static void upload_wm_unit(struct brw_context *brw ) > wm.thread1.floating_point_mode = BRW_FLOATING_POINT_NON_IEEE_754; > > /* CACHE_NEW_SAMPLER */ >- wm.wm4.sampler_count = brw->wm.sampler_count; >+ wm.wm4.sampler_count = (brw->wm.sampler_count + 1) / 4; > wm.wm4.sampler_state_pointer = brw->wm.sampler_gs_offset >> 5; > > /* BRW_NEW_FRAGMENT_PROGRAM */
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 262941
: 178741