| Commit message (Expand) | Author | Age | Files | Lines |
* | webgl: Allow TexImage data argument to be larger than necessary. | Eric Anholt | 2016-10-23 | 1 | -3/+14 |
* | Remove intrinsic Root::r() | Anthony Ramine | 2016-10-11 | 1 | -2/+1 |
* | webgl: Implement uniformMatrix*fv. | Eric Anholt | 2016-10-09 | 1 | -0/+69 |
* | webgl: Honor ArrayBuffer or ArrayBufferView in bufferData and bufferSubData. | Emilio Cobos Álvarez | 2016-10-09 | 1 | -4/+16 |
* | webgl: Handle both sequences and typed arrays, managing the type error oursel... | Emilio Cobos Álvarez | 2016-10-09 | 1 | -169/+232 |
* | script: Mark as unsafe multiple array_buffer_view_to_xxx functions that take ... | Emilio Cobos Álvarez | 2016-10-09 | 1 | -10/+22 |
* | webgl: A few fixes regarding the nullability of WebGL parameters. | Emilio Cobos Álvarez | 2016-10-09 | 1 | -62/+86 |
* | Rename Reflectable::global_scope to global | Anthony Ramine | 2016-10-06 | 1 | -7/+7 |
* | Make WebGLRenderingContext::new take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -7/+6 |
* | Introduce Reflectable::global_scope | Anthony Ramine | 2016-10-06 | 1 | -7/+7 |
* | Introduce GlobalScope::constellation_chan | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -9/+9 |
* | Fix WebGL tests & Implement WebGLRenderingContext::{validateProgram, getProgr... | Imanol Fernandez | 2016-10-03 | 1 | -22/+138 |
* | implement WebGLRenderingContext::isEnabled | Ofek | 2016-09-22 | 1 | -16/+35 |
* | webgl: Do validation that the framebuffer is complete for FBO operations. | Eric Anholt | 2016-09-21 | 1 | -0/+56 |
* | webgl: Don't forget update WebGL's texture binding on unbind. | Eric Anholt | 2016-09-21 | 1 | -0/+1 |
* | webgl: Don't forget to update the WebGL context's RB binding. | Eric Anholt | 2016-09-21 | 1 | -1/+3 |
* | webgl: Update the match for WebGLError's new InvalidFramebufferOperation. | Eric Anholt | 2016-09-21 | 1 | -0/+1 |
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -5/+5 |
* | Compile WebIDL return type "object" to NonZero<*mut JSObject> | Anthony Ramine | 2016-08-30 | 1 | -2/+4 |
* | Don't bother with the global in ImageData::get_image_data | Anthony Ramine | 2016-08-30 | 1 | -2/+1 |
* | Auto merge of #13102 - anholt:webgl-is-program, r=emilio | bors-servo | 2016-08-28 | 1 | -0/+5 |
|\ |
|
| * | webgl: Add isProgram() support. | Eric Anholt | 2016-08-28 | 1 | -0/+5 |
* | | Auto merge of #13060 - anholt:webgl-invalid-passed-params, r=emilio | bors-servo | 2016-08-28 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | webgl: Do validation of glScissor/glViewport(width, height) on the DOM side. | Eric Anholt | 2016-08-26 | 1 | -0/+8 |
* | | webgl: Add getters for other GL_*_BINDING enums. | Eric Anholt | 2016-08-26 | 1 | -11/+31 |
* | | webgl: Remove objects from binding points on object deletion. | Eric Anholt | 2016-08-26 | 1 | -5/+24 |
* | | webgl: Protect against GL error on glBindRenderbuffer(deleted rbo). | Eric Anholt | 2016-08-26 | 1 | -7/+13 |
|/ |
|
* | webgl: Fix validation of drawElements()'s type argument. | Eric Anholt | 2016-08-26 | 1 | -3/+5 |
* | webgl: Add support for getParameter(GL_FRAMEBUFFER_BINDING). | Eric Anholt | 2016-08-14 | 1 | -0/+24 |
* | webgl: Fix a typo in VertexAttrib1fv handling. | Eric Anholt | 2016-08-13 | 1 | -1/+1 |
* | webgl: Validate that depthRange near <= far. | Eric Anholt | 2016-08-10 | 1 | -0/+9 |
* | Auto merge of #12224 - nox:die-util-die, r=Ms2ger | bors-servo | 2016-07-04 | 1 | -2/+1 |
|\ |
|
| * | Move util::vec::byte_swap to canvas_traits | Anthony Ramine | 2016-07-04 | 1 | -2/+1 |
* | | Switch to using the new rooted!/RootedGuard API for rooting. | Eduard Burtescu | 2016-07-04 | 1 | -7/+7 |
|/ |
|
* | Use wrappers for GL IDs | Anthony Ramine | 2016-06-28 | 1 | -3/+3 |
* | webgl: Refactor texture validations to take advantage of rust type system | Emilio Cobos Álvarez | 2016-06-25 | 1 | -395/+196 |
* | Implement texSubImage2D API | Daosheng Mu | 2016-06-10 | 1 | -103/+300 |
* | Auto merge of #11426 - DDEFISHER:master, r=emilio | bors-servo | 2016-05-29 | 1 | -0/+15 |
|\ |
|
| * | Implement IsBuffer, IsFramebuffer and IsRenderbuffer for WebGLRenderingContext | Daniel | 2016-05-29 | 1 | -0/+15 |
* | | Auto merge of #11329 - c-rhodes:11320, r=jdm | bors-servo | 2016-05-27 | 1 | -1/+1 |
|\ \ |
|
| * | | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -1/+1 |
| |/ |
|
* / | add log2(u32) and use it to prevent casting to and from float to int | Kosov Eugene | 2016-05-27 | 1 | -1/+5 |
|/ |
|
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 |
* | Auto merge of #11147 - danlrobertson:webgl-tex, r=emilio | bors-servo | 2016-05-23 | 1 | -95/+227 |
|\ |
|
| * | Impl copyTexImage2D and copyTexSubImage2D | Daniel Robertson | 2016-05-23 | 1 | -95/+227 |
* | | Implement SampleCoverage | David Zbarsky | 2016-05-22 | 1 | -0/+5 |
|/ |
|
* | Remove ConstellationChan. | Ms2ger | 2016-05-19 | 1 | -2/+1 |
* | Auto merge of #10776 - dzbarsky:getVertexAttrib, r=emilio | bors-servo | 2016-05-18 | 1 | -0/+39 |
|\ |
|
| * | Implement GetVertexAttrib | David Zbarsky | 2016-05-12 | 1 | -0/+39 |