.. |
DecomposeIntoNoRepeatTriangles.cpp
|
Bug 944172 - Move DecomposeIntoNoRepeatTriangles out of GLContext - r=BenWa
|
2013-11-28 15:57:19 -05:00 |
DecomposeIntoNoRepeatTriangles.h
|
Bug 944172 - Move DecomposeIntoNoRepeatTriangles out of GLContext - r=BenWa
|
2013-11-28 15:57:19 -05:00 |
ForceDiscreteGPUHelperCGL.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
GfxTexturesReporter.cpp
|
Bug 912974 - Split two classes out of GLContext.h, and remove many #includes in GLContext.h - r=jrmuizel
|
2013-09-06 22:13:37 -04:00 |
GfxTexturesReporter.h
|
Bug 910517 (3rd attempt) - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
|
2013-08-27 16:24:51 -07:00 |
GLBlitHelper.cpp
|
Bug 942503 - Move Blit* functions out of GLContext, except for BlitTextureImage - r=jgilbert
|
2013-11-28 15:57:19 -05:00 |
GLBlitHelper.h
|
Bug 942503 - Move Blit* functions out of GLContext, except for BlitTextureImage - r=jgilbert
|
2013-11-28 15:57:19 -05:00 |
GLBlitTextureImageHelper.cpp
|
Bug 944830 - Fix non-unified build in gfx after bug 942492, bug 943293 and bug 944172. r=bjacob
|
2013-12-01 07:20:57 +09:00 |
GLBlitTextureImageHelper.h
|
Bug 942503 - Move BlitTextureImage out of GLContext - r=jgilbert
|
2013-11-28 15:57:19 -05:00 |
GLConsts.h
|
bug 905853 - gfx/gl/GLConsts.h nits fix - r=jgilbert
|
2013-08-16 17:11:57 -04:00 |
GLContext.cpp
|
Bug 830881 - Port layerscope GL changes to new layers. r=vlad
|
2013-11-29 14:11:49 +10:00 |
GLContext.h
|
Bug 830881 - Port layerscope GL changes to new layers. r=vlad
|
2013-11-29 14:11:49 +10:00 |
GLContextFeatures.cpp
|
Bug 843668 - Implement WebGL -draft- extension EXT_sRGB. r=jgilbert
|
2013-11-04 16:05:04 -05:00 |
GLContextProvider.h
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
GLContextProviderCGL.mm
|
Bug 929471. Make CGLTexImageIOSurface2D take a CGLContextObj instead of a NSOpenGLContext. r=bgirard
|
2013-11-07 22:53:54 -05:00 |
GLContextProviderEGL.cpp
|
Bug 944830 - Fix non-unified build in gfx after bug 942492, bug 943293 and bug 944172. r=bjacob
|
2013-12-01 07:20:57 +09:00 |
GLContextProviderGLX.cpp
|
Bug 938489 - 1/3. Don't include glx.h in GLXLibrary.h - r=mattwoodrow
|
2013-11-18 08:08:24 -05:00 |
GLContextProviderImpl.h
|
Bug 887791 - Remove a bunch of now-unused SharedTextureHandle code. r=roc
|
2013-11-01 14:54:15 +13:00 |
GLContextProviderNull.cpp
|
Bug 887791 - Remove a bunch of now-unused SharedTextureHandle code. r=roc
|
2013-11-01 14:54:15 +13:00 |
GLContextProviderWGL.cpp
|
Bug 887791 - Remove a bunch of now-unused SharedTextureHandle code. r=roc
|
2013-11-01 14:54:15 +13:00 |
GLContextSkia.cpp
|
Bug 902483 - Expose missing GLES2 extensions to SkiaGL r=mattwoodrow
|
2013-07-31 20:10:55 -04:00 |
GLContextSkia.h
|
Bug 875218 - Refactor the ownership model under DrawTargetSkia, so that DrawTargetSkia now owns a GLContext, and the only reference that the Skia GrGLInterface gets to the non-Skia world is a pointer back to the DrawTargetSkia r=mattwoodrow
|
2013-06-16 22:07:18 -04:00 |
GLContextSymbols.h
|
Bug 910429 - Add KHR_debug support to GLContext. - r=bjacob
|
2013-10-08 16:20:24 -07:00 |
GLContextTypes.cpp
|
Backed out changeset 82747d694e7a (bug 716859) for android reftest-2 timeouts
|
2013-02-21 19:54:25 +00:00 |
GLContextTypes.h
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
GLContextUtils.cpp
|
Bug 944830 - Fix non-unified build in gfx after bug 942492, bug 943293 and bug 944172. r=bjacob
|
2013-12-01 07:20:57 +09:00 |
GLContextUtils.h
|
Bug 944830 - Fix non-unified build in gfx after bug 942492, bug 943293 and bug 944172. r=bjacob
|
2013-12-01 07:20:57 +09:00 |
GLDefs.h
|
Bug 830881 - Port layerscope GL changes to new layers. r=vlad
|
2013-11-29 14:11:49 +10:00 |
GLLibraryEGL.cpp
|
Bug 939758 - Build gfx/gl in unified mode - r=ehsan
|
2013-11-19 16:54:09 -05:00 |
GLLibraryEGL.h
|
Bug 814159 - Part 4: Split TextureImageEGL into separate files - r=benwa
|
2013-10-11 09:16:44 -04:00 |
GLLibraryLoader.cpp
|
Bug 797664 - Don't spew wwhen optional functions aren't found - r=vlad
|
2012-12-18 23:16:02 -08:00 |
GLLibraryLoader.h
|
bug 892546 - [WebGL 2.0] Instanced Rendering (GL_ARB_draw_instanced) - r=jgilbert
|
2013-07-25 20:38:58 -04:00 |
GLParseRegistryXML.py
|
bug 905853 - gfx/gl/GLConsts.h nits fix - r=jgilbert
|
2013-08-16 17:11:57 -04:00 |
GLScreenBuffer.cpp
|
Bug 944830 - Fix non-unified build in gfx after bug 942492, bug 943293 and bug 944172. r=bjacob
|
2013-12-01 07:20:57 +09:00 |
GLScreenBuffer.h
|
Bug 875232 - Workaround glReadPixels being broken with framebuffers backed by an IOSurface by copying to a temporary texture first. r=jgilbert
|
2013-07-17 23:24:15 -04:00 |
GLTextureImage.cpp
|
Bug 944830 - Fix non-unified build in gfx after bug 942492, bug 943293 and bug 944172. r=bjacob
|
2013-12-01 07:20:57 +09:00 |
GLTextureImage.h
|
Bug 921753 - Part 2: Move GraphicsFilters outside of gfxPattern.h so that we won't need to #include that header everywhere GraphicsFilter is needed; r=roc
|
2013-10-01 17:01:19 -04:00 |
GLTypes.h
|
Bug 910429 - Add KHR_debug support to GLContext. - r=bjacob
|
2013-10-08 16:20:24 -07:00 |
GLXLibrary.h
|
Bug 938489 - 1/3. Don't include glx.h in GLXLibrary.h - r=mattwoodrow
|
2013-11-18 08:08:24 -05:00 |
Makefile.in
|
Bug 937224 - Part a: Move LOCAL_INCLUDES to moz.build in gfx/; r=mshal
|
2013-11-28 15:10:38 +01:00 |
moz.build
|
Merge mozilla-inbound to mozilla-central.
|
2013-11-29 09:54:12 +01:00 |
ScopedGLHelpers.cpp
|
Bug 944830 - Fix non-unified build in gfx after bug 942492, bug 943293 and bug 944172. r=bjacob
|
2013-12-01 07:20:57 +09:00 |
ScopedGLHelpers.h
|
Bug 942492 - Add a missing #include to a header that really needs it - no review, trivial compilation fix
|
2013-11-29 11:31:46 -05:00 |
SharedSurface.cpp
|
Backed out changeset 82747d694e7a (bug 716859) for android reftest-2 timeouts
|
2013-02-21 19:54:25 +00:00 |
SharedSurface.h
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
SharedSurfaceANGLE.cpp
|
Bug 919987 - Replace mCurSurface, which was redundant state, by a saner mSurfaceOverride that does nothing when it's EGL_NO_SURFACE - r=jgilbert
|
2013-11-15 11:28:38 -05:00 |
SharedSurfaceANGLE.h
|
Backed out changeset 82747d694e7a (bug 716859) for android reftest-2 timeouts
|
2013-02-21 19:54:25 +00:00 |
SharedSurfaceEGL.cpp
|
Bug 942503 - Move Blit* functions out of GLContext, except for BlitTextureImage - r=jgilbert
|
2013-11-28 15:57:19 -05:00 |
SharedSurfaceEGL.h
|
Bug 912974 - Split two classes out of GLContext.h, and remove many #includes in GLContext.h - r=jrmuizel
|
2013-09-06 22:13:37 -04:00 |
SharedSurfaceGL.cpp
|
Bug 942503 - Move Blit* functions out of GLContext, except for BlitTextureImage - r=jgilbert
|
2013-11-28 15:57:19 -05:00 |
SharedSurfaceGL.h
|
Bug 913872 - Take nested enums out of gfxASurface - 3/3 : remove the now-useless inclusions of gfxASurface.h - r=jrmuizel
|
2013-09-24 16:45:14 -04:00 |
SharedSurfaceGralloc.cpp
|
Bug 944830 - Fix non-unified build in gfx after bug 942492, bug 943293 and bug 944172. r=bjacob
|
2013-12-01 07:20:57 +09:00 |
SharedSurfaceGralloc.h
|
Bug 933082 - Part 4: let ClientLayerManager hold a ShadowLayerForwarder instead of inheriting from ShadowLayerForwarder. Make ISurfaceAllocator refcounted. Make SharedSurface_Gralloc keep its mAllocator alive - r=nical
|
2013-11-27 10:19:34 -05:00 |
SharedSurfaceIO.cpp
|
Bug 942492 - Move ScopedGL* RAII helpers out of GLContext.* - r=bjacob
|
2013-11-26 13:25:25 +10:00 |
SharedSurfaceIO.h
|
Bug 875232 - Workaround glReadPixels being broken with framebuffers backed by an IOSurface by copying to a temporary texture first. r=jgilbert
|
2013-07-17 23:24:15 -04:00 |
SurfaceFactory.cpp
|
Backed out changeset 82747d694e7a (bug 716859) for android reftest-2 timeouts
|
2013-02-21 19:54:25 +00:00 |
SurfaceFactory.h
|
Backed out changeset 82747d694e7a (bug 716859) for android reftest-2 timeouts
|
2013-02-21 19:54:25 +00:00 |
SurfaceStream.cpp
|
Bug 894405 - Ref GLContext before sending SurfaceStream to compositor r=jgilbert
|
2013-07-17 13:03:18 -04:00 |
SurfaceStream.h
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
SurfaceTypes.h
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
TextureGarbageBin.cpp
|
Bug 912974 - Split two classes out of GLContext.h, and remove many #includes in GLContext.h - r=jrmuizel
|
2013-09-06 22:13:37 -04:00 |
TextureGarbageBin.h
|
Bug 912974 - Add two missing include guards. r=bjacob
|
2013-09-10 21:10:47 -04:00 |
TextureImageEGL.cpp
|
Bug 814159 - Part 4: Split TextureImageEGL into separate files - r=benwa
|
2013-10-11 09:16:44 -04:00 |
TextureImageEGL.h
|
Bug 814159 - Part 4: Split TextureImageEGL into separate files - r=benwa
|
2013-10-11 09:16:44 -04:00 |
VBOArena.cpp
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
VBOArena.h
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
WGLLibrary.h
|
b=927727; support OpenGL OMTC layers on Windows; r=bgirard
|
2013-10-17 00:16:40 -04:00 |