.. |
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
|
Bug 856472: CanvasPattern and CanvasGradient don't need to inherit nsISupports r=bz
|
2013-07-26 11:25:56 -07:00 |
CanvasRenderingContext2D.cpp
|
Bug 982480 - Add support + test case for context alpha attribute. r=roc
|
2014-03-16 15:34:14 -04:00 |
CanvasRenderingContext2D.h
|
Bug 982480 - Add support + test case for context alpha attribute. r=roc
|
2014-03-16 15:34:14 -04: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 976350 patch 1: Move the contents of nsTraceRefcnt.h into nsISupportsImpl.h. r=bsmedberg
|
2014-02-26 13:36:35 -08: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 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
TextMetrics.h
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
WebGL1Context.cpp
|
Bug 890049 - WebGL2 Replace WebGLContext by WebGLContext with one subclass WebGL1Context. r=jgilbert
|
2013-07-16 10:32:24 -04:00 |
WebGL1Context.h
|
Bug 890311 - [WebGL 2.0] Add WebGL2Context C++ class inheriting WebGLContext. r=jgilbert
|
2013-07-17 09:58:09 -04:00 |
WebGL2Context.cpp
|
Bug 958369 - 1/5 - Make GLFeature a typed enum - r=jgilbert
|
2014-01-10 13:55:23 -05:00 |
WebGL2Context.h
|
Bug 890311 - [WebGL 2.0] Add WebGL2Context C++ class inheriting WebGLContext. r=jgilbert
|
2013-07-17 09:58:09 -04:00 |
WebGLActiveInfo.cpp
|
Bug 811371 - Drop nsISupports inheritance on WebGL object classes. r=bjacob
|
2013-08-29 11:39:17 -04:00 |
WebGLActiveInfo.h
|
Bug 811371 - Remove nsISupports inheritance in remaining (i.e. new) WebGL classes - r=continuation
|
2013-09-04 08:14:48 -04:00 |
WebGLBuffer.cpp
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
WebGLBuffer.h
|
Bug 911855 - Remove redundant WebGL integer typedefs - r=jgilbert
|
2013-09-04 08:14:43 -04:00 |
WebGLContext.cpp
|
Bug 982464 - Disable extension functionality after a context lost happens. r=jgilbert
|
2014-03-12 12:51:39 +10:00 |
WebGLContext.h
|
Bug 982480 - Add support + test case for context alpha attribute. r=roc
|
2014-03-16 15:34:14 -04:00 |
WebGLContextAsyncQueries.cpp
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
WebGLContextBuffers.cpp
|
Bug 978418 - Split GetError flags for WebGL. - r=kamidphish
|
2014-03-07 13:16:34 -08:00 |
WebGLContextExtensions.cpp
|
Bug 943190 - Implement WEBGL_compressed_texture_et1. - r=kamidphish
|
2014-03-10 15:42:58 -07: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 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
WebGLContextLossTimer.cpp
|
Bug 911879 - Give WebGLContext.h a good round of removing unneeded inline method bodies - r=jgilbert
|
2013-09-04 08:14:50 -04:00 |
WebGLContextNotSupported.cpp
|
Bug 895855 - [WebGL 2.0] Build error when using --disable-webgl. r=bjacob
|
2013-07-19 12:53:54 -04:00 |
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 943190 - Implement WEBGL_compressed_texture_et1. - r=kamidphish
|
2014-03-10 15:42:58 -07:00 |
WebGLContextUtils.h
|
Bug 948002 - Fix WebGL framebuffer completeness checks. r=bjacob
|
2014-01-24 13:53:53 +10:00 |
WebGLContextValidate.cpp
|
Bug 983068 - Fix float/half float texture validation. r=jgilbert
|
2014-03-13 18:48:50 +10:00 |
WebGLContextVertexArray.cpp
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
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
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
WebGLExtensionBase.cpp
|
Bug 982464 - Disable extension functionality after a context lost happens. r=jgilbert
|
2014-03-12 12:51:39 +10:00 |
WebGLExtensionColorBufferFloat.cpp
|
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
|
2014-03-07 13:26:17 -08:00 |
WebGLExtensionColorBufferHalfFloat.cpp
|
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
|
2014-03-07 13:26:17 -08:00 |
WebGLExtensionCompressedTextureATC.cpp
|
|
|
WebGLExtensionCompressedTextureETC1.cpp
|
Bug 943190 - Implement WEBGL_compressed_texture_et1. - r=kamidphish
|
2014-03-10 15:42:58 -07:00 |
WebGLExtensionCompressedTexturePVRTC.cpp
|
|
|
WebGLExtensionCompressedTextureS3TC.cpp
|
|
|
WebGLExtensionDebugRendererInfo.cpp
|
|
|
WebGLExtensionDebugShaders.cpp
|
Bug 982464 - Disable extension functionality after a context lost happens. r=jgilbert
|
2014-03-12 12:51:39 +10:00 |
WebGLExtensionDepthTexture.cpp
|
|
|
WebGLExtensionDrawBuffers.cpp
|
Bug 982464 - Disable extension functionality after a context lost happens. r=jgilbert
|
2014-03-12 12:51:39 +10:00 |
WebGLExtensionElementIndexUint.cpp
|
Bug 738867 - Implement WebGL OES_element_index_uint extension. r=bjacob
|
2013-05-13 09:22:30 -04:00 |
WebGLExtensionFragDepth.cpp
|
Bug 823454 - Implement EXT_frag_depth for WebGL. - r=kamidphish
|
2014-02-13 15:00:12 -08:00 |
WebGLExtensionInstancedArrays.cpp
|
Bug 982464 - Disable extension functionality after a context lost happens. r=jgilbert
|
2014-03-12 12:51:39 +10:00 |
WebGLExtensionLoseContext.cpp
|
|
|
WebGLExtensions.h
|
Bug 982464 - Disable extension functionality after a context lost happens. r=jgilbert
|
2014-03-12 12:51:39 +10:00 |
WebGLExtensionSRGB.cpp
|
Bug 843668 - Implement WebGL -draft- extension EXT_sRGB. r=jgilbert
|
2013-11-04 16:05:04 -05:00 |
WebGLExtensionStandardDerivatives.cpp
|
|
|
WebGLExtensionTextureFilterAnisotropic.cpp
|
|
|
WebGLExtensionTextureFloat.cpp
|
|
|
WebGLExtensionTextureFloatLinear.cpp
|
Bug 879954 - Implement OES_texture_float_linear - r=bjacob
|
2013-06-10 16:00:52 -04:00 |
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
|
Bug 982464 - Disable extension functionality after a context lost happens. r=jgilbert
|
2014-03-12 12:51:39 +10:00 |
WebGLFramebuffer.cpp
|
Bug 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
WebGLFramebuffer.h
|
Bug 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
WebGLFramebufferAttachable.cpp
|
Bug 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
WebGLFramebufferAttachable.h
|
Bug 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +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
|
Bug 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
WebGLProgram.cpp
|
Bug 924264 - Fix WebGL.getUniform on non-first array entry in uniform arrays - r=bjacob
|
2013-10-09 10:35:12 -04:00 |
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
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
WebGLRenderbuffer.cpp
|
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
|
2014-03-07 13:26:17 -08:00 |
WebGLRenderbuffer.h
|
Bug 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
WebGLShader.cpp
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
WebGLShader.h
|
Bug 968374 - Implement WEBGL_debug_shaders. r=bjacob
|
2014-02-11 17:37:06 -05:00 |
WebGLShaderPrecisionFormat.cpp
|
Bug 811371 - Drop nsISupports inheritance on WebGL object classes. r=bjacob
|
2013-08-29 11:39:17 -04:00 |
WebGLShaderPrecisionFormat.h
|
Bug 911855 - Remove redundant WebGL integer typedefs - r=jgilbert
|
2013-09-04 08:14:43 -04:00 |
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 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
WebGLTexture.h
|
Bug 973625 - Implement WebGLFramebuffer completeness status caching. r=jgilbert
|
2014-03-04 17:14:35 +10:00 |
WebGLTypes.h
|
Bug 966624 - Refactor Tex Image checks. r=jgilbert
|
2014-02-20 20:20:28 -05:00 |
WebGLUniformInfo.h
|
Bug 924188 - Use MOZ_ASSERT where appropriate in WebGL code - r=jgilbert
|
2013-10-11 09:16:43 -04:00 |
WebGLUniformLocation.cpp
|
Bug 811371 - Drop nsISupports inheritance on WebGL object classes. r=bjacob
|
2013-08-29 11:39:17 -04:00 |
WebGLUniformLocation.h
|
Bug 811371 - Drop nsISupports inheritance on WebGL object classes. r=bjacob
|
2013-08-29 11:39:17 -04:00 |
WebGLValidateStrings.h
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
WebGLVertexArray.cpp
|
Bug 922921 - Consistently check attrib accesses in WebGLVertexArray. Also rename a few things. - r=jgilbert
|
2013-10-11 09:16:44 -04:00 |
WebGLVertexArray.h
|
Bug 922921 - Consistently check attrib accesses in WebGLVertexArray. Also rename a few things. - r=jgilbert
|
2013-10-11 09:16:44 -04:00 |
WebGLVertexAttribData.h
|
Bug 911855 - Remove redundant WebGL integer typedefs - r=jgilbert
|
2013-09-04 08:14:43 -04:00 |