Mir

Merge lp:~albaguirre/mir/fix-powerpc-build into lp:mir

Proposed by Alberto Aguirre
Status: Merged
Approved by: Daniel van Vugt
Approved revision: no longer in the source branch.
Merged at revision: 2802
Proposed branch: lp:~albaguirre/mir/fix-powerpc-build
Merge into: lp:mir
Diff against target: 14 lines (+2/-2)
1 file modified
src/platforms/mesa/server/common/shm_buffer.cpp (+2/-2)
To merge this branch: bzr merge lp:~albaguirre/mir/fix-powerpc-build
Reviewer Review Type Date Requested Status
Daniel van Vugt Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+266651@code.launchpad.net

Commit message

Fix powerpc build

Description of the change

Fix powerpc build

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

I expected something like this to happen at some stage. Although this particular change is not the ideal solution. I've documented what we need in common.h regarding pixel formats.

In the mean time, if this works for you then approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/platforms/mesa/server/common/shm_buffer.cpp'
2--- src/platforms/mesa/server/common/shm_buffer.cpp 2015-07-23 02:39:20 +0000
3+++ src/platforms/mesa/server/common/shm_buffer.cpp 2015-08-01 23:21:20 +0000
4@@ -45,8 +45,8 @@
5 // TODO: Big endian support
6 GLenum const argb = GL_INVALID_ENUM;
7 GLenum const abgr = GL_INVALID_ENUM;
8- GLenum const rgba = GL_RGBA;
9- GLenum const bgra = GL_BGRA_EXT;
10+ //GLenum const rgba = GL_RGBA;
11+ //GLenum const bgra = GL_BGRA_EXT;
12 #endif
13
14 static const struct

Subscribers

People subscribed via source and target branches