Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
device
/
generic
/
goldfish-opengl
/
8cf398c71c7a248cb560bae186bc04a3c1215570
/
shared
« Previous
e43b93b
Merge "Add the 'closeHandle' and 'memoryUnmap' functions"
by Treehugger Robot
· 5 years ago
659aafc
Add GoldfishAddressSpaceBlock::memoryMap
by Roman Kiryanov
· 5 years ago
4126ae3
Add the 'closeHandle' and 'memoryUnmap' functions
by Roman Kiryanov
· 5 years ago
37193ee
Fix Fuchsia build; add missing constants
by Lingfeng Yang
· 5 years ago
d1b41da
Fix typo in GoldfishAddressSpaceBlockProvider for subdevice checking
by Roman Kiryanov
· 5 years ago
754c3eb
Add 'release' calls to address space resources
by Roman Kiryanov
· 5 years ago
a2bb9c1
Pass the subdevice type to GoldfishAddressSpaceBlockProvider ctor
by Roman Kiryanov
· 5 years ago
81ce8af
Retire cb_handle_old_t::frameworkFormat
by Roman Kiryanov
· 5 years ago
81288f2
gl: delete vao spam
by Lingfeng Yang
· 5 years ago
f1d5a3d
Introduce a shared header between gralloc versions
by Roman Kiryanov
· 5 years ago
ee1c993
Rename cb_handle_t into cb_handle_old_t
by Roman Kiryanov
· 5 years ago
80946b7
Remove the reference to ashmem from AndroidHardwareBuffer.cpp
by Roman Kiryanov
· 5 years ago
17fcfba
Move gralloc to gralloc_old
by Roman Kiryanov
· 5 years ago
f163516
Introduce safer type castings for cb_handle_t
by Roman Kiryanov
· 5 years ago
dbda8a1
Revert "Introduce safer type castings for cb_handle_t"
by Lingfeng Yang
· 5 years ago
afea830
Introduce safer type castings for cb_handle_t
by Roman Kiryanov
· 5 years ago
a077e9e
try to fix build
by Lingfeng Yang
· 5 years ago
449b2c8
Split wait_offset to version and wait_fd fields
by Roman Kiryanov
· 5 years ago
764a1fc
fix more compile warnings (part 2)
by Lingfeng Yang
· 5 years ago
72b5b6c
Merge "Revert "Revert "put gl pipes in nonblocking mode"""
by Lingfeng Yang
· 5 years ago
d0b2a8a
Revert "Revert "put gl pipes in nonblocking mode""
by Lingfeng Yang
· 5 years ago
329e31d
Merge "Revert "put gl pipes in nonblocking mode""
by Treehugger Robot
· 5 years ago
cb81ca1
Revert "put gl pipes in nonblocking mode"
by Yahan Zhou
· 5 years ago
1a939d5
Fix wrong format specifier
by Luca Stefani
· 5 years ago
d0dbf74
Fix build break
by Roman Kiryanov
· 5 years ago
0491335
Fix host memory allocator for HOST builds
by Roman Kiryanov
· 5 years ago
d3bca26
put gl pipes in nonblocking mode
by Lingfeng Yang
· 5 years ago
8bc3255
[vulkan] Improve pipe performance on Fuchsia.
by David Reveman
· 5 years ago
e811b79
Revert "Fix hostMalloc and guestPtr in goldfish-address-space on host"
by Roman Kiryanov
· 5 years ago
05544f3
Fix hostMalloc and guestPtr in goldfish-address-space on host
by Roman Kiryanov
· 5 years ago
ecd9e53
[vulkan] Fix GoldfishAddressSpaceHostMemoryAllocator build on Fuchsia
by David Reveman
· 5 years ago
136c39a
Add GoldfishAddressSpaceHostMemoryAllocator
by Roman Kiryanov
· 5 years ago
cf008ed
Fix build
by Roman Kiryanov
· 5 years ago
8939379
Fix indentation
by Roman Kiryanov
· 5 years ago
7963259
Split goldfish_address_space to per platform implementation
by Roman Kiryanov
· 5 years ago
e5f1c65
Add a comment for the closing #endif
by Roman Kiryanov
· 6 years ago
6a777e9
[address-space] host side implementation
by Lingfeng Yang
· 5 years ago
e44a384
Merge "dir rename: hostpipe to hostdevices (goldfish-opengl side)"
by Lingfeng Yang
· 5 years ago
73aaba5
dir rename: hostpipe to hostdevices (goldfish-opengl side)
by Lingfeng Yang
· 5 years ago
1321165
Retire glMapBufferRange special path for GLDirectMem
by Roman Kiryanov
· 5 years ago
2e9eba7
Revert "Add support for goldfish-address-space in gralloc"
by Roman Kiryanov
· 5 years ago
2b6163c
Merge "Do not read and do not convert pixels for camera"
by Treehugger Robot
· 6 years ago
c49c4fd
Do not read and do not convert pixels for camera
by Roman Kiryanov
· 6 years ago
6af8dda
fix build
by Lingfeng Yang
· 6 years ago
8fd114c
Fix build break for host
by Roman Kiryanov
· 6 years ago
60620f6
Add support for goldfish-address-space in gralloc
by Roman Kiryanov
· 6 years ago
aa65ad6
[vulkan] Use C++ FIDL bindings and add Android.bp
by David Reveman
· 6 years ago
9ff81a0
Mark YUV camera buffers as interleaved
by Roman Kiryanov
· 6 years ago
1b2a779
[vulkan] Switch to goldfish address space device
by David Reveman
· 6 years ago
352e1bb
Retire cb_handle_t::goldfish_dma_buf_size
by Roman Kiryanov
· 6 years ago
3bf4795
Retire cb_handle_t::goldfish_dma
by Roman Kiryanov
· 6 years ago
8a7d434
Merge "Retire goldfish_dma_lock and goldfish_dma_unlock"
by Treehugger Robot
· 6 years ago
4614672
Retire goldfish_dma_lock and goldfish_dma_unlock
by Roman Kiryanov
· 6 years ago
a963ea0
[vulkan] Alloc host visible memory in blocks
by Lingfeng Yang
· 6 years ago
2c3a0da
Fix wrong caching of glBindBuffer
by Lingfeng Yang
· 6 years ago
1cb647a
Switch to liblog logging on API >= 26
by Luca Stefani
· 6 years ago
6f0878f
Fix build on older apis
by Lingfeng Yang
· 6 years ago
5b7c584
[vulkan] experimental fuchsia platform support
by David Reveman
· 6 years ago
554a515
[gl] A collection of tweaks and optimizations
by Lingfeng Yang
· 6 years ago
74e99bb
[vulkan] Fuchsia build support
by David Reveman
· 6 years ago
49c7de2
[vulkan] Fix coherent memory for 32-bit userspace apps
by Lingfeng Yang
· 6 years ago
fe1820e
Fix PUBG on emulator
by Yahan Zhou
· 6 years ago
8f9ed18
Fix build for older APIs
by Roman Kiryanov
· 6 years ago
c08fbfb
Fix mac build (HOST_BUILD vs GOLDFISH_OPENGL_BUILD_FOR_HOST)
by Lingfeng Yang
· 6 years ago
daecd14
Add glMapBufferRange implemented via direct memory access
by Roman Kiryanov
· 6 years ago
0f3971d
Index range cache comparison with strict ordering
by Yahan Zhou
· 6 years ago
a7916b1
Add checksum support for CMakeList generation
by Erwin Jansen
· 6 years ago
6a28367
[vulkan] Integrate with HostConnection
by Lingfeng Yang
· 6 years ago
f96db3c
Autogenerate the CMake build
by Erwin Jansen
· 6 years ago
be1c0c2
Add DMA support for glMapBufferRange
by Roman Kiryanov
· 6 years ago
400bc51
Fix wrong indexing into fboprops
by Lingfeng Yang
· 6 years ago
8b38e8b
[GL] Gralloc Refcount Pipe
by Weilun Du
· 6 years ago
3b870aa
Fix build for non-host builds
by Lingfeng Yang
· 6 years ago
3c307f2
Fix build - missing android-emu-shared
by Lingfeng Yang
· 6 years ago
8ffdcdb
Convert openglCodecCommon to a shared library
by Lingfeng Yang
· 6 years ago
b6fce5b
Create the AutoGoldfishDmaContext class
by Roman Kiryanov
· 6 years ago
3284a80
Fix host build
by Lingfeng Yang
· 6 years ago
32a9b87
Move IO related to shared/OpenglCodecCommon to make them visible to GLSharedGroup.h
by Roman Kiryanov
· 6 years ago
4fa970a
Add build variables to make host build more convenient
by Lingfeng Yang
· 6 years ago
44209df
Some cleanup in API and data structures
by Lingfeng Yang
· 6 years ago
fb903d6
Fix const correctness around BufferData
by Roman Kiryanov
· 6 years ago
dfbc1b3
Fix compile warnings found in shared/OpenglCodecCommon.
by Matt Wachowski
· 6 years ago
d7bf00d
Revert "Deprecate <cutils/log.h> and <utils/Log.h>"
by Logan Chien
· 6 years ago
20ccec2
Deprecate <cutils/log.h> and <utils/Log.h>
by Logan Chien
· 7 years ago
f6aa9d6
Code that needs to build for pre-C++11 can't use nullptr. am: 952c1ee50f
by Elliott Hughes
· 6 years ago
952c1ee
Code that needs to build for pre-C++11 can't use nullptr.
by Elliott Hughes
· 6 years ago
7a45a0e
Adopt the libcutils mutex before it's removed. am: e8052e4d6d
by Elliott Hughes
· 6 years ago
e8052e4
Adopt the libcutils mutex before it's removed.
by Elliott Hughes
· 6 years ago
22dc42d
Fix glReadPixels when row length != 0
by Lingfeng Yang
· 6 years ago
951054f
Support GL_RGBA16F and GL_RGB10_A2 pixel size
by Yahan Zhou
· 7 years ago
ba063e7
Add more parameter size
by Yahan Zhou
· 7 years ago
fdfd4f9
Fix wrong uniform type in sampler setting
by Lingfeng Yang
· 7 years ago
bb1f88a
Rename socket_loopback_server to _socket_loopback_server. am: b0a0e2f029 am: 29e7fb8e96
by Josh Gao
· 8 years ago
b0a0e2f
Rename socket_loopback_server to _socket_loopback_server.
by Josh Gao
· 8 years ago
ec6f276
Update for libcutils socket_loopback_server removal. am: 4b20c7bed3 am: b86587ffad
by Josh Gao
· 8 years ago
4b20c7b
Update for libcutils socket_loopback_server removal.
by Josh Gao
· 8 years ago
d3ae106
[WIP] ES 3.1 guestside changes
by Lingfeng Yang
· 8 years ago
26a8b4b
[GLESv3] Fix build
by Lingfeng Yang
· 8 years ago
4a66b31
[GLESv3] Transform feedback state tracking
by Lingfeng Yang
· 8 years ago
b3dc29f
[GLESv3] Shader state updates
by Lingfeng Yang
· 8 years ago
Next »