Merge lp://staging/~spenser-gilliland/glmark2/mali-fbdev into lp://staging/glmark2/2011.11
Proposed by
Spenser Gilliland
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~spenser-gilliland/glmark2/mali-fbdev |
Merge into: | lp://staging/glmark2/2011.11 |
Diff against target: |
352 lines (+236/-9) 7 files modified
src/gl-state-egl.cpp (+5/-2) src/libmatrix/program.cc (+2/-0) src/main.cpp (+4/-0) src/native-state-fbdev.cpp (+145/-0) src/native-state-fbdev.h (+64/-0) src/wscript_build (+10/-5) wscript (+6/-2) |
To merge this branch: | bzr merge lp://staging/~spenser-gilliland/glmark2/mali-fbdev |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jesse Barker | Pending | ||
Review via email: mp+182970@code.staging.launchpad.net |
Description of the change
These changes add mali support to glmark2.
To post a comment you must log in.
Unmerged revisions
- 282. By Spenser Gilliland
-
add Mali GPU support
- 281. By Spenser Gilliland
-
do not require gl if using gles version
- 280. By Spenser Gilliland
-
GLchar not defined change to char
- 279. By Wladimir J. van der Laan
-
Add fbdev-glesv2 flavor
This exercises Mesa with the EGL 'fbdev' platform.