Anthony Ramine
|
8828925f4f
|
Properly support gl_PointSize and gl_PointCoord
Fixes #21719.
Fixes #20993.
Fixes #20992.
Fixes #21007.
Fixes #20979.
|
2018-10-18 20:15:23 +02:00 |
|
WPT Sync Bot
|
5e2118728a
|
Update web-platform-tests to revision e29e596073468910d8655a8ec23262f17543e147
|
2018-10-03 23:02:48 -04:00 |
|
WPT Sync Bot
|
7ba3376dde
|
Update web-platform-tests to revision 2df7f9ff620cbdaa2928464892fb1dfb880fd6c6
|
2018-09-28 22:54:30 -04:00 |
|
WPT Sync Bot
|
7295abcc2a
|
Update web-platform-tests to revision 36634cbcf3253dfe8d220990a27ad4eeebf8ec2f
|
2018-09-27 23:48:13 -04:00 |
|
WPT Sync Bot
|
20a08918d9
|
Update web-platform-tests to revision 3d117ae1266e6bd039a3a1ab92b27e82c3ccc92d
|
2018-09-23 23:26:42 -04:00 |
|
WPT Sync Bot
|
8ea5658199
|
Update web-platform-tests to revision 50ff4f970fd8592a9f436d4e86e7d572de143260
|
2018-09-20 22:44:37 -04:00 |
|
paavininanda
|
3f24d67928
|
Adding relevant mutations and new test results
|
2018-09-20 23:59:31 +05:30 |
|
Anthony Ramine
|
60c93cfabe
|
Validate GLSL names (fixes #21287)
|
2018-09-20 15:00:47 +02:00 |
|
Anthony Ramine
|
aeaf895a05
|
Add some bug links
|
2018-09-20 11:31:55 +02:00 |
|
Anthony Ramine
|
2662739ee5
|
Update WebGL tests
|
2018-09-20 11:31:55 +02:00 |
|
Anthony Ramine
|
900c3cc6b5
|
Implement gl.getParameter(gl.UNPACK_COLORSPACE_CONVERSION_WEBGL)
|
2018-09-18 11:48:34 +02:00 |
|
Anthony Ramine
|
fe6f53ffb4
|
Fix a small texSubImage2D bug
|
2018-09-18 10:49:31 +02:00 |
|
Anthony Ramine
|
8c100b23b1
|
Implement proper origin checks for WebGL textures (fixes #21522)
|
2018-09-18 10:33:42 +02:00 |
|
Anthony Ramine
|
e745050f3a
|
Update some outdated expectations
|
2018-09-17 23:44:41 +02:00 |
|
Josh Matthews
|
ac1d5050a2
|
Annotate bug for gl-pointcoord.html.
|
2018-09-14 17:32:10 -04:00 |
|
Josh Matthews
|
3d3a3254f3
|
Add bug reference for drawingbuffer-test.html.
|
2018-09-14 16:49:14 -04:00 |
|
Josh Matthews
|
59b8f971b5
|
webgl: Mark framebuffers as uninitialized when their attached renderbuffer's storage changes.
|
2018-09-14 16:17:47 -04:00 |
|
Anthony Ramine
|
983a914da3
|
Mark shader-uniform-packing-restrictions.html as long-running
|
2018-09-13 22:04:29 +02:00 |
|
Anthony Ramine
|
9db1a5cd0b
|
Update some outdated WebGL expectations
|
2018-09-13 22:04:29 +02:00 |
|
Anthony Ramine
|
c7a54cc850
|
Add some bug links in expectations
|
2018-09-13 22:04:28 +02:00 |
|
Anthony Ramine
|
a02a6de88e
|
Update WebGL tests
This brings in https://github.com/KhronosGroup/WebGL/pull/2708.
|
2018-09-12 23:45:50 +02:00 |
|
Anthony Ramine
|
7ccb2d80d8
|
Annotate yet another expectation with a bug link
|
2018-09-12 23:45:50 +02:00 |
|
Anthony Ramine
|
d5f3b211ba
|
Properly support PACK_ALIGNMENT in WebGL 1
|
2018-09-12 23:45:49 +02:00 |
|
Josh Matthews
|
b8ee62e67b
|
webgl: Update test results for newly-exposed missing checks.
|
2018-09-10 16:31:32 -04:00 |
|
Josh Matthews
|
bb8d9ba74c
|
webgl: Ensure that depth and stencil attachments are rebound after messing with DEPTH_STENCIL attachments.
|
2018-09-10 16:31:30 -04:00 |
|
Josh Matthews
|
df8e36aa78
|
webgl: Differentiate between missing colour attachments and incomplete attachments.
|
2018-09-10 16:31:28 -04:00 |
|
Josh Matthews
|
690c98dda7
|
webgl: return missing attachment status from framebuffers with no attachments.
|
2018-09-10 15:56:17 -04:00 |
|
Josh Matthews
|
da3b0ef88f
|
webgl: Clear renderbuffers on first read/write operation.
|
2018-09-10 15:56:16 -04:00 |
|
Josh Matthews
|
944d1d1f29
|
webgl: Check internal format of textures when determining attachment completeness.
|
2018-09-10 15:56:16 -04:00 |
|
Josh Matthews
|
d179435eab
|
webgl: Ensure that framebuffers have a color attachment before reading or writing.
|
2018-09-10 15:56:15 -04:00 |
|
Anthony Ramine
|
6d3609dbe8
|
Fix the UNSIGNED_SHORT_4_4_4_4 case of premultiply_pixels
|
2018-09-09 12:22:01 +02:00 |
|
Anthony Ramine
|
d8b7394fa3
|
Fix the UNSIGNED_SHORT_5_5_5_1 case of premultiply_pixels
|
2018-09-09 12:21:56 +02:00 |
|
Anthony Ramine
|
e61c7b757f
|
Fix the LUMINANCE of rgba8_image_to_tex_image_data
The internal format and format values match, thus the canvas or image input
must be interpreted as already in LUMINANCE format.
|
2018-09-09 12:21:54 +02:00 |
|
Anthony Ramine
|
9a362391d5
|
Fix the LUMINANCE_ALPHA case of rgba8_image_to_tex_image_data
The internal format and format values match, thus the canvas or image input
must be interpreted as already in LUMINANCE_ALPHA format.
|
2018-09-09 12:21:54 +02:00 |
|
Anthony Ramine
|
7024c99a86
|
Update WebGL tests
https://github.com/KhronosGroup/WebGL/pull/2702
|
2018-09-01 02:39:37 +02:00 |
|
Anthony Ramine
|
166ee7acbc
|
Set dom.canvas-text.enabled for some WebGL tests
|
2018-08-31 21:58:06 +02:00 |
|
Anthony Ramine
|
02bd2630e4
|
Add some bug links in WebGL 1.0 expectations
|
2018-08-31 15:29:31 +02:00 |
|
Anthony Ramine
|
900a19058e
|
Support unions of objects in overloads
Part of #20513, implementing the parts useful for WebGL.
|
2018-08-30 16:15:40 +02:00 |
|
Anthony Ramine
|
4cf944eab8
|
Fix gl.isBuffer for buffers that are marked for deletion but still attached
|
2018-08-30 16:15:39 +02:00 |
|
Anthony Ramine
|
7b673de4d6
|
Always emit INVALID_OPERATION on null element buffers in drawElements
|
2018-08-30 16:15:39 +02:00 |
|
Anthony Ramine
|
83e27e4167
|
Remove WebGLRenderingContext.STENCIL_INDEX
|
2018-08-30 16:15:38 +02:00 |
|
Anthony Ramine
|
7f9d560f28
|
Allow binding the null buffer in vertexAttribPointer if offset is 0
|
2018-08-30 16:15:38 +02:00 |
|
Anthony Ramine
|
0ba66f9f12
|
Fix the error for invalid arrays passed to gl.vertexAttrib*v()
|
2018-08-30 16:15:38 +02:00 |
|
Anthony Ramine
|
273aac87e4
|
Make use of window.onerror in Khronos tests
|
2018-08-30 16:15:35 +02:00 |
|
Anthony Ramine
|
6089e45b7d
|
Make setZeroTimeout use window.setTimeout
|
2018-08-29 02:05:49 +02:00 |
|
Anthony Ramine
|
cb2f83cf8e
|
Fix Drop assertion for WebGLBuffer
A buffer that is dropped may not have been marked for deletion but it
must not be attached to any VAO.
|
2018-08-29 02:05:49 +02:00 |
|
Anthony Ramine
|
59b3f0458e
|
Disable many texture-related tests for things we don't support yet
|
2018-08-29 02:05:49 +02:00 |
|
Anthony Ramine
|
c48d1fa5b7
|
Disable rapid-resizing.html
The absence of support for preserveDrawingBuffer makes it timeout.
|
2018-08-28 19:36:26 +02:00 |
|
Anthony Ramine
|
5a8ed02d5c
|
Disable quickCheckAPI-S_V.html
It generates random input which even trips the invalid surrogate panic.
|
2018-08-28 19:36:26 +02:00 |
|
Anthony Ramine
|
428b305ea6
|
Merge unit.patch and unit2.patch
|
2018-08-28 19:35:50 +02:00 |
|