pixi.js / src / core /
@Mat Groves Mat Groves authored on 17 Mar 2016
..
display Add doc hint on using Sprite mask on canvas 9 years ago
graphics Fix for https://github.com/pixijs/pixi.js/issues/1950 10 years ago
math comments and jsdoc 10 years ago
particles Setting blend mode when using CanvasRenderer. 10 years ago
renderers 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. 9 years ago
sprites fix CanvasRenderer bug 9 years ago
text Merge remote-tracking branch 'origin/dev' into dev 9 years ago
textures Revert "Trying to fix additive blending in v3" 9 years ago
ticker jsdoc cleanup 10 years ago
utils added removeItems; added unit tests; replaced uses of original splice with removeItems 10 years ago
const.js Update const.js to use browserify-versionify 9 years ago
index.js Expose standard shaders on PIXI namespace as documented 9 years ago