| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Change-Id: Iab546455354c2ee72797658fdcd49c90a5893527
|
| |
|
|
| |
Change-Id: Ic6802dd0ba9d3edc8c53f99002cdd905214a515c
|
| |
|
|
| |
Change-Id: I4dedd697ecd7719ba307ac393aca5abd67128e0c
|
| |
|
|
| |
Change-Id: I844051ee1be1462e497d238f5460f301be1aaa1d
|
| |
|
|
| |
Change-Id: I31744f1d5a92fe267aab5275950c9701d417bc36
|
| |
|
|
| |
Change-Id: I21a47c745a2f8435af4f37ec0ad624002f3db555
|
| |
|
|
| |
Change-Id: Ieedcdec03ccb05cac68cbebbd398e07cb885f4d3
|
| |
|
|
|
|
|
|
|
|
| |
The C++ class names don't match what the classes do, so rename
ISurfaceTexture to IGraphicBufferProducer, and SurfaceTexture to
GLConsumer.
Bug 7736700
Change-Id: I268f78847fcb7094fdfd17484c7f20e128b950e1
|
| |
|
|
|
| |
Bug: 7256604
Change-Id: Ia5d458ebadfd893e41130f90a1650258280a41cd
|
| |
|
|
| |
Change-Id: I55cd7512f683f8d36d2b75f894931fd0657521bc
|
| |
|
|
| |
Change-Id: Id92eb508efa9bc85d812b3f41faf98dd74c0c503
|
| |
|
|
| |
Change-Id: Ifb484edda665959b81d7b1f890d108bfa20a535d
|
| |
|
|
| |
Change-Id: Iac550920b8e274819e43aca867dedc66eff47dcf
|
| |
|
|
| |
Change-Id: I7351eab942dd8d46b8a4aac1f501f33d4d2e463b
|
| |
|
|
| |
Change-Id: Ie500574adebb9bdb38c138f78582af2cd7610f76
|
| |
|
|
|
|
|
|
| |
This change moves all allocation data copies to the
hal. Also removes stride from the runtime. Follow on
changes will remove the malloc pointer from the runtime.
Change-Id: I30967c739800cd4b97186e9fc8b69f26a3f2787d
|
| |
|
|
| |
Change-Id: I2a49f57aa7576604deeac898a7cceb36ae68d66f
|
| |
|
|
| |
Change-Id: I6525877cb93fe0f750339a8d7a747c7f5ce9a2f7
|
| |
|
|
|
|
|
|
|
| |
BUG=6009244
This refactoring will make it easier to implement proper type tracking (for
updating reference counts using FieldPacker).
Change-Id: If42b23193e81bc36ca5508a3d6987e73824107a1
|
| |
|
|
| |
Change-Id: Idbf7bb21f5ab673ad77082c5c19921d2b276c04b
|
| |
|
|
| |
Change-Id: I090943775cbda8d9515cdb484957f6b05d5b1799
|
| |
|
|
| |
Change-Id: I4d6b7f7740a896d39b811d6fe7532bb00db62373
|
| |\
| |
| |
| |
| |
| |
| | |
element array size."
* commit '7042613c653fd0de253f2f659901318902fa4584':
Fix an incorrect assert that doesn't account for element array size.
|
| | |
| |
| |
| | |
Change-Id: Ibcb5c55d91967603391a1721137d010a85025990
|
| |\|
| |
| |
| |
| | |
* commit '855eadf942c8ff5c2665d7dc3b6d4b5ba630419a':
Fix potential bug with reordered size/offset arguments.
|
| | |
| |
| |
| |
| |
| | |
This change also cleans up a few uint32_t/size_t issues.
Change-Id: Iae0fc085c12149129b91fce0ebbc28c8cf358eaf
|
| | |
| |
| |
| | |
Change-Id: I561fbb63c63371ea59047c07fb2d68c21d16e76b
|
| |\|
| |
| |
| | |
Change-Id: I2c95cd461e364cbeae7ffbaea7ad5c87713d7df7
|
| | |
| |
| |
| |
| |
| |
| | |
See https://android-git.corp.google.com/g/#/c/157220
Bug: 5449033
Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
|
| |/
|
|
| |
Change-Id: I17cc9dc46eb37e4397428ba64305b0fd8ed3ae81
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=5609007
The underlying LLVM implementation for vector3 types does this implicitly. If
RS does not adjust its implementation, we will always be misaligned for any
subsequent data after a vector3 type. We previously inserted padding into the
reflected layers from llvm-rs-cc (hence the skip padding part of this change).
We can safely ignore the padding now that the Java/native code is updated to
use the expanded size. The compiler will also need modification to ensure that
we don't mistakenly skip over any end-of-struct padding.
Fixing the 3 component vector padding problem.
Change-Id: If68af42287deb8f4b28addcd19a9fa314656be44
|
| |
|
|
|
|
|
| |
See https://android-git.corp.google.com/g/#/c/143865
Bug: 5449033
Change-Id: I0122812ed6ff6f5b59fe4a43ab8bff0577adde0a
|
| |
|
|
| |
Change-Id: Idcac14ecfdd4d06a0f54bf50e3b9657be62e6638
|
| |
|
|
| |
Change-Id: I45871c20a192815eafee77f95e17a025f6dcf9d1
|
| |
|
|
| |
Change-Id: I10f02cd37a33a6c655814d24e0a4291dc044fba3
|
| |
|
|
| |
Change-Id: I18dfa76ecae62ed5165415531adf3a13ad992b54
|
| |
|
|
| |
Change-Id: Idce6d44a4f4bb2e399284a40c0f90dc1bff912fd
|
| |
|
|
| |
Change-Id: I239585ef7c1334f7fc19fa6423535dea7b9a753f
|
| |
|
|
| |
Change-Id: Ic506abb0469238cb0471eb1401cfcb7b2fbbe4bb
|
| |
|
|
| |
Change-Id: Ifb66059338e3435ac79435296a650c44699921aa
|
| |
|
|
| |
Change-Id: Ic8a3bef5d337be1d8fc5ca961eec6be4761701c5
|
| |
|
|
| |
Change-Id: I369e36b222ff962fc6835bc550435c2940e2b5fd
|
| |
|
|
| |
Change-Id: I8c8b3cc3402ecf4ba774e1d668dce25ff0af0e5a
|
| |
|
|
|
|
| |
Updating samples and benchmark
Change-Id: I469bf8b842fca72b59475c8fa024c12cf0e14954
|
| |
|
|
|
|
| |
layer to seperate from runtime.
Change-Id: Idf5c1261be4131690d25c15948e98324e979b4f9
|
| |
|
|
| |
Change-Id: Ie22eccdafbc95d1f903c73007dd3fb0ad10af7cc
|
| |
|
|
|
|
| |
Renaming the define to be more in line with what it does and removing the host stub header file.
Change-Id: Ibd3a0a6a398c7f81cc661f71e4478707fe1679ed
|
| |
|
|
| |
Change-Id: If0a5d77b20c0e1e2d124fa0737643a5dd1d4409a
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Fix bug 3403965 rsgSyncAll would not mark constants as changed
found by inspection.
Only rsAllocation.cpp affects on device bits.
Change-Id: I6b7ec0df87e42687b24384aaf54dc04976cb84f7
doc update
Change-Id: Id5841f08868557e086f185024470924ef202d19f
|
| |
|
|
| |
Change-Id: I007b1429a64b39ffd5cdef200c295d5a31f95048
|