gecko/content/canvas/src
2014-02-14 15:52:39 -08:00
..
CanvasGradient.h Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas 2014-01-10 14:06:17 -05:00
CanvasImageCache.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
CanvasImageCache.h Bug 948221 - Part 7: Convert SurfaceFromElement to Moz2D. r=roc,Bas,bjacob 2013-12-12 10:05:27 +13:00
CanvasPattern.h
CanvasRenderingContext2D.cpp Backed out 2 changesets (bug 939276) because of build bustage 2014-02-14 18:48:05 -05:00
CanvasRenderingContext2D.h Backed out 2 changesets (bug 939276) because of build bustage 2014-02-14 18:48:05 -05:00
CanvasUtils.cpp Bug 956382 - Remove usage of explicit *IgnoringDomain variants. r=mrbkap 2014-02-13 18:57:36 -08:00
CanvasUtils.h Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz 2014-02-12 10:50:46 +00:00
DocumentRendererChild.cpp Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel 2014-01-23 13:26:40 -05:00
DocumentRendererParent.cpp Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel 2014-01-23 13:26:40 -05:00
ImageData.cpp Bug 959958 - Implement ImageData constructor. r=bz 2014-01-28 22:04:40 +09:00
ImageData.h Bug 959958 - Implement ImageData constructor. r=bz 2014-01-28 22:04:40 +09:00
ImageEncoder.cpp Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel 2014-01-23 13:26:40 -05:00
ImageEncoder.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
Makefile.in Bug 941595 - Build with system-cairo is broken. r=glandium 2013-12-10 10:37:03 -05:00
moz.build Bug 823454 - Implement EXT_frag_depth for WebGL. - r=kamidphish 2014-02-13 15:00:12 -08:00
TextMetrics.h
WebGL1Context.cpp
WebGL1Context.h
WebGL2Context.cpp Bug 958369 - 1/5 - Make GLFeature a typed enum - r=jgilbert 2014-01-10 13:55:23 -05:00
WebGL2Context.h
WebGLActiveInfo.cpp
WebGLActiveInfo.h
WebGLBuffer.cpp
WebGLBuffer.h
WebGLContext.cpp Bug 953221 - Minor erroneous complete check fails. r=bjacob 2014-01-24 13:59:33 +10:00
WebGLContext.h Bug 823454 - Implement EXT_frag_depth for WebGL. - r=kamidphish 2014-02-13 15:00:12 -08:00
WebGLContextAsyncQueries.cpp
WebGLContextBuffers.cpp
WebGLContextExtensions.cpp Bug 823454 - Implement EXT_frag_depth for WebGL. - r=kamidphish 2014-02-13 15:00:12 -08:00
WebGLContextFramebufferOperations.cpp Bug 939368 - Add lost context check to WebGLContext::DrawBuffers() to stop NULL 2013-11-21 16:53:00 +10:00
WebGLContextGL.cpp Bug 972622 - MakeCurrent during WebGL.compressedTex(Sub)Image2D(). - r=kamidphish 2014-02-14 15:52:39 -08:00
WebGLContextLossTimer.cpp
WebGLContextNotSupported.cpp
WebGLContextReporter.cpp Bug 947798 (part 2) - Remove MemoryMultiReporter, because it's no longer helpful. r=mccr8. 2013-12-07 21:39:47 -08:00
WebGLContextState.cpp Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz 2014-02-12 10:50:46 +00:00
WebGLContextUtils.cpp Bug 948002 - Fix WebGL framebuffer completeness checks. r=bjacob 2014-01-24 13:53:53 +10:00
WebGLContextUtils.h Bug 948002 - Fix WebGL framebuffer completeness checks. r=bjacob 2014-01-24 13:53:53 +10:00
WebGLContextValidate.cpp b=738872, implement WebGL OES_texture_half_float; part 2 - core impl; r=jgilbert 2014-01-23 16:47:37 -05:00
WebGLContextVertexArray.cpp
WebGLContextVertices.cpp Bug 962392 - Clean up WebGLFramebuffer, particularly handling of RectangleObjects. - r=dglastonbury 2014-01-22 19:59:34 -08:00
WebGLElementArrayCache.cpp Bug 969869 - Use fallible allocation in WebGL element array cache; r=bjacob 2014-02-09 18:16:03 -05:00
WebGLElementArrayCache.h
WebGLExtensionBase.cpp
WebGLExtensionCompressedTextureATC.cpp
WebGLExtensionCompressedTexturePVRTC.cpp
WebGLExtensionCompressedTextureS3TC.cpp
WebGLExtensionDebugRendererInfo.cpp
WebGLExtensionDebugShaders.cpp Bug 968374 - Implement WEBGL_debug_shaders. r=bjacob 2014-02-11 17:37:06 -05:00
WebGLExtensionDepthTexture.cpp
WebGLExtensionDrawBuffers.cpp
WebGLExtensionElementIndexUint.cpp
WebGLExtensionFragDepth.cpp Bug 823454 - Implement EXT_frag_depth for WebGL. - r=kamidphish 2014-02-13 15:00:12 -08:00
WebGLExtensionInstancedArrays.cpp
WebGLExtensionLoseContext.cpp
WebGLExtensions.h Bug 823454 - Implement EXT_frag_depth for WebGL. - r=kamidphish 2014-02-13 15:00:12 -08:00
WebGLExtensionSRGB.cpp
WebGLExtensionStandardDerivatives.cpp
WebGLExtensionTextureFilterAnisotropic.cpp
WebGLExtensionTextureFloat.cpp
WebGLExtensionTextureFloatLinear.cpp
WebGLExtensionTextureHalfFloat.cpp b=738872, implement WebGL OES_texture_half_float; part 2 - core impl; r=jgilbert 2014-01-23 16:47:37 -05:00
WebGLExtensionTextureHalfFloatLinear.cpp Bug 912280 - Implement OES_texture_half_float_linear for WebGL. r=kamidphish 2014-02-13 09:53:53 -05:00
WebGLExtensionVertexArray.cpp
WebGLFramebuffer.cpp Bug 970775 - Add more asserts to WebGLFramebuffer. - r=bjacob 2014-02-13 15:07:59 -08:00
WebGLFramebuffer.h Bug 953221 - Minor erroneous complete check fails. r=bjacob 2014-01-24 13:59:33 +10:00
WebGLMemoryTracker.h Bug 947798 (part 2) - Remove MemoryMultiReporter, because it's no longer helpful. r=mccr8. 2013-12-07 21:39:47 -08:00
WebGLObjectModel.cpp
WebGLObjectModel.h
WebGLProgram.cpp
WebGLProgram.h Bug 969870 - Use fallible allocations to store the used attributes of a WebGL program; r=bjacob 2014-02-09 18:16:38 -05:00
WebGLQuery.cpp Bug 939117 - Don't reference NULL ptr. r=jgilbert 2014-01-20 14:13:23 +10:00
WebGLQuery.h
WebGLRenderbuffer.cpp Bug 958369 - 2/5 - Make GLVendor and GLRenderer typed enums - r=jgilbert 2014-01-10 13:55:23 -05:00
WebGLRenderbuffer.h
WebGLShader.cpp
WebGLShader.h Bug 968374 - Implement WEBGL_debug_shaders. r=bjacob 2014-02-11 17:37:06 -05:00
WebGLShaderPrecisionFormat.cpp
WebGLShaderPrecisionFormat.h
WebGLTexelConversions.cpp b=738872, implement WebGL OES_texture_half_float; part 2 - core impl; r=jgilbert 2014-01-23 16:47:37 -05:00
WebGLTexelConversions.h b=738872, implement WebGL OES_texture_half_float; part 2 - core impl; r=jgilbert 2014-01-23 16:47:37 -05:00
WebGLTexture.cpp Bug 912280 - Implement OES_texture_half_float_linear for WebGL. r=kamidphish 2014-02-13 09:53:53 -05:00
WebGLTexture.h
WebGLTypes.h b=738872, implement WebGL OES_texture_half_float; part 2 - core impl; r=jgilbert 2014-01-23 16:47:37 -05:00
WebGLUniformInfo.h
WebGLUniformLocation.cpp
WebGLUniformLocation.h
WebGLValidateStrings.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
WebGLVertexArray.cpp
WebGLVertexArray.h
WebGLVertexAttribData.h