Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-28 | Moving libRS | Alex Sakhartchouk | |
Change-Id: I1e42204e862585b9c2f7818b615890c60f08faf6 | |||
2012-03-27 | Merge "State based shader recompile to support camera input." | Alex Sakhartchouk | |
2012-03-26 | rsdGL uses DummyConsumer | Daniel Lam | |
Using a DummyConsumer instead of a SurfaceTexture avoids errors such as BufferQueue has been abandoned due to the SurfaceTexture going out of scope and disconnecting from the BufferQueue. Bug: 6172739 Change-Id: I775ead2d0392a68fd0f7e724d6eb25298d2fb00d | |||
2012-03-26 | State based shader recompile to support camera input. | Alex Sakhartchouk | |
Change-Id: Ia6c362571e1b44254461522a8c49a8551b46f28d | |||
2012-03-23 | Merge "Implement USAGE_IO_INPUT" | Jason Sams | |
2012-03-23 | Implement USAGE_IO_INPUT | Jason Sams | |
Change-Id: Idbf7bb21f5ab673ad77082c5c19921d2b276c04b | |||
2012-03-22 | Wrapping new api's with proper RS_VERSION | Alex Sakhartchouk | |
Change-Id: Ib8656cb2b6d0b8adeab15edfd704620451ce56ad | |||
2012-03-22 | More rearrangement and renaming. | Alex Sakhartchouk | |
Change-Id: Ia922c5bff1734a29b786ba95065f81c8dedf90cd | |||
2012-03-21 | Changing rsg to rs where functions don't rely on graphics. | Alex Sakhartchouk | |
Change-Id: I92a93d7a520b4a5416be88c7c05c2f8d3cc89243 | |||
2012-03-21 | Breaking up rs headers by logical components. | Alex Sakhartchouk | |
Change-Id: I2d23eec0277b1136852b8a7acb61aecf6f699a7d | |||
2012-03-15 | Add prop to force cap compute threading. | Jason Sams | |
bug=6124869 Change-Id: Ibf2cc388f3906cea2741382ff5e522e3b416393c | |||
2012-03-14 | Fix minor C++ api issues. | Jason Sams | |
Change-Id: I30e12938be5da52b2d952db57a51b4deb5e27239 | |||
2012-03-13 | Fix test makefile | Jason Sams | |
bug=5972398 Change-Id: I9298e08220863eecf5c87047a05d7aa146a4c060 | |||
2012-03-12 | Merge "Fix argument passing with dimLOD." | Stephen Hines | |
2012-03-12 | Fix argument passing with dimLOD. | Stephen Hines | |
BUG=6152130 Change-Id: I5c857b692af8ec45e4cbef8140c44d72aec6600e | |||
2012-03-09 | Split off driver code into a separate static library. | Alex Sakhartchouk | |
Change-Id: I055a6d7aecf3663e5e399a0ddee068cc33eca666 | |||
2012-03-09 | More header untangling. | Alex Sakhartchouk | |
Change-Id: I090943775cbda8d9515cdb484957f6b05d5b1799 | |||
2012-03-09 | Starting to untangle header spaghetti. | Alex Sakhartchouk | |
Change-Id: I31f38d05dc8b55c659e8c7e9c0a87b94b9ac1db5 | |||
2012-03-08 | Moving lod's into hal struct. | Alex Sakhartchouk | |
Change-Id: Iaec34fea7c002d7948d91df6b7a1af7f832f74ea | |||
2012-03-05 | Remove references to sched_policy.h in RS | Glenn Kasten | |
As part of scheduling policy cleanup, removing some references to sched_policy.h and its APIs. Activity manager should be responsible for configuring scheduling policy, rather than leaving it up to each app. Change-Id: Iffe972799bf3fde090b1efdd3abce5141e4d261e | |||
2012-03-05 | Merge "Add multisampling support to renderscript." | Alex Sakhartchouk | |
2012-03-05 | Merge "Using surface texture as a default renderscript surface." | Alex Sakhartchouk | |
2012-03-01 | Merge "Allocation sampling api prototypes." | Alex Sakhartchouk | |
2012-02-29 | Allocation sampling api prototypes. | Alex Sakhartchouk | |
Change-Id: Ia11c6a107ea49ad6f40cfd220c537376a18c3b62 | |||
2012-02-28 | Add multisampling support to renderscript. | Alex Sakhartchouk | |
Change-Id: I38bf50a5b54aa5df7e4f76ea40027d9e36dc4b5d | |||
2012-02-28 | Using surface texture as a default renderscript surface. | Alex Sakhartchouk | |
Change-Id: I969aa56683fdf4538ff54fa1065dada77cf9d04d | |||
2012-02-27 | Merge "Removing GL calls from librs" | Alex Sakhartchouk | |
2012-02-24 | Merge "remove dependency on android_native{s_priv|buffer}.h" | Mathias Agopian | |
2012-02-24 | remove dependency on android_native{s_priv|buffer}.h | Mathias Agopian | |
Change-Id: Ie4b95f7061c240f37c504414259f92d72c4ffc89 | |||
2012-02-24 | Merge "test runs but I do not check results yet." | Jason Sams | |
2012-02-24 | remove libui dependency on libEGL | Mathias Agopian | |
Change-Id: I1194f04085637d5c384e134967249430cc43b6ee | |||
2012-02-24 | test runs but I do not check results yet. | Jason Sams | |
Change-Id: I427581a301bb1a9710554187accad2d6f9d9b10c | |||
2012-02-24 | Removing GL calls from librs | Alex Sakhartchouk | |
Change-Id: Ida22199a33f0f9fd534dcc5951d12937967a187b | |||
2012-02-23 | More RS cpp binding work. All classes for | Jason Sams | |
compute should be partially implemented at this time. Change-Id: Iddf9405cc69513b708975d20783395f0be04c680 | |||
2012-02-23 | Merge "start new headers" | Jason Sams | |
2012-02-23 | Merge "Support running ForEach on non-root functions." | Stephen Hines | |
2012-02-22 | Support running ForEach on non-root functions. | Stephen Hines | |
BUG=6000538 Change-Id: Ie2b16893b150cc5955ee4b9d028c988f69a82744 | |||
2012-02-22 | start new headers | Jason Sams | |
Change-Id: I950e5db76ecd3afbc7ea2b3ec792e4cb242f57bf cpp | |||
2012-02-17 | frameworks/base refactoring. | Mathias Agopian | |
step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef | |||
2012-02-17 | Merge "Work around VSync signal while screen is off." | Jason Sams | |
2012-02-17 | Work around VSync signal while screen is off. | Jason Sams | |
Change-Id: I0a9637170ee658ff84a363e91c558892dce5cfaf | |||
2012-02-17 | Merge "Update prototype remote fifo. Tested primary connection using only ↵ | Jason Sams | |
fifo data transport." | |||
2012-02-17 | Merge "Rename three header files to free namespace for api." | Jason Sams | |
2012-02-16 | Update prototype remote fifo. Tested primary connection | Jason Sams | |
using only fifo data transport. cleanup cl. Change-Id: I9b5f5e5a256b7f66b387bd801c1da0e642761200 | |||
2012-02-16 | Rename three header files to free namespace for api. | Jason Sams | |
Change-Id: Ie9ef65a477373c30b2d5b02248f62e768b6f27ae | |||
2012-02-16 | Merge "Piping texture names through shader builder. Fixing uint size_t ↵ | Alex Sakhartchouk | |
mismatch." | |||
2012-02-15 | Piping texture names through shader builder. | Alex Sakhartchouk | |
Fixing uint size_t mismatch. Change-Id: Ia7c8bd9f829deaa50e1cc381ccd50f29676bbdfb | |||
2012-02-15 | Merge "Fixing uint32 size_t mismatches." | Alex Sakhartchouk | |
2012-02-15 | Beging IO stream out from allocation to surface texture. | Jason Sams | |
Change-Id: I4d6b7f7740a896d39b811d6fe7532bb00db62373 | |||
2012-02-14 | Fixing uint32 size_t mismatches. | Alex Sakhartchouk | |
Change-Id: I5263158f5855472db6317a52c209fe4e273f3368 |