Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
818a1d7058e91bb1c3b647b8a1e3729552a32380
/
include
/
private
4865909
Skip eglSwapBuffers() call when we do not draw to GL
by Chet Haase
· 12 years ago
7b6a758
Pass width/height parameters to webview
by Chet Haase
· 13 years ago
8f3b8e3
Allow fine-grained control over functors execution
by Romain Guy
· 13 years ago
d927a1d
Deleted the media, camera, drm related files since they are relocated
by James Dong
· 13 years ago
6554943
Use a status_t return type for GL functors
by Romain Guy
· 13 years ago
18db49a
Whitespace and indentation
by Glenn Kasten
· 13 years ago
8c79817
remove files that moved to frameworks/native
by Mathias Agopian
· 13 years ago
8335f1c
fix libgui header location
by Mathias Agopian
· 13 years ago
7d3916f
libagl shouldn't export anything
by Mathias Agopian
· 13 years ago
af01feaf
remove dependency on android_native{s_priv|buffer}.h
by Mathias Agopian
· 13 years ago
b3db213
Update comments
by Glenn Kasten
· 13 years ago
d9d68dc
Don't double destruct audio_track_cblk_t
by Glenn Kasten
· 13 years ago
bc4de88
Make AudioTrack control block volume field private
by Glenn Kasten
· 13 years ago
0632bad
Track volume cleanup
by Glenn Kasten
· 13 years ago
8c17a2f
Merge "Use size_t for frame size"
by Glenn Kasten
· 13 years ago
4790bd8
AudioTrack and AudioFlinger send level cleanup
by Glenn Kasten
· 13 years ago
faf354d
Use size_t for frame size
by Glenn Kasten
· 13 years ago
e5fb263
Audio C++ comments
by Glenn Kasten
· 13 years ago
3f15700
split ComposerService out of SurfaceComposerClient.h
by Mathias Agopian
· 13 years ago
34cb9f2a
fix Surface positions are not floats
by Mathias Agopian
· 13 years ago
c1b9bbb
Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build
by Mike Lockwood
· 13 years ago
439863f
SF transactions are now O(1) wrt IPC instead of O(N).
by Mathias Agopian
· 13 years ago
7bb843c
unify SurfaceTexture and Surface
by Mathias Agopian
· 14 years ago
993fcce
Remove unnecessary level of priority indirection
by Glenn Kasten
· 13 years ago
5439223
Use channel mask instead of channel count for track creation
by Jean-Michel Trivi
· 13 years ago
6b85f17
remove last traces of copybit
by Mathias Agopian
· 14 years ago
8e86a7a
get rid of dependency on copybit HAL module
by Mathias Agopian
· 14 years ago
ae29b76
New fix for issue 4111672: control block flags
by Eric Laurent
· 14 years ago
08aa2cb
Send WebView the current transform and whether we're drawing a layer.
by Romain Guy
· 14 years ago
421ddc0
Fix issue 3439872: video chat and bluetooth SCO
by Eric Laurent
· 14 years ago
9f81547
Add support for up to 32 buffers per Surface
by Mathias Agopian
· 14 years ago
1d4549a
clean-up unneeded code
by Mathias Agopian
· 14 years ago
19f9eda
fix [3259708] Graphic Buffer Mapper does not support YV12
by Mathias Agopian
· 14 years ago
6c925d0
Implement reducing the buffer count of a Surface.
by Jamie Gennis
· 14 years ago
53ebc72
Support extracting thumbnail from rotated video tracks
by James Dong
· 14 years ago
8ddd2c7
fix [2835280] Add support for cancelling buffers to ANativeWindow
by Mathias Agopian
· 14 years ago
4712baa
Issue 3032913: improve AudioTrack recovery time
by Eric Laurent
· 14 years ago
c9289fa
fix a race in SF buffer management
by Mathias Agopian
· 14 years ago
e96aa3e
fix [2931513] Add support for setting the orientation of an ANativeWindow
by Mathias Agopian
· 14 years ago
51c70e3
fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once.
by Mathias Agopian
· 14 years ago
46b9ac0
Native input dispatch rewrite work in progress.
by Jeff Brown
· 15 years ago
5e14010
allow re-targetting of surfaces
by Mathias Agopian
· 14 years ago
7623da4
split surface management from surface's buffers management
by Mathias Agopian
· 14 years ago
65b6545
Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications.
by Eric Laurent
· 14 years ago
770492c
more clean-up in preparation of bigger changes
by Mathias Agopian
· 14 years ago
2ce19af
fix [2712278] The preview buffer left some black borders in left and bottom edges
by Mathias Agopian
· 14 years ago
2be352a
added the notion of fixed-size buffers
by Mathias Agopian
· 14 years ago
57d8989
fix a bug when reallocating a window's buffers is needed
by Mathias Agopian
· 14 years ago
25f0bda
added native_window_set_buffer_count()
by Mathias Agopian
· 14 years ago
898c4c9
fix the threading issue for setBuffercount()
by Mathias Agopian
· 14 years ago
cd30f4f
fix some bugs in SharedBufferStack::resize
by Mathias Agopian
· 14 years ago
eb8f850d
Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock.
by Eric Laurent
· 14 years ago
b0a0147
AudioFlinger: rename variables to clarify reference to track channel count or channel mask
by Eric Laurent
· 14 years ago
59751db
SharedBufferStack now can grow up to 16 buffers.
by Mathias Agopian
· 14 years ago
bfe7f0b1
Add support for enqueuing buffers in arbitrary order
by Mathias Agopian
· 15 years ago
f590f70
cleanup. waitForCondition() now uses polymorphsim instead of templtes
by Mathias Agopian
· 15 years ago
c54c127
fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly.
by Mathias Agopian
· 15 years ago
16a86ee
added setCrop() to android_native_window_t
by Mathias Agopian
· 15 years ago
6bb5eba
add support for up to 16 buffers per surface
by Mathias Agopian
· 15 years ago
000479f
split libsurfaceflinger_client and libcamera_client out of libui
by Mathias Agopian
· 15 years ago
e304bdd
fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug)
by Mathias Agopian
· 15 years ago
d1f73a2
implement [2396050] Add ETC1 texture support to AGL
by Mathias Agopian
· 15 years ago
36d0184
fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video
by Mathias Agopian
· 15 years ago
a8ac904
fix [2182249] [MR1] valgrind error in surface flinger
by Mathias Agopian
· 15 years ago
e05f07d
fix [2170319] gmail bulk operation checkbox latency on passion
by Mathias Agopian
· 15 years ago
4961c95
fix [2152536] ANR in browser
by Mathias Agopian
· 15 years ago
6f5f5a0
fix [2168531] have software-only gralloc buffer side-step the HAL
by Mathias Agopian
· 15 years ago
6950e42
fix [2167050] glTexImage2D code path buggy in SurfaceFlinger
by Mathias Agopian
· 15 years ago
0c4cec7
Attempt to fix [2152536] ANR in browser
by Mathias Agopian
· 15 years ago
bcef9ac
add basic time stats for surfaces lock time
by Mathias Agopian
· 15 years ago
bd85271
make sure to update the tail pointer when undoing a dequeue
by Mathias Agopian
· 15 years ago
248b5bd
fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore
by Mathias Agopian
· 15 years ago
436c627
make sure conditions will return when the status of a surface is not NO_ERROR
by Mathias Agopian
· 15 years ago
9779b22
fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly
by Mathias Agopian
· 15 years ago
c0dea96
Calculate specular lighting correctly
by Martin Storsjo
· 15 years ago
f233915
be more friendly with C
by Mathias Agopian
· 15 years ago
a553c25
Fix issue 1795088 Improve audio routing code
by Eric Laurent
· 15 years ago
fb4f266
add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes
by Mathias Agopian
· 15 years ago
b1c4ca5
implement Mutex and Condition with pthread instead of calling futex directly.
by Mathias Agopian
· 15 years ago
42a3265
Merge change 6382
by Android (Google) Code Review
· 15 years ago
eb0ccd5
add a virtual destructor to region_rasterizer, to be on the safe side
by Mathias Agopian
· 15 years ago
fcc5be9
am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR
by Eric Laurent
· 15 years ago
88e209d
Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR
by Eric Laurent
· 15 years ago
f31868e
merge master in master_gl
by Mathias Agopian
· 15 years ago
ffa5a5a
am 5277103d: Merge change 5035 into donut
by Android (Google) Code Review
· 15 years ago
aaf4b6b
add glTexParameteri() and fix glTexParameteriv()
by Mathias Agopian
· 15 years ago
350d651
fix a bug where copybit only renders in the first buffer when used with s/w GL
by Mathias Agopian
· 15 years ago
07fcf4c
revive the copybit test.
by Mathias Agopian
· 15 years ago
eb22c5b
cleanup Debug.h a bit
by Mathias Agopian
· 15 years ago
947f4f4
merge master to master_gl
by Mathias Agopian
· 15 years ago
0795272
move libbinder's header files under includes/binder
by Mathias Agopian
· 15 years ago
25ba5b6
checkpoint: split libutils into libutils + libbinder
by Mathias Agopian
· 15 years ago
6158b1b
Region now has its own implementation instead of relying on SkRegion, which allows us to break libui's dependency on libcorecg.
by Mathias Agopian
· 15 years ago
b51e18d
move android_native_buffer_t declaration into its own private/ui/android_native_priv.h header, since user code should never have access to it.
by Mathias Agopian
· 16 years ago
ac2523b
move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h and don't include it from egl.h
by Mathias Agopian
· 16 years ago
6ead5d9
a brand new MessageQueue for SurfaceFlinger.
by Mathias Agopian
· 16 years ago
1473f46
Integrate from //sandbox/mathias/donut/...@145728
by Mathias Agopian
· 16 years ago
1059253
auto import from //branches/cupcake_rel/...@140373
by The Android Open Source Project
· 16 years ago
9066cfe
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
d83a98f
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
Next »