summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramStore.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moving samplers behind the hal.Alex Sakhartchouk2011-05-051-1/+1
| | | | Change-Id: I494e5a9d2b599d07b985328b346f1f10ae4972e1
* Seperate ProgramRaster.Jason Sams2011-04-061-68/+31
| | | | | | Cleanup ProgramRaster and ProgramStore creation. Change-Id: If25ea74355238d405340f0ccfb8117ad6e1307b7
* Seperate GL from RS program store.Jason Sams2011-04-041-148/+31
| | | | Change-Id: I0eae9c0699845af8e8611b065e70738cc9f2b15c
* Cleaning up the serialization change.Alex Sakhartchouk2011-01-311-6/+2
| | | | | | Renaming the define to be more in line with what it does and removing the host stub header file. Change-Id: Ibd3a0a6a398c7f81cc661f71e4478707fe1679ed
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-56/+25
| | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-6/+3
| | | | | | | | | | could be corrupted during async type creation. Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2 Fix stack object deletion bug. Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
* Begin hooking up SurfaceConfig.Jason Sams2010-10-131-4/+15
| | | | Change-Id: I328138f29affbed11fcfb5e9ed0872d4ba22d241
* Cleanup GL setup code and remove legacy 1.1 paths.Jason Sams2010-09-161-35/+0
| | | | | | Reset pointers to NULL when allocations are unbound. Change-Id: Ifaba634ecbb154970b7fb47faa8e6475d16d2f66
* Removed unnecessary change based on comments.Alex Sakhartchouk2010-05-211-2/+19
| | | | | | | | | | | | | | | | | 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
* Rename ProgramFragmentStore to ProgramStore.Jason Sams2010-05-131-0/+308
Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd