1. 718cd1f Element restructuring. Add support for new basic Element types including the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. by Jason Sams · 15 years ago
  2. 5235cf3 Fix but processing raster state pragma. rename stateFragmentStore to stateStore by Jason Sams · 15 years ago
  3. f075b4e Fix fountain crash. by Jason Sams · 15 years ago
  4. 988f6eb Minor perf tweak for fountain. by Jason Sams · 15 years ago
  5. 2525a81 Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs. by Jason Sams · 15 years ago
  6. 44e9983 Update fountain to use structures. by Jason Sams · 15 years ago
  7. 67c6844 Remove bogus comments and logging. by Jason Sams · 15 years ago
  8. 334ea0c Update fountain and add writable flag to script slots. by Jason Sams · 15 years ago
  9. 43ee0685 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  10. 40a29e8 Implement basic allocation readback. Add Get height, width to ScriptC_Lib. by Jason Sams · 15 years ago
  11. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  12. e6c8e9b Fix fountain and more rollo ui work. by Jason Sams · 15 years ago
  13. f800166 Fix 3 bugs in fountain test. Correctly generate the last mip level of a non-square mip chain. Default the background to not blended and disable dither/depth. by Jason Sams · 15 years ago
  14. 462d11b checkpoint filmstrip, implemented TLS. by Jason Sams · 15 years ago
  15. 9c54bdb Implement default programs and implement defaults and parents for imports. by Jason Sams · 15 years ago
  16. 1fe9b8c Split FountainView into View and RS parts. Beging adding ProgramVertex to the java api. It was already implemented in native. by Jason Sams · 15 years ago
  17. d5680f9 Fix bug with bad conversion of java strings to C strings for object names. Update test app to test object defines. by Jason Sams · 15 years ago
  18. 3eaa338 Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts. by Jason Sams · 15 years ago
  19. da423d8 checkpoint pragma support. Includes more cleanup of script enviroment storage to keep the env settings in the base and only the per language state in ScriptC. by Jason Sams · 15 years ago
  20. 2a741ad Use ANSI style function declaration for RS scripts. by Jack Palevich · 15 years ago
  21. a09f11d Add support for scripts to return an animation flag. This allows them to indicate they are generating changing content and the rs thread to sleep if the content is static. by Jason Sams · 15 years ago
  22. 33c824d Remove pointer hacks from script and use standard load/store functions. by Jason Sams · 15 years ago
  23. ffe9f48 Improve bitmap support and do conversion in native rather than java code to reduce conversion time. by Jason Sams · 15 years ago
  24. 43702d8 Add support for setting scripts, rather than having a hard-coded script. by Jack Palevich · 15 years ago