summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Collapse)AuthorAgeFilesLines
* Moving libRSAlex Sakhartchouk2012-03-28149-27316/+0
| | | | Change-Id: I1e42204e862585b9c2f7818b615890c60f08faf6
* Merge "State based shader recompile to support camera input."Alex Sakhartchouk2012-03-275-66/+132
|\
| * State based shader recompile to support camera input.Alex Sakhartchouk2012-03-265-66/+132
| | | | | | | | Change-Id: Ia6c362571e1b44254461522a8c49a8551b46f28d
* | rsdGL uses DummyConsumerDaniel Lam2012-03-261-2/+6
|/ | | | | | | | | 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
* Merge "Implement USAGE_IO_INPUT"Jason Sams2012-03-2312-40/+77
|\
| * Implement USAGE_IO_INPUTJason Sams2012-03-2312-40/+77
| | | | | | | | Change-Id: Idbf7bb21f5ab673ad77082c5c19921d2b276c04b
* | Wrapping new api's with proper RS_VERSIONAlex Sakhartchouk2012-03-227-147/+48
| | | | | | | | Change-Id: Ib8656cb2b6d0b8adeab15edfd704620451ce56ad
* | More rearrangement and renaming.Alex Sakhartchouk2012-03-224-22/+21
| | | | | | | | Change-Id: Ia922c5bff1734a29b786ba95065f81c8dedf90cd
* | Changing rsg to rs where functions don't rely on graphics.Alex Sakhartchouk2012-03-211-145/+0
| | | | | | | | Change-Id: I92a93d7a520b4a5416be88c7c05c2f8d3cc89243
* | Breaking up rs headers by logical components.Alex Sakhartchouk2012-03-216-123/+480
|/ | | | Change-Id: I2d23eec0277b1136852b8a7acb61aecf6f699a7d
* Add prop to force cap compute threading.Jason Sams2012-03-153-10/+17
| | | | | | bug=6124869 Change-Id: Ibf2cc388f3906cea2741382ff5e522e3b416393c
* Fix minor C++ api issues.Jason Sams2012-03-146-85/+145
| | | | Change-Id: I30e12938be5da52b2d952db57a51b4deb5e27239
* Fix test makefileJason Sams2012-03-131-3/+9
| | | | | | bug=5972398 Change-Id: I9298e08220863eecf5c87047a05d7aa146a4c060
* Merge "Fix argument passing with dimLOD."Stephen Hines2012-03-121-2/+2
|\
| * Fix argument passing with dimLOD.Stephen Hines2012-03-121-2/+2
| | | | | | | | | | | | BUG=6152130 Change-Id: I5c857b692af8ec45e4cbef8140c44d72aec6600e
* | Split off driver code into a separate static library.Alex Sakhartchouk2012-03-091-33/+38
|/ | | | Change-Id: I055a6d7aecf3663e5e399a0ddee068cc33eca666
* More header untangling.Alex Sakhartchouk2012-03-0916-22/+19
| | | | Change-Id: I090943775cbda8d9515cdb484957f6b05d5b1799
* Starting to untangle header spaghetti.Alex Sakhartchouk2012-03-0915-10/+11
| | | | Change-Id: I31f38d05dc8b55c659e8c7e9c0a87b94b9ac1db5
* Moving lod's into hal struct.Alex Sakhartchouk2012-03-082-56/+66
| | | | Change-Id: Iaec34fea7c002d7948d91df6b7a1af7f832f74ea
* Remove references to sched_policy.h in RSGlenn Kasten2012-03-052-12/+0
| | | | | | | | 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
* Merge "Add multisampling support to renderscript."Alex Sakhartchouk2012-03-051-10/+34
|\
| * Add multisampling support to renderscript.Alex Sakhartchouk2012-02-281-10/+34
| | | | | | | | Change-Id: I38bf50a5b54aa5df7e4f76ea40027d9e36dc4b5d
* | Merge "Using surface texture as a default renderscript surface."Alex Sakhartchouk2012-03-051-6/+9
|\ \ | |/
| * Using surface texture as a default renderscript surface.Alex Sakhartchouk2012-02-281-6/+9
| | | | | | | | Change-Id: I969aa56683fdf4538ff54fa1065dada77cf9d04d
* | Merge "Allocation sampling api prototypes."Alex Sakhartchouk2012-03-013-109/+170
|\ \
| * | Allocation sampling api prototypes.Alex Sakhartchouk2012-02-293-109/+170
| |/ | | | | | | Change-Id: Ia11c6a107ea49ad6f40cfd220c537376a18c3b62
* | Merge "Removing GL calls from librs"Alex Sakhartchouk2012-02-275-23/+50
|\ \ | |/ |/|
| * Removing GL calls from librsAlex Sakhartchouk2012-02-245-23/+50
| | | | | | | | Change-Id: Ida22199a33f0f9fd534dcc5951d12937967a187b
* | Merge "remove dependency on android_native{s_priv|buffer}.h"Mathias Agopian2012-02-241-1/+2
|\ \
| * | remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-241-1/+2
| | | | | | | | | | | | Change-Id: Ie4b95f7061c240f37c504414259f92d72c4ffc89
* | | Merge "test runs but I do not check results yet."Jason Sams2012-02-2412-4/+150
|\ \ \ | |/ / |/| |
| * | test runs but I do not check results yet.Jason Sams2012-02-2412-4/+150
| | | | | | | | | | | | Change-Id: I427581a301bb1a9710554187accad2d6f9d9b10c
* | | remove libui dependency on libEGLMathias Agopian2012-02-241-1/+23
|/ / | | | | | | Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
* | More RS cpp binding work. All classes forJason Sams2012-02-2313-33/+259
| | | | | | | | | | | | compute should be partially implemented at this time. Change-Id: Iddf9405cc69513b708975d20783395f0be04c680
* | Merge "start new headers"Jason Sams2012-02-2313-1/+1978
|\ \
| * | start new headersJason Sams2012-02-2213-1/+1978
| |/ | | | | | | | | | | Change-Id: I950e5db76ecd3afbc7ea2b3ec792e4cb242f57bf cpp
* | Merge "Support running ForEach on non-root functions."Stephen Hines2012-02-237-16/+33
|\ \ | |/ |/|
| * Support running ForEach on non-root functions.Stephen Hines2012-02-227-16/+33
| | | | | | | | | | | | BUG=6000538 Change-Id: Ie2b16893b150cc5955ee4b9d028c988f69a82744
* | frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
| | | | | | | | | | | | step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef
* | Merge "Work around VSync signal while screen is off."Jason Sams2012-02-171-0/+4
|\ \
| * | Work around VSync signal while screen is off.Jason Sams2012-02-171-0/+4
| | | | | | | | | | | | Change-Id: I0a9637170ee658ff84a363e91c558892dce5cfaf
* | | Merge "Update prototype remote fifo. Tested primary connection using only ↵Jason Sams2012-02-173-74/+143
|\ \ \ | | | | | | | | | | | | fifo data transport."
| * | | Update prototype remote fifo. Tested primary connectionJason Sams2012-02-163-74/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using only fifo data transport. cleanup cl. Change-Id: I9b5f5e5a256b7f66b387bd801c1da0e642761200
* | | | Merge "Rename three header files to free namespace for api."Jason Sams2012-02-1711-9/+9
|\ \ \ \ | |/ / /
| * | | Rename three header files to free namespace for api.Jason Sams2012-02-1611-9/+9
| |/ / | | | | | | | | | Change-Id: Ie9ef65a477373c30b2d5b02248f62e768b6f27ae
* | | Merge "Piping texture names through shader builder. Fixing uint size_t ↵Alex Sakhartchouk2012-02-1614-261/+321
|\ \ \ | |_|/ |/| | | | | mismatch."
| * | Piping texture names through shader builder.Alex Sakhartchouk2012-02-1514-261/+321
| | | | | | | | | | | | | | | | | | Fixing uint size_t mismatch. Change-Id: Ia7c8bd9f829deaa50e1cc381ccd50f29676bbdfb
* | | Merge "Fixing uint32 size_t mismatches."Alex Sakhartchouk2012-02-154-12/+12
|\ \ \ | |/ / | | / | |/ |/|
| * Fixing uint32 size_t mismatches.Alex Sakhartchouk2012-02-144-12/+12
| | | | | | | | Change-Id: I5263158f5855472db6317a52c209fe4e273f3368
* | Beging IO stream out from allocation to surface texture.Jason Sams2012-02-157-2/+172
|/ | | | Change-Id: I4d6b7f7740a896d39b811d6fe7532bb00db62373