aboutsummaryrefslogtreecommitdiff
path: root/slang_rs_object_ref_count.h
AgeCommit message (Expand)Author
2017-05-04Fixed reference counting for function parametersYang Ni
2016-04-06Use empty list initializers to construct all zero-initialized variables.Stephen Hines
2016-03-23Initialize temp var for a return valueYang Ni
2016-03-01Handle return values of rsObject typeYang Ni
2016-01-08Add semantic analysis of "#pragma rs reduce" script functions.David Gross
2014-08-20Replace the NULL macro with nullptr literal.Chris Wailes
2014-05-27Remove useless "return;" statements.Jean-Luc Brouillet
2014-05-15Move DataType enum out of RSExportPrimitiveDataType.Jean-Luc Brouillet
2014-04-30Remove rs_spec_gen and associated macros.Jean-Luc Brouillet
2011-09-16Fix .rs.dtor scoping bug.Stephen Hines
2011-08-31Generate .rs.dtor() to clean up globals.Stephen Hines
2011-04-20Disallow union copies that contain RS object typesStephen Hines
2011-03-29Add support for RSASTReplace for ref-counting.Stephen Hines
2011-02-11Initialize structs.Stephen Hines
2011-02-11Replace struct assignments with rsSetObject calls.Stephen Hines
2011-02-10Handle struct reference counting.Stephen Hines
2011-02-04Handle local RS object initialization properly.Stephen Hines
2011-01-26Replace RS object assignments with rsSetObject().Stephen Hines
2010-12-15Convert from use of Expr -> Stmt.Stephen Hines
2010-11-11Support local destructor for many return stmts.Stephen Hines
2010-11-10Improve code style.Stephen Hines
2010-11-08Add simple destructors to local RS objects.Stephen Hines
2010-11-05Factor out RSObjectRefCount for destructor work.Stephen Hines