.. |
DecomposeIntoNoRepeatTriangles.cpp
|
Bug 975772 - Cleanup RectTriangles and allow DrawQuads to take triangles or triangle strips. r=bjacob
|
2014-03-05 14:18:38 -05:00 |
DecomposeIntoNoRepeatTriangles.h
|
Bug 975772 - Cleanup RectTriangles and allow DrawQuads to take triangles or triangle strips. r=bjacob
|
2014-03-05 14:18:38 -05:00 |
ForceDiscreteGPUHelperCGL.h
|
…
|
|
GLBlitHelper.cpp
|
…
|
|
GLBlitHelper.h
|
…
|
|
GLBlitTextureImageHelper.cpp
|
Bug 975772 - Cleanup RectTriangles and allow DrawQuads to take triangles or triangle strips. r=bjacob
|
2014-03-05 14:18:38 -05:00 |
GLBlitTextureImageHelper.h
|
…
|
|
GLConsts.h
|
…
|
|
GLContext.cpp
|
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
|
2014-03-07 13:26:17 -08:00 |
GLContext.h
|
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
|
2014-03-07 13:26:17 -08:00 |
GLContextCGL.h
|
Bug 978414 - Mark GLContext virtuals const and MOZ_OVERRIDE where appropriate. - r=bjacob
|
2014-03-03 18:47:43 -08:00 |
GLContextEGL.h
|
Bug 978414 - Mark GLContext virtuals const and MOZ_OVERRIDE where appropriate. - r=bjacob
|
2014-03-03 18:47:43 -08:00 |
GLContextFeatures.cpp
|
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
|
2014-03-07 13:26:17 -08:00 |
GLContextGLX.h
|
Bug 978414 - Mark GLContext virtuals const and MOZ_OVERRIDE where appropriate. - r=bjacob
|
2014-03-03 18:47:43 -08:00 |
GLContextProvider.h
|
…
|
|
GLContextProviderCGL.mm
|
Bug 978414 - GLContextCGL::IsDoubleBuffered should be const at definition. - r=bustage on a CLOSED TREE
|
2014-03-03 19:13:34 -08:00 |
GLContextProviderEGL.cpp
|
Bug 978414 - Mark GLContext virtuals const and MOZ_OVERRIDE where appropriate. - r=bjacob
|
2014-03-03 18:47:43 -08:00 |
GLContextProviderGLX.cpp
|
Bug 978414 - Mark GLContext virtuals const and MOZ_OVERRIDE where appropriate. - r=bjacob
|
2014-03-03 18:47:43 -08:00 |
GLContextProviderImpl.h
|
…
|
|
GLContextProviderNull.cpp
|
…
|
|
GLContextProviderWGL.cpp
|
Bug 978414 - Mark GLContext virtuals const and MOZ_OVERRIDE where appropriate. - r=bjacob
|
2014-03-03 18:47:43 -08:00 |
GLContextSymbols.h
|
…
|
|
GLContextTypes.cpp
|
…
|
|
GLContextTypes.h
|
…
|
|
GLContextWGL.h
|
Bug 978414 - Mark GLContext virtuals const and MOZ_OVERRIDE where appropriate. - r=bjacob
|
2014-03-03 18:47:43 -08:00 |
GLDebugUtils.cpp
|
…
|
|
GLDebugUtils.h
|
…
|
|
GLDefs.h
|
…
|
|
GLLibraryEGL.cpp
|
Bug 971943: 3. gfx.apitrace.enabled (ANDROID only) preference moved to gfxPrefs. r=gwright
|
2014-02-28 12:59:38 -05:00 |
GLLibraryEGL.h
|
Bug 978414 - Mark GLContext virtuals const and MOZ_OVERRIDE where appropriate. - r=bjacob
|
2014-03-03 18:47:43 -08:00 |
GLLibraryLoader.cpp
|
…
|
|
GLLibraryLoader.h
|
…
|
|
GLParseRegistryXML.py
|
…
|
|
GLReadTexImageHelper.cpp
|
…
|
|
GLReadTexImageHelper.h
|
…
|
|
GLScreenBuffer.cpp
|
Bug 980415 - Fix multiple points in the codebase where we fail to call DataSourceSurface::Unmap(). r=Bas
|
2014-03-07 13:21:38 +00:00 |
GLScreenBuffer.h
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=jgilbert,vlad,gwright,bjacob
|
2014-03-05 15:49:37 -06:00 |
GLSharedHandleHelpers.cpp
|
…
|
|
GLSharedHandleHelpers.h
|
…
|
|
GLTextureImage.cpp
|
No bug: dos2unix GLTextureImage.cpp. r=me
|
2014-02-28 17:32:07 -08:00 |
GLTextureImage.h
|
…
|
|
GLTypes.h
|
…
|
|
GLUploadHelpers.cpp
|
…
|
|
GLUploadHelpers.h
|
…
|
|
GLXLibrary.h
|
Bug 680817 - Keep GLXPixmaps bound to textures between updates on NVIDIA drivers to improve performance. r=joe
|
2014-02-25 12:56:51 +13:00 |
GfxTexturesReporter.cpp
|
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
|
2014-03-07 13:26:17 -08:00 |
GfxTexturesReporter.h
|
…
|
|
Makefile.in
|
…
|
|
ScopedGLHelpers.cpp
|
Bug 956993 - Fix typo with GL_TEXTURE_EXTERNAL textures r=jgilbert
|
2014-03-06 14:50:42 -06:00 |
ScopedGLHelpers.h
|
…
|
|
SharedSurface.cpp
|
…
|
|
SharedSurface.h
|
…
|
|
SharedSurfaceANGLE.cpp
|
…
|
|
SharedSurfaceANGLE.h
|
…
|
|
SharedSurfaceEGL.cpp
|
Bug 956993 - Rely on OES_EGL_image_external for SharedSurface_EGLImage r=jgilbert
|
2014-03-05 15:48:58 -06:00 |
SharedSurfaceEGL.h
|
Bug 956993 - Rely on OES_EGL_image_external for SharedSurface_EGLImage r=jgilbert
|
2014-03-05 15:48:58 -06:00 |
SharedSurfaceGL.cpp
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=jgilbert,vlad,gwright,bjacob
|
2014-03-05 15:49:37 -06:00 |
SharedSurfaceGL.h
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=jgilbert,vlad,gwright,bjacob
|
2014-03-05 15:49:37 -06:00 |
SharedSurfaceGralloc.cpp
|
Bug 971943: 6. gfx.android.rgb16.force (startup only), gfx.gralloc.fence-with-readpixels (changing during session) moved to gfxPrefs. r=sikeda.
|
2014-03-03 17:11:06 -05:00 |
SharedSurfaceGralloc.h
|
…
|
|
SharedSurfaceIO.cpp
|
…
|
|
SharedSurfaceIO.h
|
…
|
|
SkiaGLGlue.cpp
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=jgilbert,vlad,gwright,bjacob
|
2014-03-05 15:49:37 -06:00 |
SkiaGLGlue.h
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=jgilbert,vlad,gwright,bjacob
|
2014-03-05 15:49:37 -06:00 |
SurfaceFactory.cpp
|
…
|
|
SurfaceFactory.h
|
…
|
|
SurfaceStream.cpp
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=jgilbert,vlad,gwright,bjacob
|
2014-03-05 15:49:37 -06:00 |
SurfaceStream.h
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=jgilbert,vlad,gwright,bjacob
|
2014-03-05 15:49:37 -06:00 |
SurfaceTypes.cpp
|
…
|
|
SurfaceTypes.h
|
…
|
|
TextureGarbageBin.cpp
|
…
|
|
TextureGarbageBin.h
|
…
|
|
TextureImageCGL.h
|
…
|
|
TextureImageCGL.mm
|
…
|
|
TextureImageEGL.cpp
|
…
|
|
TextureImageEGL.h
|
…
|
|
VBOArena.cpp
|
…
|
|
VBOArena.h
|
…
|
|
WGLLibrary.h
|
…
|
|
moz.build
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=jgilbert,vlad,gwright,bjacob
|
2014-03-05 15:49:37 -06:00 |