pjs/gfx/thebes
Vladimir Vukicevic 6c178016c6 b=582469; use high precision depth buffer if available (esp with FBOs); r=bjacob 2010-07-28 14:24:09 -07:00
..
GLContext.cpp b=582469; use high precision depth buffer if available (esp with FBOs); r=bjacob 2010-07-28 14:24:09 -07:00
GLContext.h b=580345; fix up some GLESv2 vs. desktop GL differences; r=joe 2010-07-28 14:24:09 -07:00
GLContextProvider.h b=575469; implement CreateOffscreen and context sharing in GLContexts; r=bas 2010-07-18 22:01:14 -07:00
GLContextProviderCGL.mm Bug 580862 - Init gGlobalContext in GLContextProviderCGL. r=vlad 2010-07-24 20:10:58 -04:00
GLContextProviderEGL.cpp Bug 573829, part 2: Add TextureImage API for getting backing ASurface (if exists) and determining whether it's in an update. sr=vlad 2010-07-22 15:29:37 -05:00
GLContextProviderGLX.cpp b=580101; fix GLX GL context provider; r=vlad 2010-07-19 21:05:42 -07:00
GLContextProviderImpl.h b=580101; fix GLX GL context provider; r=vlad 2010-07-19 21:05:42 -07:00
GLContextProviderNull.cpp b=580101; fix GLX GL context provider; r=vlad 2010-07-19 21:05:42 -07:00
GLContextProviderOSMesa.cpp b=580101; fix GLX GL context provider; r=vlad 2010-07-19 21:05:42 -07:00
GLContextProviderWGL.cpp b=580101; fix GLX GL context provider; r=vlad 2010-07-19 21:05:42 -07:00
GLDefs.h b=582469; use high precision depth buffer if available (esp with FBOs); r=bjacob 2010-07-28 14:24:09 -07:00
GLXLibrary.h b=575469; implement CreateOffscreen and context sharing in GLContexts; r=bas 2010-07-18 22:01:14 -07:00
Makefile.in Bug 580317 - Qt desktop build not compilable on non-EGL environment. r=vladimir approval2.0=pavlov 2010-07-22 08:07:38 +03:00
WGLLibrary.h b=575469; implement CreateOffscreen and context sharing in GLContexts; r=bas 2010-07-18 22:01:14 -07:00
cairo-gdk-utils.c
cairo-gdk-utils.h
cairo-xlib-utils.h
genUnicodeScriptData.pl
gfx3DMatrix.h
gfxASurface.cpp
gfxASurface.h
gfxAlphaRecovery.cpp
gfxAlphaRecovery.h
gfxAndroidPlatform.cpp bug 571767 - @font-face is not working on Android r=jdagget b=fennec2.0 2010-07-16 02:03:45 -04:00
gfxAndroidPlatform.h bug 571767 - @font-face is not working on Android r=jdagget b=fennec2.0 2010-07-16 02:03:45 -04:00
gfxAtomList.h
gfxAtoms.cpp
gfxAtoms.h
gfxBeOSPlatform.cpp
gfxBeOSPlatform.h
gfxBeOSSurface.cpp
gfxBeOSSurface.h
gfxBlur.cpp Bug 571989 part 5: move gfx/src/thebes/utils/* to gfx/thebes. r=joedrew 2010-07-13 14:54:21 -07:00
gfxBlur.h Bug 571989 part 5: move gfx/src/thebes/utils/* to gfx/thebes. r=joedrew 2010-07-13 14:54:21 -07:00
gfxCachedTempSurface.cpp b=573409 expire unused cached double-buffering back surfaces r=vlad sr=roc 2010-07-16 09:08:09 +12:00
gfxCachedTempSurface.h b=573409 expire unused cached double-buffering back surfaces r=vlad sr=roc 2010-07-16 09:08:09 +12:00
gfxColor.h
gfxContext.cpp Bug 573942. Adjust transform matrix in RenderDocument to ensure that components close to integers become actual integers. r=jrmuizel,sr=vlad 2010-07-16 09:08:08 +12:00
gfxContext.h Bug 573942. Adjust transform matrix in RenderDocument to ensure that components close to integers become actual integers. r=jrmuizel,sr=vlad 2010-07-16 09:08:08 +12:00
gfxCoreTextShaper.cpp
gfxCoreTextShaper.h
gfxD2DSurface.cpp
gfxD2DSurface.h
gfxDDrawSurface.cpp
gfxDDrawSurface.h
gfxDWriteCommon.cpp
gfxDWriteCommon.h
gfxDWriteFontList.cpp
gfxDWriteFontList.h
gfxDWriteFonts.cpp
gfxDWriteFonts.h
gfxDWriteShaper.cpp
gfxDWriteShaper.h
gfxDWriteTextAnalysis.cpp
gfxDWriteTextAnalysis.h
gfxDirectFBSurface.cpp
gfxDirectFBSurface.h
gfxDllDeps.cpp
gfxFT2FontBase.cpp
gfxFT2FontBase.h
gfxFT2FontList.cpp bug 571767 - @font-face is not working on Android r=jdagget b=fennec2.0 2010-07-16 02:03:45 -04:00
gfxFT2FontList.h bug 571767 - @font-face is not working on Android r=jdagget b=fennec2.0 2010-07-16 02:03:45 -04:00
gfxFT2Fonts.cpp bug 571767 - @font-face is not working on Android r=jdagget b=fennec2.0 2010-07-16 02:03:45 -04:00
gfxFT2Fonts.h bug 571767 - @font-face is not working on Android r=jdagget b=fennec2.0 2010-07-16 02:03:45 -04:00
gfxFT2Utils.cpp
gfxFT2Utils.h
gfxFont.cpp Bug 551871. Correct font-weight handling and add large set of font-weight reftests. r=jkew, a=joe 2010-07-28 14:30:21 +09:00
gfxFont.h Bug 578022. Cleanup font deactivation code on Windows. r=jkew 2010-07-17 10:32:18 +09:00
gfxFontConstants.h
gfxFontMissingGlyphs.cpp
gfxFontMissingGlyphs.h
gfxFontTest.cpp
gfxFontTest.h
gfxFontUtils.cpp bug 575695 - support TrueType kerning in the harfbuzz font shaper backend. r=jdaggett 2010-07-28 14:36:07 +01:00
gfxFontUtils.h bug 575695 - support TrueType kerning in the harfbuzz font shaper backend. r=jdaggett 2010-07-28 14:36:07 +01:00
gfxFontconfigUtils.cpp
gfxFontconfigUtils.h
gfxGDIFont.cpp Bug 551871. Correct font-weight handling and add large set of font-weight reftests. r=jkew, a=joe 2010-07-28 14:30:21 +09:00
gfxGDIFont.h
gfxGDIFontList.cpp Bug 578022. Cleanup font deactivation code on Windows. r=jkew 2010-07-17 10:32:18 +09:00
gfxGDIFontList.h
gfxGDIShaper.cpp
gfxGDIShaper.h
gfxGdkNativeRenderer.cpp
gfxGdkNativeRenderer.h
gfxGlitzSurface.h
gfxHarfBuzzShaper.cpp bug 575695 - support TrueType kerning in the harfbuzz font shaper backend. r=jdaggett 2010-07-28 14:36:07 +01:00
gfxHarfBuzzShaper.h bug 575695 - support TrueType kerning in the harfbuzz font shaper backend. r=jdaggett 2010-07-28 14:36:07 +01:00
gfxImageSurface.cpp
gfxImageSurface.h
gfxMacFont.cpp bug 577380 - use Core Text shaping for fonts requiring AAT layout on Mac OS X. r=jdaggett 2010-07-22 10:25:21 +01:00
gfxMacFont.h bug 577380 - use Core Text shaping for fonts requiring AAT layout on Mac OS X. r=jdaggett 2010-07-22 10:25:21 +01:00
gfxMacPlatformFontList.h bug 577380 - use Core Text shaping for fonts requiring AAT layout on Mac OS X. r=jdaggett 2010-07-22 10:25:21 +01:00
gfxMacPlatformFontList.mm bug 577380 - use Core Text shaping for fonts requiring AAT layout on Mac OS X. r=jdaggett 2010-07-22 10:25:21 +01:00
gfxMatrix.cpp
gfxMatrix.h
gfxOS2Fonts.cpp
gfxOS2Fonts.h
gfxOS2Platform.cpp
gfxOS2Platform.h
gfxOS2Surface.cpp
gfxOS2Surface.h
gfxPDFSurface.cpp
gfxPDFSurface.h
gfxPSSurface.cpp
gfxPSSurface.h
gfxPangoFonts.cpp
gfxPangoFonts.h
gfxPath.cpp
gfxPath.h
gfxPattern.cpp
gfxPattern.h
gfxPlatform.cpp bug 571767 - @font-face is not working on Android r=jdagget b=fennec2.0 2010-07-16 02:03:45 -04:00
gfxPlatform.h
gfxPlatformFontList.cpp
gfxPlatformFontList.h
gfxPlatformGtk.cpp
gfxPlatformGtk.h
gfxPlatformMac.cpp
gfxPlatformMac.h
gfxPoint.h
gfxQPainterSurface.cpp
gfxQPainterSurface.h
gfxQtNativeRenderer.cpp
gfxQtNativeRenderer.h
gfxQtPlatform.cpp
gfxQtPlatform.h
gfxQuartzImageSurface.cpp
gfxQuartzImageSurface.h
gfxQuartzNativeDrawing.cpp
gfxQuartzNativeDrawing.h
gfxQuartzPDFSurface.cpp
gfxQuartzPDFSurface.h
gfxQuartzSurface.cpp
gfxQuartzSurface.h
gfxRect.cpp
gfxRect.h
gfxScriptItemizer.cpp
gfxScriptItemizer.h
gfxSharedImageSurface.cpp
gfxSharedImageSurface.h
gfxSkipChars.cpp
gfxSkipChars.h
gfxTextRunCache.cpp
gfxTextRunCache.h
gfxTextRunWordCache.cpp
gfxTextRunWordCache.h
gfxThebesUtils.cpp Bug 571989 part 5: move gfx/src/thebes/utils/* to gfx/thebes. r=joedrew 2010-07-13 14:54:21 -07:00
gfxThebesUtils.h Bug 571989 part 5: move gfx/src/thebes/utils/* to gfx/thebes. r=joedrew 2010-07-13 14:54:21 -07:00
gfxTypes.h
gfxUnicodeProperties.cpp
gfxUnicodeProperties.h
gfxUnicodePropertyData.cpp
gfxUniscribeShaper.cpp
gfxUniscribeShaper.h
gfxUserFontSet.cpp Bug 578022. Cleanup font deactivation code on Windows. r=jkew 2010-07-17 10:32:18 +09:00
gfxUserFontSet.h
gfxUtils.cpp
gfxUtils.h
gfxWindowsNativeDrawing.cpp
gfxWindowsNativeDrawing.h
gfxWindowsPlatform.cpp
gfxWindowsPlatform.h
gfxWindowsSurface.cpp Bug 564991. Part 34: Make sure that ThebesLayerBuffers are always allocated as similar surfaces to the widget surface, whenever possible. r=cjones 2010-07-16 09:08:10 +12:00
gfxWindowsSurface.h Bug 564991. Part 34: Make sure that ThebesLayerBuffers are always allocated as similar surfaces to the widget surface, whenever possible. r=cjones 2010-07-16 09:08:10 +12:00
gfxXlibNativeRenderer.cpp b=576143 copy and draw over background to avoid alpha extraction when possible r=roc 2010-07-23 10:39:22 +12:00
gfxXlibNativeRenderer.h b=580440 use native-rendering temp surfaces only as large as necessary r=roc a2.0=beltzner 2010-07-23 10:25:19 +12:00
gfxXlibSurface.cpp add a function to look for a Visual matching an image format b=576143 r=jrmuizel 2010-07-23 10:28:56 +12:00
gfxXlibSurface.h add a function to look for a Visual matching an image format b=576143 r=jrmuizel 2010-07-23 10:28:56 +12:00
ignorable.x-ccmap
nsCoreAnimationSupport.h Bug 571989 part 5: move gfx/src/thebes/utils/* to gfx/thebes. r=joedrew 2010-07-13 14:54:21 -07:00
nsCoreAnimationSupport.mm Bug 571989 part 5: move gfx/src/thebes/utils/* to gfx/thebes. r=joedrew 2010-07-13 14:54:21 -07:00
nsUnicodeRange.cpp
nsUnicodeRange.h
woff-private.h
woff.c
woff.h