summaryrefslogtreecommitdiffstats
path: root/libs/rs/driver
Commit message (Expand)AuthorAgeFilesLines
* Merge "Piping texture names through shader builder. Fixing uint size_t mismat...Alex Sakhartchouk2012-02-165-33/+64
|\
| * Piping texture names through shader builder.Alex Sakhartchouk2012-02-155-33/+64
* | Merge "Fixing uint32 size_t mismatches."Alex Sakhartchouk2012-02-153-5/+5
|\ \ | |/
| * Fixing uint32 size_t mismatches.Alex Sakhartchouk2012-02-143-5/+5
* | Beging IO stream out from allocation to surface texture.Jason Sams2012-02-153-2/+106
|/
* Merge "Initialize all class members."Stephen Hines2012-02-141-1/+2
|\
| * Initialize all class members.Stephen Hines2012-02-131-1/+2
* | am 87a36a3b: Merge "Making shader compilation errors throw a Java exception."Alex Sakhartchouk2012-02-102-4/+2
|\ \ | |/
| * Merge "Making shader compilation errors throw a Java exception."Alex Sakhartchouk2012-02-102-4/+2
| |\
| | * Making shader compilation errors throw a Java exception.Alex Sakhartchouk2012-02-072-4/+2
| * | Start implementing SurfaceTexture streaming into RS allocations.Jason Sams2012-02-105-1/+28
* | | Merge commit 'bdeec118' into manualmergeJason Sams2012-02-071-0/+2
|\ \ \ | |/ /
| * | Implement RS VSync on new vsync infrastructure.Jason Sams2012-02-071-0/+2
| |/
* | am dfbcee6c: fix buildMathias Agopian2012-01-293-6/+6
|\ \ | |/
| * fix buildMathias Agopian2012-01-293-6/+6
* | am caaac348: Merge "Fix bugs with unsigned rsAtomicCas/Max/Min."Stephen Hines2012-01-261-2/+22
|\ \ | |/
| * Fix bugs with unsigned rsAtomicCas/Max/Min.Stephen Hines2012-01-251-2/+22
* | am d36f7d24: Merge "Add support for new root.expand() calls."Stephen Hines2012-01-133-192/+22
|\ \ | |/
| * Add support for new root.expand() calls.Stephen Hines2012-01-123-192/+22
* | Start implementing SurfaceTexture streaming into RS allocations.Jason Sams2012-01-135-1/+28
* | Plumbing for RS priority.Jason Sams2012-01-124-0/+16
* | Fix LOGE.Jason Sams2012-01-101-5/+5
* | Merge "Adding ability to bind constants to shaders." into graphics-devAlex Sakhartchouk2012-01-101-0/+12
|\ \
| * | Adding ability to bind constants to shaders.Alex Sakhartchouk2012-01-101-0/+12
* | | resolved conflicts for merge of 08289f55 to graphics-devSteve Block2012-01-099-56/+56
|\ \ \ | |/ / |/| / | |/
| * Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-0810-59/+59
* | Cleanup based on comments.Alex Sakhartchouk2012-01-056-17/+14
* | am a8719ad9: Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros"Glenn Kasten2012-01-051-4/+6
|\ \ | |/
| * Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros"Glenn Kasten2012-01-051-4/+6
| |\
| | * Use the standard CC_LIKELY and CC_UNLIKELY macrosGlenn Kasten2012-01-051-4/+6
* | | Merge "Adding better error behavior to RS" into graphics-devAlex Sakhartchouk2012-01-042-0/+4
|\ \ \
| * | | Adding better error behavior to RSAlex Sakhartchouk2011-12-292-0/+4
* | | | Merge "Adding RS comments, cleaning up the gl implementation with new Element...Alex Sakhartchouk2012-01-042-71/+49
|\ \ \ \ | |/ / /
| * | | Adding RS comments, cleaning up the gl implementation with new Element hal.Alex Sakhartchouk2011-12-282-71/+49
* | | | am 41891aea: Merge "Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE"Steve Block2012-01-041-19/+19
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-19/+19
| |/
* | am 12be3fff: Remove dead code.Logan Chien2011-11-271-3/+1
|\ \ | |/
| * Remove dead code.Logan Chien2011-11-271-3/+1
* | Private API to support MFF transition.Jason Sams2011-11-231-4/+7
* | Path renderingJason Sams2011-11-104-0/+241
|/
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-268-51/+51
* Remove ObjBaseRef from the hal structAlex Sakhartchouk2011-10-184-21/+20
* Fix bug with 1D arrays and threading.Jason Sams2011-10-121-3/+3
* Improve rsForEach overhead.Jason Sams2011-10-113-48/+97
* Fix crash running old HC apps.Jason Sams2011-10-041-1/+4
* Cleanup RS logsJason Sams2011-09-202-5/+2
* Add RS watchdog.Jason Sams2011-09-138-99/+133
* Call .rs.dtor() when tearing down Scripts.Stephen Hines2011-08-313-0/+12
* Issue proper parameters to root() calls for RS.Stephen Hines2011-08-193-4/+136
* Add structure to pack params for forEach.Jason Sams2011-08-171-14/+35