| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ife2254ec1e1500d36d68add788bfa7699d9eb2fa
|
|
|
|
| |
Change-Id: I3eff6c3710a7bb642619876a8f3f728e08fead6f
|
|
|
|
|
|
|
|
| |
Enum arguments are passed along in the protocol buffer
with an integer type. This patch fixes the formatter to
take care of this case.
Change-Id: I1efeaa955b87b57b0da805ae5942d138bbce1544
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, the original protobuf message is retained in
memory as part of a GLCall. It turns out that this takes
up a significant amount of memory.
This patch extracts the necessary fields out of the
protobuf and puts them in GLCall. No references to the
protobuf are maintained in memory anymore, although
they can be recreated by reading in the file again.
Change-Id: I93cb8a41a1d8b274ea14b9ae4cde034f0ce70f83
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds a graphical canvas on which the following elements
are rendered:
- a scale showing the list of frames
- when a particular frame[s] is selected, the duration of
the GL calls is displayed as a graph.
The GL call table view listens to selection events from this canvas
and displays the appropriate function calls based on the selection.
Change-Id: Icc8b2bc13547a06103d90f3d5c1f3a764511752b
|
|
|
|
|
|
|
|
|
| |
- move all formatting code to separate package
- show return values where applicable
- better formatting for pointers
- add unit tests
Change-Id: Iaba124c9190ebc36d059bf6312a474fd73632958
|
|
|
|
|
|
| |
No change in functionality, only rename.
Change-Id: I43d134c9e9acca1761712bfe1a9fc6f4143131af
|
|
|
|
|
|
|
|
|
|
| |
Minor refactoring: does not affect functionality.
Updated the file SampleView to follow some of the conventions used
in the rest of the ADT plugins. No attempt to fix everything, just
the ones that annoyed me.
Change-Id: Ifd18e2c361ec8592c5efdc9e81ebe84a4eea5c33
|
|
Change-Id: I0f1d353c3d5cbd3c21c529472a42d9e8123f909d
|