.. |
DecomposeIntoNoRepeatTriangles.cpp
|
Bug 956266 - Don't rebuffer quad vertex + texture coordinates when drawing simple quads in CompositorOGL. r=nrc
|
2014-01-08 13:00:04 +01:00 |
DecomposeIntoNoRepeatTriangles.h
|
Bug 956266 - Don't rebuffer quad vertex + texture coordinates when drawing simple quads in CompositorOGL. r=nrc
|
2014-01-08 13:00:04 +01:00 |
ForceDiscreteGPUHelperCGL.h
|
|
|
GfxTexturesReporter.cpp
|
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
|
2013-12-07 22:09:10 -08:00 |
GfxTexturesReporter.h
|
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
|
2013-12-07 22:09:10 -08:00 |
GLBlitHelper.cpp
|
Bug 877115 - [Moz2Dify] Part 3. Change gfxIntSize to gfx::IntSize in GLContext::OffscreenSize and dependendent classes. r=nical
|
2013-12-10 17:11:58 +01:00 |
GLBlitHelper.h
|
Bug 877115 - [Moz2Dify] Part 3. Change gfxIntSize to gfx::IntSize in GLContext::OffscreenSize and dependendent classes. r=nical
|
2013-12-10 17:11:58 +01:00 |
GLBlitTextureImageHelper.cpp
|
Bug 973257. GL: Fix broken printf string. r=vlad
|
2014-02-15 23:44:05 -05:00 |
GLBlitTextureImageHelper.h
|
|
|
GLConsts.h
|
Bug 968617 - Refresh GLConsts.h as of Feb 5, 2014. r=bjacob
|
2014-02-06 20:33:20 -05:00 |
GLContext.cpp
|
Bug 946907: Make sure GLContext reads preferences through gfxPrefs which means it's done on the main thread. Rename the macro to DECL_GFX_PREF before it gets used in a lot of places. r=bjacob
|
2014-02-22 18:53:04 -05:00 |
GLContext.h
|
Back out changesets from bug 910754 due to build bustage
|
2014-02-18 17:54:04 -05:00 |
GLContextCGL.h
|
Bug 958369 - 5/5 - Make ContextType a typed enum - r=jgilbert
|
2014-01-10 13:55:24 -05:00 |
GLContextEGL.h
|
Bug 958369 - 5/5 - Make ContextType a typed enum - r=jgilbert
|
2014-01-10 13:55:24 -05:00 |
GLContextFeatures.cpp
|
Bug 823454 - Implement EXT_frag_depth for WebGL. - r=kamidphish
|
2014-02-13 15:00:12 -08:00 |
GLContextGLX.h
|
Bug 958369 - 5/5 - Make ContextType a typed enum - r=jgilbert
|
2014-01-10 13:55:24 -05:00 |
GLContextProvider.h
|
|
|
GLContextProviderCGL.mm
|
Bug 971942: 2. layout.frame_rate, layers.offmainthreadcomposition.frame-rate, layers.orientation.sync.timeout moved to gfxPrefs. The layers.offmainthreadcomposition.frame-rate is also changed to be a live preference so it does not need a restart. r=bgirard
|
2014-02-26 21:52:54 -05:00 |
GLContextProviderEGL.cpp
|
Bug 970096 - Try a 16 bit OpenGL context as a last result on Android r=bjacob
|
2014-02-24 16:17:34 -06:00 |
GLContextProviderGLX.cpp
|
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 |
GLContextProviderImpl.h
|
Bug 958369 - 4/5 - remove the ContextFlags enum - r=jgilbert
|
2014-01-10 13:55:23 -05:00 |
GLContextProviderNull.cpp
|
|
|
GLContextProviderWGL.cpp
|
Bug 958369 - 4/5 - remove the ContextFlags enum - r=jgilbert
|
2014-01-10 13:55:23 -05:00 |
GLContextSkia.cpp
|
Backed out changeset cf6a31bca4e0 (bug 939276) for webgl reftest crash
|
2014-02-20 15:23:52 -08:00 |
GLContextSkia.h
|
Backed out changeset cf6a31bca4e0 (bug 939276) for webgl reftest crash
|
2014-02-20 15:23:52 -08:00 |
GLContextSymbols.h
|
Back out changesets from bug 910754 due to build bustage
|
2014-02-18 17:54:04 -05:00 |
GLContextTypes.cpp
|
|
|
GLContextTypes.h
|
Bug 958369 - 5/5 - Make ContextType a typed enum - r=jgilbert
|
2014-01-10 13:55:24 -05:00 |
GLContextWGL.h
|
Bug 958369 - 5/5 - Make ContextType a typed enum - r=jgilbert
|
2014-01-10 13:55:24 -05:00 |
GLDebugUtils.cpp
|
Bug 953221 - GLenum to C string helper. r=bjacob
|
2014-01-22 19:21:19 +10:00 |
GLDebugUtils.h
|
Bug 953221 - GLenum to C string helper. r=bjacob
|
2014-01-22 19:21:19 +10:00 |
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
|
|
|
GLLibraryLoader.cpp
|
|
|
GLLibraryLoader.h
|
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
GLParseRegistryXML.py
|
Bug 968617 - Fix the file name in the GLConsts.h update script. r=bjacob
|
2014-02-06 20:33:05 -05:00 |
GLReadTexImageHelper.cpp
|
Bug 960378 - Allow Reading into non-tightly-packed surfaces. - r=bjacob
|
2014-02-13 15:38:53 -08:00 |
GLReadTexImageHelper.h
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
|
2014-01-23 13:26:40 -05:00 |
GLScreenBuffer.cpp
|
Backed out changeset cf6a31bca4e0 (bug 939276) for webgl reftest crash
|
2014-02-20 15:23:52 -08:00 |
GLScreenBuffer.h
|
Backed out changeset cf6a31bca4e0 (bug 939276) for webgl reftest crash
|
2014-02-20 15:23:52 -08:00 |
GLSharedHandleHelpers.cpp
|
Bug 958375 - 4/9 - Make SurfaceFormat a typed enum - r=Bas
|
2014-01-10 14:06:16 -05:00 |
GLSharedHandleHelpers.h
|
Bug 952977: Convert GetTextureTransform to gfx::Matrix4x4 r=nical
|
2014-01-24 17:49:02 -08:00 |
GLTextureImage.cpp
|
Bug 959154 - Part 7: Moz2Dify GLTextureImage::BeginUpdate/EndUpdate. r=nical
|
2014-02-13 19:00:01 +01:00 |
GLTextureImage.h
|
Bug 959154 - Part 7: Moz2Dify GLTextureImage::BeginUpdate/EndUpdate. r=nical
|
2014-02-13 19:00:01 +01:00 |
GLTypes.h
|
|
|
GLUploadHelpers.cpp
|
Bug 972682 - make UploadImageDataToTexture not pass uninitialized parameters to glTexImage2D - r=jgilbert
|
2014-02-20 08:05:34 -05:00 |
GLUploadHelpers.h
|
Bug 959154 - Part 8: Moz2Dify GLUploadHelpers. r=nical
|
2014-02-13 17:28:48 +01:00 |
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 |
Makefile.in
|
Bug 941595 - Build with system-cairo is broken. r=glandium
|
2013-12-10 10:37:03 -05:00 |
moz.build
|
Backed out changeset cf6a31bca4e0 (bug 939276) for webgl reftest crash
|
2014-02-20 15:23:52 -08:00 |
ScopedGLHelpers.cpp
|
Back out d0b4c5c28fb0 (bug 956993) for Android test failures
|
2014-02-27 20:25:55 -08:00 |
ScopedGLHelpers.h
|
Bug 956401 - 4/9 - Add ScopedGLState ctor without value parameter, leaving state unchanged - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
SharedSurface.cpp
|
|
|
SharedSurface.h
|
Bug 877115 - [Moz2Dify] Part 3. Change gfxIntSize to gfx::IntSize in GLContext::OffscreenSize and dependendent classes. r=nical
|
2013-12-10 17:11:58 +01:00 |
SharedSurfaceANGLE.cpp
|
Bug 950903 - 7/8 - Simplifications around EGLSurface override - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
SharedSurfaceANGLE.h
|
Bug 877115 - [Moz2Dify] Part 3. Change gfxIntSize to gfx::IntSize in GLContext::OffscreenSize and dependendent classes. r=nical
|
2013-12-10 17:11:58 +01:00 |
SharedSurfaceEGL.cpp
|
Back out d0b4c5c28fb0 (bug 956993) for Android test failures
|
2014-02-27 20:25:55 -08:00 |
SharedSurfaceEGL.h
|
Back out d0b4c5c28fb0 (bug 956993) for Android test failures
|
2014-02-27 20:25:55 -08:00 |
SharedSurfaceGL.cpp
|
Backed out changeset cf6a31bca4e0 (bug 939276) for webgl reftest crash
|
2014-02-20 15:23:52 -08:00 |
SharedSurfaceGL.h
|
Backed out changeset cf6a31bca4e0 (bug 939276) for webgl reftest crash
|
2014-02-20 15:23:52 -08:00 |
SharedSurfaceGralloc.cpp
|
Bug 972494 - Use RefPtr to hold GrallocTextureClientOGL pointer r=nical
|
2014-02-18 06:46:13 -08:00 |
SharedSurfaceGralloc.h
|
Bug 893304 - Convert CanvasClient to new TextureClint/Host and replace SurfaceDescriptors with TextureClients inside SharedSurfaces. r=nical, r=snorp, r=jgilbert, r=bjacob
|
2014-01-10 08:06:06 -05:00 |
SharedSurfaceIO.cpp
|
Bug 950903 - 6/8 - Remove GLContext::GetNativeData - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
SharedSurfaceIO.h
|
Bug 877115 - [Moz2Dify] Part 3. Change gfxIntSize to gfx::IntSize in GLContext::OffscreenSize and dependendent classes. r=nical
|
2013-12-10 17:11:58 +01:00 |
SurfaceFactory.cpp
|
Bug 877115 - [Moz2Dify] Part 4. Change gfxIntSize to gfx::IntSize in GLScreenBuffer and friends. (carries r=nical)
|
2013-12-10 17:12:18 +01:00 |
SurfaceFactory.h
|
Bug 877115 - [Moz2Dify] Part 4. Change gfxIntSize to gfx::IntSize in GLScreenBuffer and friends. (carries r=nical)
|
2013-12-10 17:12:18 +01:00 |
SurfaceStream.cpp
|
Backed out changeset cf6a31bca4e0 (bug 939276) for webgl reftest crash
|
2014-02-20 15:23:52 -08:00 |
SurfaceStream.h
|
Backed out changeset cf6a31bca4e0 (bug 939276) for webgl reftest crash
|
2014-02-20 15:23:52 -08:00 |
SurfaceTypes.cpp
|
|
|
SurfaceTypes.h
|
Bug 947227 - Remove SurfaceStream_TripleBuffer_Async since it no longer has any users. r=jgilbert
|
2014-02-21 11:08:36 +13:00 |
TextureGarbageBin.cpp
|
|
|
TextureGarbageBin.h
|
|
|
TextureImageCGL.h
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
|
2014-01-23 13:26:40 -05:00 |
TextureImageCGL.mm
|
Bug 952033 - Part b: Use IntSize in CreateOffscreenSurface; r=roc
|
2014-02-09 09:04:38 +01:00 |
TextureImageEGL.cpp
|
Bug 959154 - Part 7: Moz2Dify GLTextureImage::BeginUpdate/EndUpdate. r=nical
|
2014-02-13 19:00:01 +01:00 |
TextureImageEGL.h
|
Bug 959154 - Part 7: Moz2Dify GLTextureImage::BeginUpdate/EndUpdate. r=nical
|
2014-02-13 19:00:01 +01:00 |
VBOArena.cpp
|
|
|
VBOArena.h
|
|
|
WGLLibrary.h
|
Bug 958368 - Remove the code paths to load a custom Mesa/llvmpipe build instead of system OpenGL (sadface) - r=jgilbert
|
2014-01-10 13:55:23 -05:00 |