gecko-dev/gfx/gl
2014-03-03 19:13:34 -08:00
..
DecomposeIntoNoRepeatTriangles.cpp
DecomposeIntoNoRepeatTriangles.h
ForceDiscreteGPUHelperCGL.h
GfxTexturesReporter.cpp
GfxTexturesReporter.h
GLBlitHelper.cpp
GLBlitHelper.h
GLBlitTextureImageHelper.cpp
GLBlitTextureImageHelper.h
GLConsts.h
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 Bug 978414 - Mark GLContext virtuals const and MOZ_OVERRIDE where appropriate. - r=bjacob 2014-03-03 18:47:43 -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
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
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
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 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
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 Bug 972682 - make UploadImageDataToTexture not pass uninitialized parameters to glTexImage2D - r=jgilbert 2014-02-20 08:05:34 -05:00
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
Makefile.in
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
SharedSurface.cpp
SharedSurface.h
SharedSurfaceANGLE.cpp
SharedSurfaceANGLE.h
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 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
SurfaceFactory.cpp
SurfaceFactory.h
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
TextureImageCGL.mm
TextureImageEGL.cpp
TextureImageEGL.h
VBOArena.cpp
VBOArena.h
WGLLibrary.h