gecko-dev/dom/canvas
Jeff Gilbert (:jgilbert) 34864e743e Bug 1290831 - Clarify TexUnpackBlob::TexOrSubImage's fallibility and update callers. - r=cleu
MozReview-Commit-ID: EmkzXwek8JW
2016-11-16 20:44:30 -08:00
..
crashtests Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/canvas. r=RyanVM 2016-11-05 11:29:15 +01:00
gtest Bug 1314870 - gtestify TestWebGLElementArrayCache.cpp. r=jgilbert. 2016-11-04 14:38:59 +11:00
test Bug 1308057 - Update tests. - r=ethlin 2016-11-14 14:04:57 -08:00
CanvasGradient.h Bug 1275693 - Refactor <canvas> fillText drawing to re-use gfxTextRun::Draw. r=jfkthame 2016-07-13 19:07:00 +02:00
CanvasImageCache.cpp Bug 1293117 (part 4) - Change many NS_IMETHODIMP occurrences to NS_IMETHOD. r=froydnj. 2016-08-08 10:54:47 +10:00
CanvasImageCache.h Bug 1267260 - Change CanvasImageCache to lookup cache images based on imgIContainer instead of imgIRequest. r=seth 2016-05-10 08:00:06 -07:00
CanvasPath.h Bug 910138 - Part 1. Add support for new canvas ellipse method. r=roc, r=smaug 2016-03-15 00:53:00 +01:00
CanvasPattern.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
CanvasRenderingContext2D.cpp Bug 1313884: Part 2. Additional nullptr test and nightly/aurora crash if bad things happen. r=gw280 2016-11-15 12:56:16 -05:00
CanvasRenderingContext2D.h Bug 1309913: Pass the compositor type to canvas on creation. r=dvander 2016-11-03 10:57:33 -04:00
CanvasRenderingContextHelper.cpp Merge m-c to autoland 2016-11-03 20:02:24 -07:00
CanvasRenderingContextHelper.h Merge m-c to autoland 2016-11-03 20:02:24 -07:00
CanvasUtils.cpp Bug 1290337 - Part 16: Replace Value parameter to const Value& in dom. r=smaug 2016-09-11 18:15:24 +09:00
CanvasUtils.h Bug 1290337 - Part 16: Replace Value parameter to const Value& in dom. r=smaug 2016-09-11 18:15:24 +09:00
DocumentRendererChild.cpp Bug 1276824 (part 1) - Rename gfxContext::ForDrawTarget{,WithTransform}(). r=milan. 2016-06-07 09:39:56 +10:00
DocumentRendererChild.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
DocumentRendererParent.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
DocumentRendererParent.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
ImageBitmap.cpp Bug 1308090, r=jrmuizel 2016-10-06 15:59:15 +01:00
ImageBitmap.h Bug 1141979 - part11 - handle cases that mapDataInto() should throw; r=jrmuizel 2016-03-16 12:01:32 +08:00
ImageBitmapColorUtils.cpp Bug 1141979 - part6 - implement ImageBitmapFormatUtils; r=jrmuizel 2016-05-30 15:48:02 +08:00
ImageBitmapColorUtils.h Bug 1141979 - part6 - implement ImageBitmapFormatUtils; r=jrmuizel 2016-05-30 15:48:02 +08:00
ImageBitmapRenderingContext.cpp Bug 1304767 - Deprecated ImageBitmapRenderingContext.transferImageBitmap. r=Ehsan 2016-10-07 17:14:34 +08:00
ImageBitmapRenderingContext.h Bug 1304767 - Deprecated ImageBitmapRenderingContext.transferImageBitmap. r=Ehsan 2016-10-07 17:14:34 +08:00
ImageBitmapSource.h Bug 1141979 - part1 - WebIDL for native implementation; r=jrmuizel, r=smaug 2015-11-18 16:57:38 +08:00
ImageBitmapUtils.cpp Bug 1141979 - part6 - implement ImageBitmapFormatUtils; r=jrmuizel 2016-05-30 15:48:02 +08:00
ImageBitmapUtils.h Bug 1141979 - part6 - implement ImageBitmapFormatUtils; r=jrmuizel 2016-05-30 15:48:02 +08:00
ImageData.cpp Bug 1176214 - Part 11: Changes to DOM, except for WebGL. r=bz, r=clb 2015-11-25 19:04:50 +01:00
ImageData.h Bug 1297558 - Remove explicit calls to Expose*ToActiveJS r=mccr8 2016-10-18 17:58:19 +01:00
ImageUtils.cpp Bug 1317241 - Replace default bodies of special member functions with = default in dom/. r=baku 2016-11-14 11:40:37 +02:00
ImageUtils.h Bug 1141979 - part7 - implement ImageUtils; r=jrmuizel 2016-03-21 14:33:10 +08:00
MurmurHash3.cpp Bug 1300124 - make MurmurHash3.cpp compile with clang-cl; r=bkelly 2016-09-06 15:46:01 -04:00
MurmurHash3.h
OffscreenCanvas.cpp Remove racy ImageBridgeChild shutdown/creation checks. (bug 1298938 part 4, r=nical) 2016-09-13 16:30:57 -07:00
OffscreenCanvas.h Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical) 2016-09-02 16:08:49 -07:00
TexUnpackBlob.cpp Bug 1290831 - Clarify TexUnpackBlob::TexOrSubImage's fallibility and update callers. - r=cleu 2016-11-16 20:44:30 -08:00
TexUnpackBlob.h Bug 1290831 - Clarify TexUnpackBlob::TexOrSubImage's fallibility and update callers. - r=cleu 2016-11-16 20:44:30 -08:00
TextMetrics.h
WebGL1Context.cpp Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - r=ethlin 2016-11-14 14:04:41 -08:00
WebGL1Context.h Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - r=ethlin 2016-11-14 14:04:41 -08:00
WebGL1ContextUniforms.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGL2Context.cpp Bug 1306174 - Remove ETC support from core WebGL2. - r=ethlin 2016-10-12 13:54:31 -07:00
WebGL2Context.h Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - r=ethlin 2016-11-14 14:04:41 -08:00
WebGL2ContextBuffers.cpp Bug 1306112 - `separate` should use <=, not <. - r=ethlin 2016-11-11 19:03:18 -08:00
WebGL2ContextDraw.cpp Bug 1185803 - Replace MOZ_CRASH with GenerateWarning. r=jgilbert 2015-07-22 11:23:20 +10:00
WebGL2ContextFramebuffers.cpp No bug - Fix typo. 2016-11-11 19:03:11 -08:00
WebGL2ContextMRTs.cpp Bug 1313541 - ClearBuffer impl. - r=ethlin 2016-10-31 15:03:17 -07:00
WebGL2ContextPrograms.cpp
WebGL2ContextQueries.cpp Bug 1308057 - Use pointer-to-query-slot for is-active status. DeleteQuery should clear its slot if it has one. - r=ethlin 2016-11-14 14:05:19 -08:00
WebGL2ContextRenderbuffers.cpp Bug 1236787 - Check internalformat to pass getInternalformatParameter in gl-object-get-calls.html (2.0); r=jgilbert 2016-07-14 11:27:27 +08:00
WebGL2ContextSamplers.cpp Bug 1290032 - return null for InvalidEnum. r=jgilbert 2016-07-28 17:37:00 +02:00
WebGL2ContextState.cpp Bug 1300946 - Implement transform feedback. - r=jrmuizel 2016-09-22 19:13:21 -07:00
WebGL2ContextSync.cpp Bug 1237194 - Fix getSyncParameter return error. r=jgilbert 2016-01-06 01:29:00 +01:00
WebGL2ContextTextures.cpp Bug 1313541 - Rewrite TexImageSource glue. - r=ethlin 2016-10-31 15:03:24 -07:00
WebGL2ContextTransformFeedback.cpp Bug 1300946 - Binding a deleted TFO should be INVALID_OP. - r=ethlin 2016-09-22 19:13:22 -07:00
WebGL2ContextUniforms.cpp Bug 1313541 - Reimplement glue in accordance to webidl deviation minimization. - r=ethlin 2016-10-31 15:03:22 -07:00
WebGL2ContextVAOs.cpp Bug 1170454: Fix up instance type for VAOs. r=smaug,r=jgilbert 2015-06-10 11:53:08 +10:00
WebGL2ContextVertices.cpp Bug 1313541 - Uniform impl. - r=ethlin 2016-10-31 15:03:09 -07:00
WebGLActiveInfo.cpp Bug 1286768 - Fix num used attrib locations for matrix types. - r=mtseng 2016-07-18 00:20:51 -07:00
WebGLActiveInfo.h Bug 1286768 - Fix num used attrib locations for matrix types. - r=mtseng 2016-07-18 00:20:51 -07:00
WebGLBuffer.cpp Bug 1313541 - GetBufferSubData impl. - r=ethlin 2016-10-31 15:02:56 -07:00
WebGLBuffer.h Bug 1313541 - Add WebGLBuffer::ValidateRange. - r=ethlin 2016-10-31 15:02:51 -07:00
WebGLContext.cpp Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - r=ethlin 2016-11-14 14:04:41 -08:00
WebGLContext.h Bug 1317625. Stop using xpc::AccessCheck in WebGL code. r=jgilbert 2016-11-16 14:10:22 -05:00
WebGLContextBuffers.cpp Bug 1313541 - GetBufferSubData impl. - r=ethlin 2016-10-31 15:02:56 -07:00
WebGLContextDraw.cpp Bug 1305190 - Fix vertex attrib elem size calculations. - r=ethlin 2016-09-29 13:49:25 -07:00
WebGLContextExtensions.cpp Bug 1317625. Stop using xpc::AccessCheck in WebGL code. r=jgilbert 2016-11-16 14:10:22 -05:00
WebGLContextFramebufferOperations.cpp Bug 1303879 - Refactor framebuffer funcs and completeness caching. - r=mtseng 2016-09-22 19:13:17 -07:00
WebGLContextGL.cpp Bug 1313541 - Uniform impl. - r=ethlin 2016-10-31 15:03:09 -07:00
WebGLContextLossHandler.cpp Bug 1280507 - Simplify context loss handler. - r=jrmuizel 2016-06-30 12:39:12 -04:00
WebGLContextLossHandler.h Bug 1280507 - Simplify context loss handler. - r=jrmuizel 2016-06-30 12:39:12 -04:00
WebGLContextNotSupported.cpp
WebGLContextState.cpp Bug 1308057 - GPU_DISJOINT is false unless we have the ext. - r=ethlin 2016-11-14 14:05:25 -08:00
WebGLContextTextures.cpp Bug 1313541 - Rewrite TexImageSource glue. - r=ethlin 2016-10-31 15:03:24 -07:00
WebGLContextUnchecked.cpp Bug 1300946 - Implement transform feedback. - r=jrmuizel 2016-09-22 19:13:21 -07:00
WebGLContextUnchecked.h Bug 1300946 - Implement transform feedback. - r=jrmuizel 2016-09-22 19:13:21 -07:00
WebGLContextUtils.cpp Bug 1289050 - Part 5.1: Use ASCII variants of JS_ReportWarning in dom/canvas. r=jwalden,jgilbert 2016-09-30 12:34:45 +09:00
WebGLContextUtils.h Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz 2015-11-24 20:15:29 -08:00
WebGLContextValidate.cpp Bug 1306112 - Inline singly-used ValidateDataRanges. - r=ethlin 2016-11-11 19:03:16 -08:00
WebGLContextVertexArray.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
WebGLContextVertices.cpp Bug 1305190 - Fix vertex attrib elem size calculations. - r=ethlin 2016-09-29 13:49:25 -07:00
WebGLElementArrayCache.cpp Bug 1300946 - Implement transform feedback. - r=jrmuizel 2016-09-22 19:13:21 -07:00
WebGLElementArrayCache.h Bug 1300946 - Implement transform feedback. - r=jrmuizel 2016-09-22 19:13:21 -07:00
WebGLExtensionBase.cpp Bug 1274769 - handle the WebGLTimerQuery deletion status for GLContext cleanup. r=jgilbert 2016-05-24 18:52:00 +02:00
WebGLExtensionBlendMinMax.cpp Bug 1168845 - Update WebGL interface names to follow the spec. r=smaug, r=dglastonbury 2015-06-01 10:17:00 -04:00
WebGLExtensionColorBufferFloat.cpp Bug 1265676 - Fix other callsites. - r=ethlin 2016-07-08 15:25:58 -07:00
WebGLExtensionColorBufferHalfFloat.cpp Bug 1265676 - Fix other callsites. - r=ethlin 2016-07-08 15:25:58 -07:00
WebGLExtensionCompressedTextureATC.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionCompressedTextureES3.cpp Bug 1316778 - Update ES3 compressed format ext name to _etc. - r=ethlin 2016-11-14 14:00:12 -08:00
WebGLExtensionCompressedTextureETC1.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionCompressedTexturePVRTC.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionCompressedTextureS3TC.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionDebugRendererInfo.cpp Bug 1168845 - Update WebGL interface names to follow the spec. r=smaug, r=dglastonbury 2015-06-01 10:17:00 -04:00
WebGLExtensionDebugShaders.cpp Bug 1168845 - Update WebGL interface names to follow the spec. r=smaug, r=dglastonbury 2015-06-01 10:17:00 -04:00
WebGLExtensionDepthTexture.cpp Bug 1291083 - Explicitly make WEBGL_depth_texture formats filterable. - r=mtseng 2016-08-03 12:24:47 -07:00
WebGLExtensionDisjointTimerQuery.cpp Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - r=ethlin 2016-11-14 14:04:41 -08:00
WebGLExtensionDrawBuffers.cpp Bug 1300932 - Enable draw_buffers on ES3, but not WEBGL_draw_buffers. - r=jerry 2016-09-08 11:34:32 -07:00
WebGLExtensionEXTColorBufferFloat.cpp Bug 1265676 - Fix other callsites. - r=ethlin 2016-07-08 15:25:58 -07:00
WebGLExtensionElementIndexUint.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionFragDepth.cpp Bug 1168845 - Update WebGL interface names to follow the spec. r=smaug, r=dglastonbury 2015-06-01 10:17:00 -04:00
WebGLExtensionInstancedArrays.cpp Bug 1168845 - Update WebGL interface names to follow the spec. r=smaug, r=dglastonbury 2015-06-01 10:17:00 -04:00
WebGLExtensionLoseContext.cpp Bug 1168845 - Update WebGL interface names to follow the spec. r=smaug, r=dglastonbury 2015-06-01 10:17:00 -04:00
WebGLExtensionSRGB.cpp Bug 1265676 - Fix other callsites. - r=ethlin 2016-07-08 15:25:58 -07:00
WebGLExtensionShaderTextureLod.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionStandardDerivatives.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionTextureFilterAnisotropic.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionTextureFloat.cpp Bug 1233046 - Fix OES_texture_float on OSX. - r=jrmuizel 2016-01-28 14:27:57 -08:00
WebGLExtensionTextureFloatLinear.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionTextureHalfFloat.cpp Bug 1233046 - Fix OES_texture_float on OSX. - r=jrmuizel 2016-01-28 14:27:57 -08:00
WebGLExtensionTextureHalfFloatLinear.cpp Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLExtensionVertexArray.cpp Bug 1136416 - Hack to pass the context-lost test for now. - r=ethlin 2016-07-18 22:52:02 -07:00
WebGLExtensions.h Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - r=ethlin 2016-11-14 14:04:41 -08:00
WebGLFormats.cpp Bug 1315686 - Rename DS to avoid macro conflict on Solaris. - r=jgilbert 2016-11-09 19:01:47 -08:00
WebGLFormats.h Bug 1315686 - Rename DS to avoid macro conflict on Solaris. - r=jgilbert 2016-11-09 19:01:47 -08:00
WebGLFramebuffer.cpp Bug 1316530 - Normalized int/uint count as fixed, and should be treated like floats in BlitFramebuffer. - r=ethlin 2016-11-16 20:44:28 -08:00
WebGLFramebuffer.h Bug 1303879 - Refresh DrawBuffers and ReadBuffer to handle GL4.0 and below. - r=mtseng 2016-09-22 19:13:20 -07:00
WebGLFramebufferAttachable.cpp Bug 1182371 - Misc WebGL cleanup. - r=kamidphish 2015-07-14 17:37:28 -07:00
WebGLFramebufferAttachable.h Bug 1182371 - Misc WebGL cleanup. - r=kamidphish 2015-07-14 17:37:28 -07:00
WebGLInternalFormatsTable.h
WebGLMemoryTracker.cpp Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm. 2016-08-24 15:23:45 +10:00
WebGLMemoryTracker.h Bug 1182371 - Misc WebGL cleanup. - r=kamidphish 2015-07-14 17:37:28 -07:00
WebGLObjectModel.cpp Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - r=ethlin 2016-11-14 14:04:41 -08:00
WebGLObjectModel.h Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - r=ethlin 2016-11-14 14:04:41 -08:00
WebGLProgram.cpp No bug - Fix typo. 2016-11-11 19:03:11 -08:00
WebGLProgram.h Bug 1313541 - Reimplement glue in accordance to webidl deviation minimization. - r=ethlin 2016-10-31 15:03:22 -07:00
WebGLQuery.cpp Bug 1308057 - Use pointer-to-query-slot for is-active status. DeleteQuery should clear its slot if it has one. - r=ethlin 2016-11-14 14:05:19 -08:00
WebGLQuery.h Bug 1308057 - Use pointer-to-query-slot for is-active status. DeleteQuery should clear its slot if it has one. - r=ethlin 2016-11-14 14:05:19 -08:00
WebGLRenderbuffer.cpp Bug 1303879 - Refactor framebuffer funcs and completeness caching. - r=mtseng 2016-09-22 19:13:17 -07:00
WebGLRenderbuffer.h Bug 1303878 - Fix todos in WebGL. - r=mtseng 2016-09-22 19:13:16 -07:00
WebGLSampler.cpp Bug 1313584 - Add complete parameters handling for SamplerParameterX to cover test need. r=mtseng 2016-11-07 10:22:31 +08:00
WebGLSampler.h Bug 1288649 - 2-arg ctors shouldn't be explicit. 2016-07-25 14:46:25 -07:00
WebGLShader.cpp Bug 1300946 - Implement transform feedback. - r=jrmuizel 2016-09-22 19:13:21 -07:00
WebGLShader.h Bug 1300946 - Implement transform feedback. - r=jrmuizel 2016-09-22 19:13:21 -07:00
WebGLShaderPrecisionFormat.cpp Bug 1182371 - Misc WebGL cleanup. - r=kamidphish 2015-07-14 17:37:28 -07:00
WebGLShaderPrecisionFormat.h Bug 1182371 - Misc WebGL cleanup. - r=kamidphish 2015-07-14 17:37:28 -07:00
WebGLShaderValidator.cpp Bug 1303443 - Update ANGLE to chromium/2862. r=jgilbert 2016-10-25 19:29:00 -04:00
WebGLShaderValidator.h Bug 1300946 - Implement transform feedback. - r=jrmuizel 2016-09-22 19:13:21 -07:00
WebGLStrongTypes.h Bug 1241777 - TexCompareFunc should be stored in ascending order. r=jgilbert 2016-01-27 14:12:52 +08:00
WebGLSync.cpp Bug 1281991 - Clean up WebGLSync objects before WebGL context lost, r=jgilbert 2016-06-23 17:01:36 +08:00
WebGLSync.h Bug 1182371 - Misc WebGL cleanup. - r=kamidphish 2015-07-14 17:37:28 -07:00
WebGLTexelConversions.cpp Bug 1276093 - Warn on slow CPU format conversions. - r=jrmuizel 2016-05-31 19:33:22 -07:00
WebGLTexelConversions.h Bug 1276093 - Warn on slow CPU format conversions. - r=jrmuizel 2016-05-31 19:33:22 -07:00
WebGLTexture.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
WebGLTexture.h Bug 1313541 - Rewrite TexImageSource glue. - r=ethlin 2016-10-31 15:03:24 -07:00
WebGLTextureUpload.cpp Bug 1290831 - Clarify TexUnpackBlob::TexOrSubImage's fallibility and update callers. - r=cleu 2016-11-16 20:44:30 -08:00
WebGLTransformFeedback.cpp Bug 1300946 - Implement transform feedback. - r=jrmuizel 2016-09-22 19:13:21 -07:00
WebGLTransformFeedback.h Bug 1282408 - Add ignore-initialization-check annotation to variables from WebGLTransformFeedback. r=jgilbert 2016-09-27 14:16:27 +03:00
WebGLTypes.h Bug 1316778 - Update ES3 compressed format ext name to _etc. - r=ethlin 2016-11-14 14:00:12 -08:00
WebGLUniformLocation.cpp Bug 1136494 - Update LinkInfo. - r=mtseng 2016-07-18 00:19:19 -07:00
WebGLUniformLocation.h Bug 1288649 - Fix non-unified-build errors. - r=ethlin 2016-07-25 14:46:20 -07:00
WebGLValidateStrings.cpp Bug 1243663 - Max uniform and attribute location lengths in WebGL2 should be 1024. r=jgilbert 2016-01-29 14:44:08 +08:00
WebGLValidateStrings.h
WebGLVertexArray.cpp Bug 1182371 - Misc WebGL cleanup. - r=kamidphish 2015-07-14 17:37:28 -07:00
WebGLVertexArray.h Bug 1305190 - Fix vertex attrib elem size calculations. - r=ethlin 2016-09-29 13:49:25 -07:00
WebGLVertexArrayFake.cpp Bug 1305190 - Fix vertex attrib elem size calculations. - r=ethlin 2016-09-29 13:49:25 -07:00
WebGLVertexArrayFake.h Bug 1167504 - Part 6: Remove BindableName - Vertex Array. r=jgilbert 2015-06-10 13:52:06 +10:00
WebGLVertexArrayGL.cpp Bug 1225576. Always use the VAO workaround. r=jgilbert 2015-12-01 14:46:46 -05:00
WebGLVertexArrayGL.h Bug 1225576. Always use the VAO workaround. r=jgilbert 2015-12-01 14:46:46 -05:00
WebGLVertexArrayObject.cpp Bug 1277027 - fix MOZ_CRASH to have GFX prefix in webGL code r=BenWa,milan 2016-06-06 11:17:23 -04:00
WebGLVertexArrayObject.h Bug 1170454: Fix up instance type for VAOs. r=smaug,r=jgilbert 2015-06-10 11:53:08 +10:00
WebGLVertexAttribData.cpp Bug 1305190 - Fix vertex attrib elem size calculations. - r=ethlin 2016-09-29 13:49:25 -07:00
WebGLVertexAttribData.h Bug 1305190 - Fix vertex attrib elem size calculations. - r=ethlin 2016-09-29 13:49:25 -07:00
moz.build Bug 1308057 - Merge WebGLTimerQuery into WebGLQuery. - r=ethlin 2016-11-14 14:04:41 -08:00
nsICanvasRenderingContextInternal.h Bug 1297054 - remove null check in CanvasRenderingContext2D::InitializeWithDrawTarget. r=jrmuizel 2016-08-23 11:41:21 +03:00