lp:~jammy-zhou/glcompbench/glcompbench

Created by Jammy Zhou and last modified
Get this branch:
bzr branch lp:~jammy-zhou/glcompbench/glcompbench
Only Jammy Zhou can upload to this branch. If you are Jammy Zhou please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jammy Zhou
Project:
glcompbench
Status:
Development

Recent revisions

14. By Jammy Zhou

The transpose parameter of glUniformMatrix4fv must be GL_FALSE for GLES2

If GL_TRUE is set, GL_ERROR_INVALID_VALUE will be returned. So use column
major order for matrix transformations.

13. By Alexandros Frantzis

Cast native types to EGL types to resolve build failures on some platforms.

Note that we can't use reinterpret_cast<>() as the types involved are not
necessarily pointer or integers e.g. they can be typedef-ed types.

12. By Alexandros Frantzis

Merged profiler branch.

11. By Alexandros Frantzis

Merged brick test.

10. By Jesse Barker

Fix timestamp computation for benchmark updates. timestamps were always evaluating to 0, so the test would never complete.

9. By Jesse Barker

Merge strict pointer aliasing fix from lp:~jesse-barker/glcompbench/dev.

8. By Alexandros Frantzis

Add forgotten header (fixes build on imx).

7. By Alexandros Frantzis

Use Log::error() instead of writing directly to stderr.

6. By Alexandros Frantzis

Whitespace fixes.

5. By Jesse Barker

Add support for iterating across the list of tests.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:glcompbench
This branch contains Public information 
Everyone can see this information.

Subscribers