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 890201 Details for
Bug 1091696
Crashes with older Intel GPUs
[?]
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]
Fix intel reset crash.
0001-Add-patch-for-https-bugs.freedesktop.org-show_bug.cg.patch (text/plain), 2.36 KB, created by
Michael Kuhn
on 2014-04-27 11:02:42 UTC
(
hide
)
Description:
Fix intel reset crash.
Filename:
MIME Type:
Creator:
Michael Kuhn
Created:
2014-04-27 11:02:42 UTC
Size:
2.36 KB
patch
obsolete
>From 848d50b6e3ad458a3326b7a4cf9f97b76435e7fa Mon Sep 17 00:00:00 2001 >From: Michael Kuhn <suraia@ikkoku.de> >Date: Sun, 27 Apr 2014 03:20:56 +0200 >Subject: [PATCH] Add patch for > https://bugs.freedesktop.org/show_bug.cgi?id=75723 > >--- > mesa-intel-reset.patch | 14 ++++++++++++++ > mesa.spec | 9 ++++++++- > 2 files changed, 22 insertions(+), 1 deletion(-) > create mode 100644 mesa-intel-reset.patch > >diff --git a/mesa-intel-reset.patch b/mesa-intel-reset.patch >new file mode 100644 >index 0000000..c8ea49a >--- /dev/null >+++ b/mesa-intel-reset.patch >@@ -0,0 +1,14 @@ >+diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c >+index e113654..5790680 100644 >+--- a/src/mesa/drivers/dri/i965/brw_context.c >++++ b/src/mesa/drivers/dri/i965/brw_context.c >+@@ -645,7 +645,7 @@ brwCreateContext(gl_api api, >+ >+ brw_init_driver_functions(brw, &functions); >+ >+- if (notify_reset) >++ if (notify_reset && brw->gen >= 6) >+ functions.GetGraphicsResetStatus = brw_get_graphics_reset_status; >+ >+ struct gl_context *ctx = &brw->ctx; >+ >diff --git a/mesa.spec b/mesa.spec >index cdaca43..2b29853 100644 >--- a/mesa.spec >+++ b/mesa.spec >@@ -55,7 +55,7 @@ > Summary: Mesa graphics libraries > Name: mesa > Version: 10.1.1 >-Release: 2.%{gitdate}%{?dist} >+Release: 3.%{gitdate}%{?dist} > License: MIT > Group: System Environment/Libraries > URL: http://www.mesa3d.org >@@ -80,6 +80,9 @@ Patch20: mesa-9.2-evergreen-big-endian.patch > # https://bugs.freedesktop.org/show_bug.cgi?id=75797#c1 > Patch21: 0001-mesa-Don-t-optimize-out-glClear-if-drawbuffer-size-i.patch > >+# https://bugs.freedesktop.org/show_bug.cgi?id=75723 >+Patch30: mesa-intel-reset.patch >+ > # https://bugs.freedesktop.org/show_bug.cgi?id=73512 > Patch99: 0001-opencl-use-versioned-.so-in-mesa.icd.patch > >@@ -335,6 +338,7 @@ grep -q ^/ src/gallium/auxiliary/vl/vl_decoder.c && exit 1 > %patch15 -p1 -b .hwfloat > %patch20 -p1 -b .egbe > %patch21 -p1 -b .clear >+%patch30 -p1 -b .intel-reset > > %if 0%{?with_opencl} > %patch99 -p1 -b .icd >@@ -645,6 +649,9 @@ rm -rf $RPM_BUILD_ROOT > %endif > > %changelog >+* Sun Apr 27 2014 Michael Kuhn <suraia@ikkoku.de> - 10.1.1-3.20140419 >+- Add patch for https://bugs.freedesktop.org/show_bug.cgi?id=75723 >+ > * Sat Apr 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1.1-2.20140419 > - fix buildrequires llvm 3.4-5 to 3.4-6, because 3.4-5 is not available for F20 > >-- >1.9.0 >
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 1091696
:
890201
|
892875