History for pixi.js / src / core / renderers
2016-02-12
@Robin Vierich
flush all webgl commands before the renderer is completely destroyed. This ensures that all commands are processed in a timely fashion (especially in browsers with multi-process or multi-threaded graphics architectures like chrome). Noteably, this ensures that gl textures are actually deleted around the same time that the renderer is destroyed.
Robin Vierich committed on 12 Feb 2016
2016-01-30
@Ivan Popelyshev
Revert "Trying to fix additive blending in v3" ...
Ivan Popelyshev committed on 30 Jan 2016
2016-01-29
@Ivan Popelyshev
fix for SCREEN
Ivan Popelyshev committed on 29 Jan 2016
2016-01-25
@Ivan Popelyshev
Trying to fix additive blending in v3
Ivan Popelyshev committed on 25 Jan 2016
2015-11-24
@Anthony Del Ciotto
added removeItems; added unit tests; replaced uses of original splice with removeItems
Anthony Del Ciotto committed on 24 Nov 2015
2015-11-16
@Mat Groves
added pre and post render events to renderers
Mat Groves committed on 16 Nov 2015
2015-11-06
@Chad Engler
Track textures in renderer to ensure they are all deleted properly
Chad Engler committed on 6 Nov 2015
2015-10-13
@Mat Groves
fixed deleteRenderbuffer typo
Mat Groves committed on 13 Oct 2015
2015-10-02
@Sander
Ensure no program stays active in GPU memory
Sander committed on 2 Oct 2015
2015-09-26
@Chad Engler
Merge pull request #2112 from adireddy/dev ...
Chad Engler committed on 26 Sep 2015
2015-09-24
@giraluna
Correctly remove renderer view when destroying renderer with removeView parameter.
giraluna committed on 24 Sep 2015
2015-09-22
@Adi Mora
reset roundPixels in SystemRenderer destroy method
Adi Mora committed on 22 Sep 2015
@Adi Mora
moved roundPixels property to system renderer
Adi Mora committed on 22 Sep 2015
2015-09-16
@Chad Engler
Merge pull request #2103 from SanderSpies/clean_up_quad ...
Chad Engler committed on 16 Sep 2015
@Sander
Delete render buffer on destroy
Sander committed on 16 Sep 2015
@Sander
Ensure that Quad.destroy gets called.
Sander committed on 16 Sep 2015
@Sander
Add destroy function to Quad
Sander committed on 16 Sep 2015
@Steffen Baer
fixed some hint warnings
Steffen Baer committed on 16 Sep 2015
2015-09-15
@Mike Reinstein
fixed typo in webgl renderer. updated renderTexture example
Mike Reinstein committed on 15 Sep 2015
@Chad Engler
Merge pull request #2069 from alebianco/dev ...
Chad Engler committed on 15 Sep 2015
@Chad Engler
Merge pull request #2027 from karmacon/dev ...
Chad Engler committed on 15 Sep 2015
@Sander
Cleanup primitive and complex shader during ShaderManager destroy ...
Sander committed on 15 Sep 2015
2015-09-14
@Chad Engler
Merge pull request #2042 from stbaer/gr-fixes ...
Chad Engler committed on 14 Sep 2015
2015-09-09
@Alessandro Bianco
Fixes #2073 ...
Alessandro Bianco committed on 9 Sep 2015
@Alessandro Bianco
Merge branch 'dev' of github.com:pixijs/pixi.js into dev
Alessandro Bianco committed on 9 Sep 2015
2015-09-08
@Andrew Champion
WebGLRenderer: clean up texture event listeners ...
Andrew Champion committed on 8 Sep 2015
2015-09-01
@Chad Engler
fix some doc issues; fixes #2066
Chad Engler committed on 1 Sep 2015
2015-08-26
@Alessandro Bianco
Explicit multiplication to avoid side effects to the texture's original crop property
Alessandro Bianco committed on 26 Aug 2015
@Alessandro Bianco
Fix #2006 by applying texture resolution to crop size
Alessandro Bianco committed on 26 Aug 2015
2015-08-19
@Chad Engler
Merge pull request #2045 from LibertyGlobal/cleanup_fixes ...
Chad Engler committed on 19 Aug 2015