aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgltexture.rs
Commit message (Expand)AuthorAgeFilesLines
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Introduce jsmanaged_arrayAnthony Ramine2016-12-061-1/+1
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-1/+1
* Expose WebGL-related interfaces only in WindowAnthony Ramine2016-11-301-5/+5
* update depsGregory2016-11-221-2/+3
* webgl: Validate that framebuffer attachment sizes match.Eric Anholt2016-11-051-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* Use wrappers for GL IDsAnthony Ramine2016-06-281-8/+16
* webgl: Refactor texture validations to take advantage of rust type systemEmilio Cobos Álvarez2016-06-251-20/+34
* Implement texSubImage2D APIDaosheng Mu2016-06-101-1/+10
* Impl copyTexImage2D and copyTexSubImage2DDaniel Robertson2016-05-231-2/+14
* Implement IsShader fn and IsTexture fn for WebGLRenderingContextDaniel2016-05-091-0/+8
* webgl: texture: Make initialize only mark as initialized the current faceEmilio Cobos Álvarez2016-04-201-14/+29
* webgl: Validate that the texture should be power of two if the level isEmilio Cobos Álvarez2016-04-191-0/+4
* webgl: finish, flush, detachShader, generateMipmap, Uniform1iConnor Brewster2016-04-021-0/+206
* #10211: Stop re-exporting webrender_traits WebGL types from canvas_traitsJan-Fabian Humann2016-03-301-7/+8
* webgl: Fix texturingEmilio Cobos Álvarez2015-12-031-1/+1
* merge from masterrohan.prinja2015-11-031-1/+7
|\
| * webgl: Add destructors for texture, program, shader, buffer and framebufferEmilio Cobos Álvarez2015-11-011-1/+7
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Remove needless returnsManish Goregaokar2015-09-041-7/+7
* Remove helper traitsAnthony Ramine2015-08-271-14/+5
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* webgl: Implement multiple calls and improve error detectionecoal952015-08-251-3/+90
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-6/+7
* address review commentsecoal952015-07-061-2/+3
* webgl: Make bind* calls more spec-compliantecoal952015-07-061-1/+1
* webgl: Refactor implementation to move logic inside the DOM interfacesecoal952015-07-061-5/+33
* Upgrade to SM 39Michael Wu2015-06-191-5/+5
* Implement new WebGL interfaces and methodsecoal952015-06-061-0/+39