Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Side by Side Diff: third_party/mesa/README.chromium

Issue 816083002: Roll mesa 9731cb9:a041f9b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the commit hash to use the upstream one, not my local hash ... Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: mesa 1 Name: mesa
2 Version: 9.0.3 2 Version: 9.0.3
3 URL: http://www.mesa3d.org/ 3 URL: http://www.mesa3d.org/
4 License: MIT and LGPL v2 4 License: MIT and LGPL v2
5 Security Critical: Yes 5 Security Critical: Yes
6 6
7 Description: 7 Description:
8 This directory contains a copy of the Mesa sources with minor 8 This directory contains a copy of the Mesa sources with minor
9 modifications to work in Chromium's build infrastructure. 9 modifications to work in Chromium's build infrastructure.
10 10
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 - #pragma optimize off around _swrast_write_zoomed_z_span, ICEing on 45 - #pragma optimize off around _swrast_write_zoomed_z_span, ICEing on
46 VS2013: http://crbug.com/348350. 46 VS2013: http://crbug.com/348350.
47 47
48 - Disabled "#pragma export" usage in gl.h and osmesa.h, 48 - Disabled "#pragma export" usage in gl.h and osmesa.h,
49 https://bugs.freedesktop.org/show_bug.cgi?id=77749 49 https://bugs.freedesktop.org/show_bug.cgi?id=77749
50 50
51 - Porting to x64 Android. Remove redefinitions of log2 and log2f. 51 - Porting to x64 Android. Remove redefinitions of log2 and log2f.
52 https://codereview.chromium.org/216773005/ 52 https://codereview.chromium.org/216773005/
53 53
54 - Excluded src/mapi/mapi/mapi.{h,c} from the build. 54 - Excluded src/mapi/mapi/mapi.{h,c} from the build.
55
56 - Backported f8e7aa2827e2bdb1ed238cbdd351be3c8a6e9b12 and
57 e20a2df4017ab10dd7199936948c6ac809bfacb6 to fix issues with
58 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES) when no
59 framebuffer is bound
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698