Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
77c40109cf25d29f85ee6c13aeb96e22e55f33ab
/
libs
/
hwui
/
renderthread
77c4010
Cleanups
by John Reck
· 10 years ago
ac7062e
Merge "Initial version of clipped saveLayer in new pipeline"
by Chris Craik
· 10 years ago
818c9fb
Initial version of clipped saveLayer in new pipeline
by Chris Craik
· 10 years ago
c2547fa
eglSwapBuffers can also return EGL_BAD_NATIVE_WINDOW
by John Reck
· 10 years ago
0cc90c3
Merge "Add assert for required EGL extensions"
by John Reck
· 10 years ago
708b668
Add assert for required EGL extensions
by John Reck
· 10 years ago
914e362
Merge "Work to support saveLayer in new pipeline"
by Chris Craik
· 10 years ago
a672f6b
Remove obsolete debug option
by John Reck
· 10 years ago
6fe991e5
Work to support saveLayer in new pipeline
by Chris Craik
· 10 years ago
0a24b14
Add initial OpReorderer benchmarks
by Chris Craik
· 10 years ago
003cc3d
Rename DisplayListData to DisplayList
by Chris Craik
· 10 years ago
ddf2215
Add partial damage support to new draw path
by Chris Craik
· 10 years ago
b565df1
Initial commit of new Canvas operation recording / replay
by Chris Craik
· 10 years ago
ac02eb9
Remove confusing behavior of Rect::intersect() and rename
by Chris Craik
· 10 years ago
b816087
Rendering the window frame with a second thread
by Skuhne
· 10 years ago
fe1f99c
Merge "MultiThreaded rendering of different renderNodes"
by Stefan Kuhne
· 10 years ago
6e6646c
Unify extensions parsing behavior
by Chris Craik
· 10 years ago
ea7a7fb
MultiThreaded rendering of different renderNodes
by Skuhne
· 10 years ago
64e445b
CanvasState frame init refactor
by Chris Craik
· 10 years ago
e248bd1
Serializing display lists
by John Reck
· 10 years ago
b9ce116d
Switch several enums to enum classes
by Chris Craik
· 10 years ago
149173d
Support new EGL extensions
by John Reck
· 10 years ago
13d1b4a
renderthread: add EGL_EXT_buffer_age support
by Season Li
· 10 years ago
0d39408
am 903e117e: am 0429246e: am 0c9ec1f2: am 2e529712: am c03ab87a: Merge "Disable skipping frames on empty damage" into mnc-dev
by John Reck
· 10 years ago
6d4d0db
Disable skipping frames on empty damage
by John Reck
· 10 years ago
272a685
Replace most usages of utils/Vector.h
by John Reck
· 10 years ago
c36df95
Re-enable -Werror on clang
by John Reck
· 10 years ago
c052a9a
am a2fd3234: am 3bfe4b47: am 1cd5afc1: am 9317d0b9: am 1fddd3ef: Merge "Mark isInUse per-window" into mnc-dev
by John Reck
· 10 years ago
00e79c9
Mark isInUse per-window
by John Reck
· 10 years ago
1d5d346
Merge "Clean up unncessary defines"
by Chris Craik
· 10 years ago
f2dcc2a
Don't crash on makeCurrent fail
by John Reck
· 10 years ago
5a4690b
Clean up unncessary defines
by Chris Craik
· 10 years ago
be3fba0
Adjust for pipeline stalls
by John Reck
· 10 years ago
1b54fb2
Delete MAKE_ENUM_FLAGS
by Chris Craik
· 10 years ago
2a8bb05
Fix warning
by John Reck
· 10 years ago
38f4396
Merge "Handle shader matrix correctly when ignoring canvas transform" into mnc-dev
by Chris Craik
· 10 years ago
53e51e4
Handle shader matrix correctly when ignoring canvas transform
by Chris Craik
· 10 years ago
6058251
Merge "More colors, now with material colors" into mnc-dev
by John Reck
· 10 years ago
bf3c602
More colors, now with material colors
by John Reck
· 10 years ago
4db3d17
FrameInfo header fixes
by John Reck
· 10 years ago
4cd44f8
Enable swapBuffersWithDamage by default
by John Reck
· 10 years ago
d7db4d7
Eliminate requireGlContext
by John Reck
· 10 years ago
50210d9
Adjust light source for window position
by Alan Viverette
· 10 years ago
4c9e59d
Unify DrawProfiler/JankStats
by John Reck
· 10 years ago
9aa7b45
Merge "Fix kSkippedFrame setting" into mnc-dev
by John Reck
· 10 years ago
aef9dc8
Fix kSkippedFrame setting
by John Reck
· 10 years ago
d04794a
Add eglSwapBuffersWithDamageKHR support
by John Reck
· 10 years ago
9eb9dd3
Fix clang warnings on unused variable, mismatched tag, print format.
by Chih-Hung Hsieh
· 10 years ago
356b177
Merge "Cleanup properties" into mnc-dev
by Chris Craik
· 10 years ago
7f2e5e3
Dump profile info after running test
by John Reck
· 10 years ago
2507c34
Cleanup properties
by Chris Craik
· 10 years ago
a15eedd
Fix setName use-after-free
by John Reck
· 10 years ago
78760b4
Merge "A bunch more cleanups" into mnc-dev
by John Reck
· 10 years ago
3731dc2
A bunch more cleanups
by John Reck
· 10 years ago
240ff62
Skip frames with no damage
by John Reck
· 10 years ago
9d4efdf
Revert "A bunch more cleanups"
by John Reck
· 10 years ago
c294d12
A bunch more cleanups
by John Reck
· 10 years ago
c74e289
Merge "Add GraphicsStatsService"
by John Reck
· 10 years ago
edc524c
Add GraphicsStatsService
by John Reck
· 10 years ago
111928f
resolved conflicts for merge of 4142f026 to master
by John Reck
· 10 years ago
c80c9ad
Don't create unnecessary RenderThread's instance when executing 'dumpsys gfxinfo'
by youngmin0822.lee
· 10 years ago
b36016c
Cleanups & simplifications
by John Reck
· 10 years ago
c87be99
C++11 style fixups
by John Reck
· 10 years ago
ba6adf6
Initial attempt at jank-tracking stat collection
by John Reck
· 10 years ago
8a6b566
Merge "Add a WAIT_FOR_GPU_COMPLETION option"
by John Reck
· 11 years ago
5515637
Add a WAIT_FOR_GPU_COMPLETION option
by John Reck
· 11 years ago
44eb2c0
Refactor blending and texture gl state
by Chris Craik
· 11 years ago
96a5c4c
Move more GL state management to RenderState and its directory
by Chris Craik
· 11 years ago
65fe5ee
Move scissor state to RenderState
by Chris Craik
· 11 years ago
026111b
am f7049289: am 3812e68e: Merge "kill HAVE_PTHREADS." automerge: 3a10a67
by Yabin Cui
· 11 years ago
3a10a67
am f7049289: am 3812e68e: Merge "kill HAVE_PTHREADS."
by Yabin Cui
· 11 years ago
1610486
kill HAVE_PTHREADS.
by Yabin Cui
· 11 years ago
2ae0733
Remove DisplayListLogBuffer
by Chris Craik
· 11 years ago
f78ff7d
am cefeb34e: am 2c9f86aa: am 53af1cd3: Merge "Vsyncs are hard" into lmp-mr1-dev
by John Reck
· 11 years ago
cefeb34
am 2c9f86aa: am 53af1cd3: Merge "Vsyncs are hard" into lmp-mr1-dev
by John Reck
· 11 years ago
a22c9b2
Vsyncs are hard
by John Reck
· 11 years ago
d41c4d8
Add overrides and switch to nullptr keyword for all files
by Chris Craik
· 11 years ago
51d6a3d
Cleanup various clang warnings, use unique_ptrs in several places
by Chris Craik
· 11 years ago
07adacf
Cleanup
by Chris Craik
· 11 years ago
a285e9e
am 165fb8f5: am f89dac47: Merge "Tweak RT-animator scheduling" into lmp-mr1-dev
by John Reck
· 11 years ago
ed3c296
am 165fb8f5: am f89dac47: Merge "Tweak RT-animator scheduling" into lmp-mr1-dev
by John Reck
· 11 years ago
a733f89
Tweak RT-animator scheduling
by John Reck
· 11 years ago
f088c34
Fix style
by John Reck
· 11 years ago
59cf734
resolved conflicts for merge of d67bb501 to master
by Yohann Roussel
· 11 years ago
d67bb50
am eb2dcc79: Merge "Don\'t preload textures for AssetAtlas" into lmp-mr1-dev
by John Reck
· 11 years ago
ebd5261
Don't preload textures for AssetAtlas
by John Reck
· 11 years ago
9fb42f0
resolved conflicts for merge of a75b0ad3 to master
by John Reck
· 11 years ago
a75b0ad
resolved conflicts for merge of a51a0901 to lmp-mr1-dev-plus-aosp
by John Reck
· 11 years ago
01a5ea3
Resume RT-animations after a pauseSurface
by John Reck
· 11 years ago
c5cf471
am d7af6eaa: am d51205fd: am 6afc5cf3: Merge "Prevent calling GL functions with an invalid surface"
by John Reck
· 11 years ago
d7af6ea
am d51205fd: am 6afc5cf3: Merge "Prevent calling GL functions with an invalid surface"
by John Reck
· 11 years ago
a12b240
Prevent calling GL functions with an invalid surface
by Sangkyu Lee
· 11 years ago
62bdf2c
am e986817a: am 6eac26a4: am ca84c8b1: Merge "Revert "Force-use the pbuffer surface for destroy"" into lmp-mr1-dev
by Chris Craik
· 11 years ago
e986817
am 6eac26a4: am ca84c8b1: Merge "Revert "Force-use the pbuffer surface for destroy"" into lmp-mr1-dev
by Chris Craik
· 11 years ago
9f81485
Revert "Force-use the pbuffer surface for destroy"
by Chris Craik
· 11 years ago
e39f788
am 0d4ab958: am 4e3404d9: am dec3f138: Merge "Force-use the pbuffer surface for destroy" into lmp-mr1-dev
by John Reck
· 11 years ago
0d4ab95
am 4e3404d9: am dec3f138: Merge "Force-use the pbuffer surface for destroy" into lmp-mr1-dev
by John Reck
· 11 years ago
f76d36f
Prevent calling GL functions with an invalid surface
by Sangkyu Lee
· 11 years ago
b945f23
Force-use the pbuffer surface for destroy
by John Reck
· 11 years ago
64bb413
Revert "resolved conflicts for merge of 220c3f4f to master"
by Andreas Gampe
· 11 years ago
Next »