commit | 96ed4cfa62dd09aafb3f9da01e047661b4fe3c95 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Jun 15 12:15:57 2010 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Jun 15 12:15:57 2010 -0700 |
tree | fdf2cc680ff2af9a4e9e9052200dea65cfac7cd9 | |
parent | 56985cea7759fa1e72085ec851fafa2d9a450dd7 [diff] [blame] |
Remove InvokeData and add ContextFinish to generate a sync point. Change-Id: I27da8bf5fba2c8a428964cb6a5e66dd7a94958d8
diff --git a/libs/rs/rsContext.cpp b/libs/rs/rsContext.cpp index 449e5dc..b9349bd 100644 --- a/libs/rs/rsContext.cpp +++ b/libs/rs/rsContext.cpp
@@ -761,6 +761,9 @@ namespace android { namespace renderscript { +void rsi_ContextFinish(Context *rsc) +{ +} void rsi_ContextBindRootScript(Context *rsc, RsScript vs) {