summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramRaster.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-40/+24
| | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-2/+0
| | | | | | | | | | could be corrupted during async type creation. Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2 Fix stack object deletion bug. Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
* Cleanup GL setup code and remove legacy 1.1 paths.Jason Sams2010-09-161-46/+0
| | | | | | Reset pointers to NULL when allocations are unbound. Change-Id: Ifaba634ecbb154970b7fb47faa8e6475d16d2f66
* Work on synchronizing a3d created files and java layer.Alex Sakhartchouk2010-07-121-3/+47
| | | | | | Adding culling to ProgramRaster Change-Id: I58ccc82d37edc9539289d5eba44ea0e720874af5
* Remove points from fixed function.Jason Sams2010-07-091-15/+1
| | | | | | Add basic GL performance test. Change-Id: I421a41b6683b2c5f70045cdd0f610a6939105fee
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-2/+18
| | | | | | | | | | | | | | | | | Now using android utils lib. collada_to_a3d seems to work with android util libs. Integrating old changelist Changing assert to rsAssrt in VertexArray making context compile. Change-Id: I33890defa777f09253bfab630d97782359ec49d7 Added serialization code to rsLib Integrated old changelist Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311 Added serialization code to rsLib Change-Id: Ie4746113f6d1817fbb3264f97fdddde25b779311
* Change RS to use the passed surface size rather than EGL size.Jason Sams2010-05-141-1/+1
| | | | | | | | | | | | Its possible that during a resize the EGL information could be stale so caching this is bad. The surface size should always be correct. Change-Id: Ifd479e1ea70b1cada1a8690c7c82e91aa391b685 Conflicts: libs/rs/rsProgramStore.cpp libs/rs/rsProgramStore.h
* Continue development of es2.0 user shader support for renderscript. This ↵Jason Sams2009-12-151-6/+2
| | | | change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info.
* Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 ↵Jason Sams2009-11-251-0/+8
| | | | can be enabled and will render most tests correctly.
* Minor bug fixes and add glError check.Jason Sams2009-10-151-1/+1
|
* Improved object lifecycle tracking and fix leaks.Jason Sams2009-09-251-0/+8
|
* Improve renderscript context teardown. Track object in the system and then ↵Jason Sams2009-09-251-4/+6
| | | | force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
* Minor cleanup of profile and compile logging.Jason Sams2009-09-241-2/+0
|
* Add raster object to control point and line params. Add flag to force SW ↵Jason Sams2009-09-231-0/+137
rendering.