.. |
DecomposeIntoNoRepeatTriangles.cpp
|
Bug 1012407 - Part 5: Allow passing a texture rectangle to BindAndDrawQuad (r=Bas)
|
2014-05-22 12:29:54 +02:00 |
DecomposeIntoNoRepeatTriangles.h
|
Backed out 11 changesets (bug 952977) for reftest-no-accel failures
|
2014-07-29 18:58:46 -07:00 |
ForceDiscreteGPUHelperCGL.h
|
|
|
GfxTexturesReporter.cpp
|
Bug 1036654 - Report the tile fragmentation overhead. r=njn,kats,cwiiis
|
2014-07-24 13:34:43 -04:00 |
GfxTexturesReporter.h
|
Bug 1036654 - Report the tile fragmentation overhead. r=njn,kats,cwiiis
|
2014-07-24 13:34:43 -04:00 |
GLBlitHelper.cpp
|
Bug 814524 - Change YUV=>RGB formula to a more precise version. r=jgilbert
|
2014-07-14 19:46:00 -04:00 |
GLBlitHelper.h
|
Bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements, r=jgilbert
|
2014-07-08 20:52:00 +02:00 |
GLBlitTextureImageHelper.cpp
|
Bug 1016086 - Part 2: Save/restore attribute state in blit helper (r=Bas)
|
2014-05-29 10:19:48 -04:00 |
GLBlitTextureImageHelper.h
|
|
|
GLConsts.h
|
|
|
GLContext.cpp
|
Bug 978966 - Disable framebuffer_multisample on Microsoft Basic Render Driver because it assumes blending with default blendfunc, breaking WebGL - r=kamidphish
|
2014-07-25 10:35:03 -04:00 |
GLContext.h
|
Backed out 11 changesets (bug 952977) for reftest-no-accel failures
|
2014-07-29 18:58:46 -07:00 |
GLContextCGL.h
|
Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert
|
2014-04-15 07:57:26 -07:00 |
GLContextEGL.h
|
Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert
|
2014-04-15 07:57:26 -07:00 |
GLContextFeatures.cpp
|
b=1009965, be explicit about whether we're quering for core GL symbols or extension GL symbols; r=bjacob,jrmuizel
|
2014-05-13 17:18:42 -07:00 |
GLContextGLX.h
|
Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert
|
2014-04-15 07:57:26 -07:00 |
GLContextProvider.h
|
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
|
2014-04-16 01:41:40 +01:00 |
GLContextProviderCGL.mm
|
Bug 1007203 - Always add categories when pushing to the pseudostack, r=djvj
|
2014-05-23 17:12:29 -04:00 |
GLContextProviderEGL.cpp
|
Bug 1042949 - Remove gScreenBounds hack in GLContextProviderEGL.cpp, r=jgilbert
|
2014-07-22 17:33:03 -04:00 |
GLContextProviderGLX.cpp
|
Bug 1013292 - Fix some using namespace + unified build issues in gfx code. r=kats
|
2014-05-22 12:11:45 +02:00 |
GLContextProviderImpl.h
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
GLContextProviderNull.cpp
|
Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert
|
2014-04-15 07:57:26 -07:00 |
GLContextProviderWGL.cpp
|
Bug 1013292 - Fix some using namespace + unified build issues in gfx code. r=kats
|
2014-05-22 12:11:45 +02:00 |
GLContextSymbols.h
|
|
|
GLContextTypes.cpp
|
|
|
GLContextTypes.h
|
|
|
GLContextWGL.h
|
Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert
|
2014-04-15 07:57:26 -07:00 |
GLDebugUtils.cpp
|
|
|
GLDebugUtils.h
|
|
|
GLDefs.h
|
|
|
GLLibraryEGL.cpp
|
Bug 1001417 - Forward fence objects in SharedSurfaceGralloc to Compositor r=jgilbert,nical
|
2014-06-08 06:18:53 -07:00 |
GLLibraryEGL.h
|
Bug 1001417 - Forward fence objects in SharedSurfaceGralloc to Compositor r=jgilbert,nical
|
2014-06-08 06:18:53 -07:00 |
GLLibraryLoader.cpp
|
|
|
GLLibraryLoader.h
|
|
|
GLParseRegistryXML.py
|
|
|
GLReadTexImageHelper.cpp
|
Bug 1025489 - Stop using gfxImageSurface in the GL code. r=Bas
|
2014-06-17 18:35:50 +01:00 |
GLReadTexImageHelper.h
|
Bug 1025489 - Stop using gfxImageSurface in the GL code. r=Bas
|
2014-06-17 18:35:50 +01:00 |
GLScreenBuffer.cpp
|
Bug 1034398 - Query for max IOSurf sizes. - r=benwa
|
2014-07-11 23:08:54 -07:00 |
GLScreenBuffer.h
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
GLSharedHandleHelpers.cpp
|
|
|
GLSharedHandleHelpers.h
|
|
|
GLTextureImage.cpp
|
Bug 1021614 - [Moz2Dification] Remove the constructors that use thebes sizes in GLTextureImage.h. r=nical
|
2014-07-23 21:13:00 +02:00 |
GLTextureImage.h
|
Bug 1021614 - [Moz2Dification] Remove the constructors that use thebes sizes in GLTextureImage.h. r=nical
|
2014-07-23 21:13:00 +02:00 |
GLTypes.h
|
|
|
GLUploadHelpers.cpp
|
Bug 987828 - 3/4 - Use IsGLES instead of IsGLES2 - r=jgilbert
|
2014-03-31 05:10:49 -04:00 |
GLUploadHelpers.h
|
|
|
GLXLibrary.h
|
|
|
HeapCopyOfStackArray.h
|
Bug 1005658 - Don't pass stack pointers to the GL for buffers, and have GLContext try to guard against it - r=jgilbert
|
2014-05-08 21:03:37 -04:00 |
Makefile.in
|
|
|
moz.build
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
ScopedGLHelpers.cpp
|
Bug 1037100 - Remove all ScopedDeleteArray uses from gfx/gl/. r=jgilbert
|
2014-07-10 17:43:01 -07:00 |
ScopedGLHelpers.h
|
Bug 1037100 - Remove all ScopedDeleteArray uses from gfx/gl/. r=jgilbert
|
2014-07-10 17:43:01 -07:00 |
SharedSurface.cpp
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SharedSurface.h
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SharedSurfaceANGLE.cpp
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SharedSurfaceANGLE.h
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SharedSurfaceEGL.cpp
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SharedSurfaceEGL.h
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SharedSurfaceGL.cpp
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SharedSurfaceGL.h
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SharedSurfaceGralloc.cpp
|
Bleh, forgot to qref, still fixing bug 1037100. r=bustage
|
2014-07-11 21:05:59 -07:00 |
SharedSurfaceGralloc.h
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SharedSurfaceIO.cpp
|
Bug 1034398 - Query for max IOSurf sizes. - r=benwa
|
2014-07-11 23:08:54 -07:00 |
SharedSurfaceIO.h
|
Bug 1034398 - Query for max IOSurf sizes. - r=benwa
|
2014-07-11 23:08:54 -07:00 |
SkiaGLGlue.cpp
|
Bug 1024196 - Fix leak of |i| variable in CreateGrGLInterfaceFromGLContext. r=gw280
|
2014-07-09 13:40:40 -07:00 |
SkiaGLGlue.h
|
|
|
SurfaceStream.cpp
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SurfaceStream.h
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SurfaceTypes.cpp
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
SurfaceTypes.h
|
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
|
2014-07-11 15:10:49 -07:00 |
TextureGarbageBin.cpp
|
|
|
TextureGarbageBin.h
|
Bug 984786 part 8: Give NS_INLINE_DECL_*REFCOUNTING classes private destructor & MOZ_FINAL annotation where appropriate, in /gfx and /content/canvas. r=bjacob
|
2014-04-04 09:27:02 -07:00 |
TextureImageCGL.h
|
Bug 1019727 - Remove TextureImageCGL::GetSurfaceForUpdate(). r=bjacob
|
2014-06-04 08:08:39 +01:00 |
TextureImageCGL.mm
|
Bug 1019727 - Remove TextureImageCGL::GetSurfaceForUpdate(). r=bjacob
|
2014-06-04 08:08:39 +01:00 |
TextureImageEGL.cpp
|
|
|
TextureImageEGL.h
|
|
|
WGLLibrary.h
|
|
|