Jason Sams
|
718cd1f322
|
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.
This will break some apps, checkings for other projects will follow to unbreak them.
|
2009-12-23 14:35:29 -08:00 |
|
Jason Sams
|
5235cf3f41
|
Fix but processing raster state pragma.
rename stateFragmentStore to stateStore
|
2009-09-28 18:12:56 -07:00 |
|
Jason Sams
|
f075b4e713
|
Fix fountain crash.
|
2009-09-25 20:24:54 -07:00 |
|
Jason Sams
|
988f6ebb44
|
Minor perf tweak for fountain.
|
2009-09-14 15:00:05 -07:00 |
|
Jason Sams
|
2525a81522
|
Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs.
|
2009-09-03 15:43:13 -07:00 |
|
Jason Sams
|
44e9983ffc
|
Update fountain to use structures.
|
2009-08-31 12:10:24 -07:00 |
|
Jason Sams
|
67c6844ea0
|
Remove bogus comments and logging.
|
2009-08-25 17:09:59 -07:00 |
|
Jason Sams
|
334ea0c98f
|
Update fountain and add writable flag to script slots.
|
2009-08-17 13:56:09 -07:00 |
|
Jason Sams
|
43ee06857b
|
Implement reflecting Java objects into the ACC enviroment.
|
2009-08-12 17:54:11 -07:00 |
|
Jason Sams
|
40a29e8e28
|
Implement basic allocation readback. Add Get height, width to ScriptC_Lib.
|
2009-08-10 14:55:26 -07:00 |
|
Jason Sams
|
1bada8cd6e
|
Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking.
|
2009-08-09 17:05:13 -07:00 |
|
Jason Sams
|
e6c8e9b8c7
|
Fix fountain and more rollo ui work.
|
2009-07-17 17:29:09 -07:00 |
|
Jason Sams
|
f8001669ba
|
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.
|
2009-06-22 18:13:36 -07:00 |
|
Jason Sams
|
462d11b880
|
checkpoint filmstrip, implemented TLS.
|
2009-06-19 16:03:18 -07:00 |
|
Jason Sams
|
9c54bdbf45
|
Implement default programs and implement defaults and parents for imports.
|
2009-06-17 16:52:59 -07:00 |
|
Jason Sams
|
1fe9b8c3bd
|
Split FountainView into View and RS parts. Beging adding ProgramVertex to the java api. It was already implemented in native.
|
2009-06-11 14:46:10 -07:00 |
|
Jason Sams
|
d5680f9ba9
|
Fix bug with bad conversion of java strings to C strings for object names. Update test app to test object defines.
|
2009-06-10 18:39:40 -07:00 |
|
Jason Sams
|
3eaa338e11
|
Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts.
|
2009-06-10 15:04:38 -07:00 |
|
Jason Sams
|
da423d8479
|
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.
|
2009-06-09 12:15:30 -07:00 |
|
Jack Palevich
|
2a741ad51f
|
Use ANSI style function declaration for RS scripts.
|
2009-06-04 20:16:39 -07:00 |
|
Jason Sams
|
a09f11d6c6
|
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.
|
2009-06-04 17:58:03 -07:00 |
|
Jason Sams
|
33c824d17b
|
Remove pointer hacks from script and use standard load/store functions.
|
2009-06-03 18:29:04 -07:00 |
|
Jason Sams
|
ffe9f48890
|
Improve bitmap support and do conversion in native rather than java code to reduce conversion time.
|
2009-06-01 17:45:53 -07:00 |
|
Jack Palevich
|
43702d8925
|
Add support for setting scripts, rather than having a hard-coded script.
Move the test script into a resource file.
Add APIs for reading a script from a resource, InputStream, string, or
byte array.
|
2009-05-28 13:38:16 -07:00 |
|