FreeBSD Bugzilla – Attachment 161866 Details for
Bug 203669
[PATCH] lang/beignet: upgrade to release 1.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff on lang/beignet to go to 1.1.1
beignet_1.1.1.diff (text/plain), 1.65 KB, created by
Johannes M Dieterich
on 2015-10-10 00:03:40 UTC
(
hide
)
Description:
diff on lang/beignet to go to 1.1.1
Filename:
MIME Type:
Creator:
Johannes M Dieterich
Created:
2015-10-10 00:03:40 UTC
Size:
1.65 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 398967) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= beignet >-PORTVERSION= 1.1.0 >+PORTVERSION= 1.1.1 > CATEGORIES= lang > MASTER_SITES= https://01.org/sites/default/files/ > DISTVERSIONSUFFIX= -source >Index: distinfo >=================================================================== >--- distinfo (revision 398967) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (beignet-1.1.0-source.tar.gz) = 4afe09ea13cd7f8475b9f6534e97cb4dcd307c602095c6968b0ed22290753386 >-SIZE (beignet-1.1.0-source.tar.gz) = 938923 >+SHA256 (beignet-1.1.1-source.tar.gz) = 9bf4c69eb4fbd3c7cc9ef75c1952bca6f05259ffbe753a27e08ed98bb32e1119 >+SIZE (beignet-1.1.1-source.tar.gz) = 943579 >Index: files/patch-src_cl__event.c >=================================================================== >--- files/patch-src_cl__event.c (revision 398967) >+++ files/patch-src_cl__event.c (working copy) >@@ -1,8 +1,10 @@ >---- src/cl_event.c.orig 2015-02-03 15:00:21.865295000 +0100 >-+++ src/cl_event.c 2015-02-03 15:00:30.759495000 +0100 >-@@ -28,7 +28,7 @@ >+--- src/cl_event.c.orig 2015-09-24 02:49:06 UTC >++++ src/cl_event.c >+@@ -27,8 +27,9 @@ >+ > #include <assert.h> > #include <stdio.h> >++#include <time.h> > > -inline cl_bool > +static inline cl_bool >@@ -9,3 +11,12 @@ > cl_event_is_gpu_command_type(cl_command_type type) > { > switch(type) { >+@@ -617,7 +618,7 @@ cl_ulong cl_event_get_cpu_timestamp(cl_u >+ { >+ struct timespec ts; >+ >+- if(clock_gettime(CLOCK_MONOTONIC_RAW,&ts) != 0){ >++ if(clock_gettime(CLOCK_MONOTONIC,&ts) != 0){ >+ printf("CPU Timmer error\n"); >+ return CL_FALSE; >+ }
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 203669
: 161866