| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement stencil fns for WebGLRenderingContext | Keith Yeung | 2016-04-24 | 1 | -3/+87 |
* | Auto merge of #10443 - emilio:webgl-teximage2d-overload, r=jdm | bors-servo | 2016-04-22 | 1 | -99/+397 |
|\ |
|
| * | webgl: Fix a few typos in comments | Emilio Cobos Álvarez | 2016-04-20 | 1 | -2/+2 |
| * | webgl: texture: Make initialize only mark as initialized the current face | Emilio Cobos Álvarez | 2016-04-20 | 1 | -1/+2 |
| * | webgl: Fix filling a non-zero level | Emilio Cobos Álvarez | 2016-04-20 | 1 | -8/+7 |
| * | webgl: Reset bound buffer when appropiate in BufferData | Emilio Cobos Álvarez | 2016-04-20 | 1 | -2/+7 |
| * | webgl: Rename UniformType to UniformSetterType and hoist to the bottom | Emilio Cobos Álvarez | 2016-04-19 | 1 | -76/+98 |
| * | webgl: Remove active_uniform related validation. | Emilio Cobos Álvarez | 2016-04-19 | 1 | -22/+28 |
| * | webgl: Validate that the texture should be power of two if the level is | Emilio Cobos Álvarez | 2016-04-19 | 1 | -4/+14 |
| * | webgl: Implement the pending texImage2D overload, and add more validation | Emilio Cobos Álvarez | 2016-04-19 | 1 | -29/+284 |
* | | Prevent use of reserved names in BindAttribLocation | David Zbarsky | 2016-04-17 | 1 | -6/+4 |
|/ |
|
* | Added remaining uniforms | Adrian Utrilla | 2016-04-14 | 1 | -119/+214 |
* | Implement GetActiveAttrib | David Zbarsky | 2016-04-11 | 1 | -0/+11 |
* | Auto merge of #10224 - emilio:shader-type-validations, r=jdm | bors-servo | 2016-04-12 | 1 | -11/+34 |
|\ |
|
| * | webgl: Make the api return the context limits and use them for validations | Emilio Cobos Álvarez | 2016-04-03 | 1 | -4/+17 |
| * | webgl: Remove unneeded return value. | Emilio Cobos Álvarez | 2016-04-03 | 1 | -1/+4 |
| * | webgl: Use early return in DrawArrays | Emilio Cobos Álvarez | 2016-04-03 | 1 | -6/+6 |
| * | webgl: Validate shader type parameter to CreateShader. | Emilio Cobos Álvarez | 2016-04-03 | 1 | -0/+7 |
* | | Auto merge of #10433 - saurvs:pr3, r=emilio | bors-servo | 2016-04-07 | 1 | -0/+12 |
|\ \ |
|
| * | | Implement WebGLRenderingContext.getActiveUniform() | Saurav Sachidanand | 2016-04-06 | 1 | -0/+12 |
* | | | Added Uniform2fv | Adrian Utrilla | 2016-04-06 | 1 | -0/+21 |
* | | | Added Uniform1iv | Adrian Utrilla | 2016-04-06 | 1 | -0/+21 |
* | | | Add Uniform2f | Ar13mis | 2016-04-04 | 1 | -0/+19 |
|/ / |
|
* | | Auto merge of #10369 - autrilla:Uniform4iv, r=emilio | bors-servo | 2016-04-03 | 1 | -0/+41 |
|\ \
| |/
|/| |
|
| * | Added Uniform4iv and Uniform4i | Adrian Utrilla | 2016-04-02 | 1 | -0/+41 |
* | | webgl: finish, flush, detachShader, generateMipmap, Uniform1i | Connor Brewster | 2016-04-02 | 1 | -1/+71 |
|/ |
|
* | #10211: Stop re-exporting webrender_traits WebGL types from canvas_traits | Jan-Fabian Humann | 2016-03-30 | 1 | -45/+45 |
* | Change old references of ecoal95 | Emilio Cobos Álvarez | 2016-03-23 | 1 | -6/+5 |
* | Stop sending the renderer id to script. | Ms2ger | 2016-03-21 | 1 | -1/+1 |
* | Remove renderer_id fields. | Ms2ger | 2016-03-21 | 1 | -3/+1 |
* | Remove get_renderer_id functions. | Ms2ger | 2016-03-21 | 1 | -6/+0 |
* | Add WebRender integration to Servo. | Glenn Watson | 2016-02-18 | 1 | -0/+2 |
* | Fix #9508: Beautify our union enums constructors | Alexander Lopatin | 2016-02-07 | 1 | -4/+4 |
* | adding image metadata notification capabilities to image cache | jmr0 | 2016-01-29 | 1 | -1/+2 |
* | Remove unused imports in script | Kishor Bhat | 2016-01-17 | 1 | -1/+0 |
* | webgl: Check shader compilation status on use_program. | Emilio Cobos Álvarez | 2016-01-13 | 1 | -2/+4 |
* | webgl: Check for bound element array buffer on DrawElements | Emilio Cobos Álvarez | 2016-01-13 | 1 | -6/+1 |
* | webgl: Check for pending current_program errors | Emilio Cobos Álvarez | 2016-01-13 | 1 | -4/+8 |
* | webgl: Track uniformlocation's program | Emilio Cobos Álvarez | 2016-01-13 | 1 | -8/+21 |
* | webgl: Implement Uniform1f, Uniform1fv, and Uniform4f | Emilio Cobos Álvarez | 2016-01-13 | 1 | -10/+41 |
* | Add global default method for Reflectable trait | Chad Kimes | 2016-01-11 | 1 | -10/+10 |
* | Remove global field from WebGLRenderingContext | Chad Kimes | 2016-01-10 | 1 | -11/+9 |
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -3/+3 |
* | conversions: Make a `is_type_compatible` method for ArrayBufferViews. | Emilio Cobos Álvarez | 2016-01-04 | 1 | -6/+6 |
* | conversions: Add a checked version to array_buffer_view_data | Emilio Cobos Álvarez | 2016-01-04 | 1 | -8/+7 |
* | conversion: Extrapolate array_buffer_view_data | Emilio Cobos Álvarez | 2016-01-04 | 1 | -24/+24 |
* | webgl: Unify accessing ArrayBufferView objects | Emilio Cobos Álvarez | 2016-01-04 | 1 | -28/+13 |
* | Issue #8738: bufferSubData and texImage2D argument sanity checks. | Simon Martin | 2015-12-26 | 1 | -35/+58 |
* | Implement WebGL scissor method | David Zbarsky | 2015-12-15 | 1 | -0/+7 |
* | Implement various WebGL functions | David Zbarsky | 2015-12-13 | 1 | -70/+209 |