gecko/gfx/thebes
Chris Lord 7ad668b25a Bug 675908 - Fix TiledTextureImage updates. r=joe,romaxa
TiledTextureImage breaks BeginUpdate/EndUpdate in these cases:

- The update is encompassed by more than one tile
- The update is encompassed by a single tile that isn't the first tile
- The update is a non-rectangular region that covers more than one tile

Fixed by using signed instead of unsigned integers in tile loops, correcting
an incorrect device offset and correcting the region returned by BeginUpdate.
2011-08-24 20:21:53 +01:00
..
cairo-gdk-utils.c Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
cairo-gdk-utils.h b=574220 refactor gfxXlibNativeRenderer and make sure the surface matches the requested visual r=roc 2010-07-02 16:04:09 +12:00
cairo-xlib-utils.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
EGLUtils.h Bug 619578. Add Android GfxInfo. r=vlad 2011-01-05 23:54:31 -05:00
genUnicodeScriptData.pl bug 553981 - handle Hangul Jamo sequences and other special cases when marking clusters. r=karlt a=roc 2010-12-06 13:22:24 +00:00
gfx2DGlue.h Bug 651858 - Part 2: Add glue code in gfx for thebes-azure interop. r=jrmuizel 2011-06-24 19:41:18 +02:00
gfx3DMatrix.cpp Bug 505115 - Part 11b - Layout changes to use a z component for -moz-transform-origin. r=roc 2011-08-03 15:04:23 +12:00
gfx3DMatrix.h Bug 505115 - Part 11b - Layout changes to use a z component for -moz-transform-origin. r=roc 2011-08-03 15:04:23 +12:00
gfxAlphaRecovery.cpp Bug 616782 - gfxAlphaRecovery.cpp should not be compiled with -msse2. r=vlad, a2.0=joedrew 2010-12-05 00:38:53 -08:00
gfxAlphaRecovery.h Bug 629799, part 1: Add some helpers for aligning surfaces for alpha recovery. sr=roc 2011-02-16 16:43:30 -06:00
gfxAlphaRecoverySSE2.cpp Bug 637181 - Unused variable sh in gfxAlphaRecovery::AlignRectForSubimageRecovery; r=cjones 2011-03-22 15:15:42 -04:00
gfxAndroidPlatform.cpp Bug 674806 - a. Include cast in compound literal expression. r=blassey 2011-08-04 15:01:47 -07:00
gfxAndroidPlatform.h Bug 616426 - fix paramater type. r=blassey. a=me 2011-03-11 15:41:32 -08:00
gfxASurface.cpp Bug 679091: Remove unused variable |size| from gfxASurface::FastMovePixels(). r=cjones 2011-08-15 17:15:55 -07:00
gfxASurface.h Bug 664659 - Fix about:memory image reporters. r=joe 2011-07-18 09:20:27 -04:00
gfxAtomList.h Bug 448168 - Apply |s/entires/entries/g|; r=roc 2011-08-04 09:04:29 +02:00
gfxAtoms.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxAtoms.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxBlur.cpp Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc 2011-06-02 14:56:50 +02:00
gfxBlur.h Remove unused (and unnecessarily slow) method gfxAlphaBoxBlur::PremultiplyAlpha. (Bug 633369) r=roc 2011-03-03 13:18:42 -08:00
gfxCachedTempSurface.cpp Bug 660662. Eliminate NS_(ceil|floor). r=roc 2011-05-30 15:08:55 -04:00
gfxCachedTempSurface.h Bug 647560. Cache temporary backbuffer surfaces. r=karlt 2011-05-30 15:48:29 +12:00
gfxColor.h Bug 645947 - Remove unneeded copy constructors from gfxRGBA, gfxPoint and gfxRect; r=bjacob 2011-03-29 18:29:22 -04:00
gfxContext.cpp Bug 624699. Fix some landscape printing bugs. r=roc 2011-07-14 13:02:20 -04:00
gfxContext.h Bug 662038, part 0: Add gfxContext::CurrentDash(). r=jrmuizel 2011-06-29 14:34:58 -07:00
gfxCoreTextShaper.cpp bug 663688 - prefer CGFont APIs to older ATS APIs on 10.6 or later. r=smichaud,roc 2011-06-24 18:55:27 +01:00
gfxCoreTextShaper.h bug 663688 - prefer CGFont APIs to older ATS APIs on 10.6 or later. r=smichaud,roc 2011-06-24 18:55:27 +01:00
gfxD2DSurface.cpp Bug 651858 - Part 2: Add glue code in gfx for thebes-azure interop. r=jrmuizel 2011-06-24 19:41:18 +02:00
gfxD2DSurface.h Bug 651858 - Part 2: Add glue code in gfx for thebes-azure interop. r=jrmuizel 2011-06-24 19:41:18 +02:00
gfxDirectFBSurface.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxDirectFBSurface.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxDrawable.cpp Bug 669851 - Use bilinear image scaling on all ARM devices, even without NEON [r=mbrubeck,jmuizelaar] 2011-07-07 03:08:00 -07:00
gfxDrawable.h Bug 572680 - Create gfxDrawable interface and implementations for surfaces, patterns and drawing callbacks. r=joe 2010-08-13 15:30:14 +02:00
gfxDWriteCommon.cpp Bug 610823: Change a few users that use nsTArrays as buffers to explicitly use fallible tarray. r=jdaggett a=blocker 2011-01-06 20:45:10 -08:00
gfxDWriteCommon.h Bug 663036 part.3 gfx should use mozilla::Preferences r=roc+joe 2011-06-12 11:30:16 +09:00
gfxDWriteFontList.cpp Bug 668133 - Add telemetry probes for font enumeration, r=jtd 2011-07-26 23:42:53 -07:00
gfxDWriteFontList.h Bug 661471. Part 2: Add a pref to limit the forcing of 'GDI Classic' to a maximum font size. r=jdaggett,jfkthame 2011-06-03 16:31:08 +12:00
gfxDWriteFonts.cpp bug 666893 - add padding pixels to DWrite text bounds because of ClearType bleed when using GDI Classic mode. r=roc 2011-07-01 07:38:17 +01:00
gfxDWriteFonts.h bug 666893 - add padding pixels to DWrite text bounds because of ClearType bleed when using GDI Classic mode. r=roc 2011-07-01 07:38:17 +01:00
gfxDWriteShaper.cpp bug 467669 - pt 3 - track which stage of font matching led to selection of a particular face. r=roc 2011-06-16 07:31:37 +01:00
gfxDWriteShaper.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxDWriteTextAnalysis.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxDWriteTextAnalysis.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxFailure.h Bug 617028. Add support for logging graphics failures. r=joe 2011-02-07 14:44:48 -05:00
gfxFont.cpp bug 678181 - backout changeset c433a1d53dd5 (bug 668813 pt 1) on suspicion of causing crashiness. r=backout 2011-08-15 18:32:19 +01:00
gfxFont.h bug 678181 - back out second part of bug 668813 (changeset 431a8297db1f) on suspicion of causing crashiness. r=backout 2011-08-13 13:34:56 +01:00
gfxFontconfigUtils.cpp Bug 663036 part.3 gfx should use mozilla::Preferences r=roc+joe 2011-06-12 11:30:16 +09:00
gfxFontconfigUtils.h b=597147 part 9: make language GetSampleLangForGroup parameter an atom r=jfkthame 2010-11-08 11:44:51 +13:00
gfxFontConstants.h Make 'bolder' and 'lighter' values of 'font-weight' be computed in the style system, per recent edits to CSS 2.1. (Bug 93725) r=jdaggett a2.0=joedrew 2010-11-10 07:49:52 -08:00
gfxFontMissingGlyphs.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxFontMissingGlyphs.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxFontTest.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxFontTest.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxFontUtils.cpp bug 678181 - back out second part of bug 668813 (changeset 431a8297db1f) on suspicion of causing crashiness. r=backout 2011-08-13 13:34:56 +01:00
gfxFontUtils.h bug 678181 - back out second part of bug 668813 (changeset 431a8297db1f) on suspicion of causing crashiness. r=backout 2011-08-13 13:34:56 +01:00
gfxFT2FontBase.cpp Bug 648385: Remove gfxFont::GetUniqueName, r=jdaggett 2011-04-11 17:59:42 -07:00
gfxFT2FontBase.h Bug 648385: Remove gfxFont::GetUniqueName, r=jdaggett 2011-04-11 17:59:42 -07:00
gfxFT2FontList.cpp Bug 551313. Workaround synthetic Gill Sans family when DirectWrite is used. r=jkew, a=joedrew 2011-01-27 12:05:55 +09:00
gfxFT2FontList.h bug 594865 - fall back to GDI rendering on dwrite font list failure. r=bas a=blocking2.0 2010-11-08 11:02:27 +00:00
gfxFT2Fonts.cpp Bug 634997 - no synthetic bolding on Android. r=jdaggett 2011-07-26 10:04:55 -04:00
gfxFT2Fonts.h Bug 634997 - no synthetic bolding on Android. r=jdaggett 2011-07-26 10:04:55 -04:00
gfxFT2Utils.cpp Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc 2011-06-02 14:56:50 +02:00
gfxFT2Utils.h Bug 610823: Change a few users that use nsTArrays as buffers to explicitly use fallible tarray. r=jdaggett a=blocker 2011-01-06 20:45:10 -08:00
gfxGDIFont.cpp bug 670072 - round font sizes to integers in the GDI backend. r=jdaggett 2011-07-15 15:16:15 +01:00
gfxGDIFont.h bug 475968 - add padding pixels to loose ink bounds on Windows because of ClearType pixel bleed. r=roc 2011-06-22 09:49:53 +01:00
gfxGDIFontList.cpp Bug 668133 - Add telemetry probes for font enumeration, r=jtd 2011-07-26 23:42:53 -07:00
gfxGDIFontList.h Bug 652754. Eliminate unnecessary font data enumerations at startup. r=jkew 2011-05-20 15:09:30 +09:00
gfxGDIShaper.cpp bug 544617 - ensure Cairo font is set up in gfxGDIFont::InitTextRun. r=jdaggett 2011-03-24 20:11:37 +00:00
gfxGDIShaper.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxGdkNativeRenderer.cpp b=574220 refactor gfxXlibNativeRenderer and make sure the surface matches the requested visual r=roc 2010-07-02 16:04:09 +12:00
gfxGdkNativeRenderer.h b=574220 refactor gfxXlibNativeRenderer and make sure the surface matches the requested visual r=roc 2010-07-02 16:04:09 +12:00
gfxGlitzSurface.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxHarfBuzzShaper.cpp Bug 678022: Fix build with clang and c++0x. In c++0x one cannot use -1 in a position in an initializer list that is unsigned. Use UINT_MAX instead. r=roc 2011-08-10 16:09:22 -04:00
gfxHarfBuzzShaper.h bug 624310 - get glyph widths via directwrite rather than font tables when using simulated bold. r=bas a=joe 2011-01-21 10:35:21 +00:00
gfxImageSurface.cpp Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc 2011-06-02 14:56:50 +02:00
gfxImageSurface.h Bug 635035, part 7: Remove obsoleted gfxASurface::SupportsSelfCopy. r=roc a=b 2011-03-09 11:27:37 -06:00
gfxMacFont.cpp bug 663688 - prefer CGFont APIs to older ATS APIs on 10.6 or later. r=smichaud,roc 2011-06-24 18:55:27 +01:00
gfxMacFont.h bug 663688 - prefer CGFont APIs to older ATS APIs on 10.6 or later. r=smichaud,roc 2011-06-24 18:55:27 +01:00
gfxMacPlatformFontList.h bug 663688 - prefer CGFont APIs to older ATS APIs on 10.6 or later. r=smichaud,roc 2011-06-24 18:55:27 +01:00
gfxMacPlatformFontList.mm Bug 668133 - Add telemetry probes for font enumeration, r=jtd 2011-07-26 23:42:53 -07:00
gfxMatrix.cpp Bug 505115 - Part 4 - Add a lot of new functionality to gfx3DMatrix. r=jrmuizel 2011-07-23 10:28:33 +12:00
gfxMatrix.h Bug 505115 - Part 3 - Convert nsStyleTransformMatrix to be backed by a 4x4 matrix. r=dbaron 2011-07-23 10:28:07 +12:00
gfxOS2Fonts.cpp Bug672951 [OS/2] follow-up for bug668758 r=dragtext 2011-07-31 14:05:14 -07:00
gfxOS2Fonts.h Bug672951 [OS/2] follow-up for bug668758 r=dragtext 2011-07-31 14:05:14 -07:00
gfxOS2Platform.cpp Bug 576437 - CreateOffscreenSurface should not silently translate ImageFormat24 into ImageFormat16_565. r=joe a=blocking2.0 2010-09-16 14:34:53 -07:00
gfxOS2Platform.h Bug 576437 - CreateOffscreenSurface should not silently translate ImageFormat24 into ImageFormat16_565. r=joe a=blocking2.0 2010-09-16 14:34:53 -07:00
gfxOS2Surface.cpp Bug 557159 - [OS/2] Optimize Cairo/Thebes surfaces. Surface Part 2 - MozCairo and Thebes. r= Peter Weilbacher, a=NPOTB 2010-08-21 12:50:32 -07:00
gfxOS2Surface.h Bug 556487 - gfxASurface GetSize. r=joe a=blocking2.0 2010-09-07 17:36:57 -07:00
gfxPangoFonts.cpp Backed out changeset 51b49a7cf2e4 (bug 668758) because of android bustage 2011-07-13 10:50:37 +01:00
gfxPangoFonts.h bug 467669 - pt 3 - track which stage of font matching led to selection of a particular face. r=roc 2011-06-16 07:31:37 +01:00
gfxPath.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxPath.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxPattern.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxPattern.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxPDFSurface.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxPDFSurface.h Bug 624152. Don't do the 'copy background' part of PushGroupAndCopyBackground for non-pixel-based surfaces; it shouldn't be necessary. r=jrmuizel,a=blocker 2011-01-15 22:40:33 +13:00
gfxPlatform.cpp Bug 674230 - Rename qcms pref; r=jmuizelaar 2011-07-27 16:09:27 -04:00
gfxPlatform.h Backout changeset dc809c612dee due to permaorange in mochitest-other 2011-06-28 11:03:13 +02:00
gfxPlatformFontList.cpp Bug 668133 - Add telemetry probes for font enumeration, r=jtd 2011-07-26 23:42:53 -07:00
gfxPlatformFontList.h Bug 663036 part.3 gfx should use mozilla::Preferences r=roc+joe 2011-06-12 11:30:16 +09:00
gfxPlatformGtk.cpp Bug 605009 - Linux debug build with --disable-pango crashes during shutdown; r=karlt 2011-03-23 23:02:14 -04:00
gfxPlatformGtk.h Bug 616469 - Video sync is slow because of slow yuv2rgb conversion. GetOffscreenFormat r=roc a=b-f 2010-12-15 10:17:26 -08:00
gfxPlatformMac.cpp Bug 663036 part.3 gfx should use mozilla::Preferences r=roc+joe 2011-06-12 11:30:16 +09:00
gfxPlatformMac.h Bug 576437 - CreateOffscreenSurface should not silently translate ImageFormat24 into ImageFormat16_565. r=joe a=blocking2.0 2010-09-16 14:34:53 -07:00
gfxPoint3D.h Bug 505115 - Part 8a - Add BasePoint3D and gfxPoint3D. r=roc 2011-08-03 15:04:20 +12:00
gfxPoint.h Bug 651858 - Part 1: Add the Azure API and Direct2D backend. r=jrmuizel sr=roc 2011-06-24 19:41:16 +02:00
gfxPSSurface.cpp Bug 624699. Fix some landscape printing bugs. r=roc 2011-07-14 13:02:20 -04:00
gfxPSSurface.h Bug 624699. Fix some landscape printing bugs. r=roc 2011-07-14 13:02:20 -04:00
gfxQPainterSurface.cpp Backout bug 562746 (Cairo update to version 1.10) because of the possible Dromaeo regression on Mac OS X 10.5) 2011-05-26 14:57:50 -04:00
gfxQPainterSurface.h Bug 605057 - Add gfxASurface::GetAsImageSurface to convert generic surfaces into image surfaces without copies (if possible). r=roc a=b 2010-11-11 15:31:22 -05:00
gfxQtNativeRenderer.cpp b=574220 refactor gfxXlibNativeRenderer and make sure the surface matches the requested visual r=roc 2010-07-02 16:04:09 +12:00
gfxQtNativeRenderer.h b=574220 refactor gfxXlibNativeRenderer and make sure the surface matches the requested visual r=roc 2010-07-02 16:04:09 +12:00
gfxQtPlatform.cpp Bug 677712 - Make Qt port support No X11 build; r=dougt,joe 2011-08-24 17:15:58 +01:00
gfxQtPlatform.h Bug 616469 - Video sync is slow because of slow yuv2rgb conversion. GetOffscreenFormat r=roc a=b-f 2010-12-15 10:17:26 -08:00
gfxQuartzImageSurface.cpp Bug 664659 - Fix about:memory image reporters. r=joe 2011-07-18 09:20:27 -04:00
gfxQuartzImageSurface.h Bug 664659 - Fix about:memory image reporters. r=joe 2011-07-18 09:20:27 -04:00
gfxQuartzNativeDrawing.cpp Bug 641426. Part 2: Remove a bunch of direct gfxRect::pos/size usage. r=joe 2011-04-19 15:07:21 +12:00
gfxQuartzNativeDrawing.h Bug 581222. Extend gfxQuartzNativeDrawing to support non-Quartz destination surfaces. r=vlad 2010-08-23 21:30:07 +12:00
gfxQuartzPDFSurface.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxQuartzPDFSurface.h Bug 624152. Don't do the 'copy background' part of PushGroupAndCopyBackground for non-pixel-based surfaces; it shouldn't be necessary. r=jrmuizel,a=blocker 2011-01-15 22:40:33 +13:00
gfxQuartzSurface.cpp Bug 627262. gfxQuartzSurfaces should disable the copy-background optimization when printing. r=jrmuizel,a=blocking 2011-01-25 21:46:30 +13:00
gfxQuartzSurface.h Bug 651469 - Add FastMovePixels to gfxASurface and use it where appropriate. r=roc 2011-05-08 13:19:11 +12:00
gfxRect.cpp Bug 660662. Eliminate NS_(ceil|floor). r=roc 2011-05-30 15:08:55 -04:00
gfxRect.h Bug 651858 - Part 1: Add the Azure API and Direct2D backend. r=jrmuizel sr=roc 2011-06-24 19:41:16 +02:00
gfxScriptItemizer.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxScriptItemizer.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxSharedImageSurface.cpp Bug 623451: Don't double-release surfaces. r=jrmuizel a=b 2011-01-11 15:34:31 -06:00
gfxSharedImageSurface.h Bug 618265: Fix leaking gfxSharedImageSurfaces. r=joe sr=vlad a=b 2011-01-04 10:40:54 -06:00
gfxSkipChars.cpp Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc 2011-06-02 14:56:50 +02:00
gfxSkipChars.h Bug 610823: Change a few users that use nsTArrays as buffers to explicitly use fallible tarray. r=jdaggett a=blocker 2011-01-06 20:45:10 -08:00
gfxTeeSurface.cpp Backout bug 562746 (Cairo update to version 1.10) because of the possible Dromaeo regression on Mac OS X 10.5) 2011-05-26 14:57:50 -04:00
gfxTeeSurface.h Bug 625357. Take account of tee-surface device offsets when copying subsurfaces pointwise. r=jrmuizel,a=blocking 2011-01-17 09:23:31 +13:00
gfxTextRunCache.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxTextRunCache.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxTextRunWordCache.cpp bug 467669 - pt 3 - track which stage of font matching led to selection of a particular face. r=roc 2011-06-16 07:31:37 +01:00
gfxTextRunWordCache.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxTypes.h Bug 651017, part 4: deCOM nsIDeviceContext; include-minimization on nsDeviceContext.h itself; merge GetPrintDC() into Windows/OS/2 specific code; merge Shutdown() with ClearCachedSystemFonts(). Most references outside gfx not fixed up. 2011-04-16 18:22:42 -07:00
gfxUnicodeProperties.cpp bug 672955 - prefer harfbuzz to core text backend for Thai OT fonts on OS X. r=jdaggett 2011-07-26 10:47:36 +01:00
gfxUnicodeProperties.h bug 672955 - prefer harfbuzz to core text backend for Thai OT fonts on OS X. r=jdaggett 2011-07-26 10:47:36 +01:00
gfxUnicodePropertyData.cpp bug 553981 - handle Hangul Jamo sequences and other special cases when marking clusters. r=karlt a=roc 2010-12-06 13:22:24 +00:00
gfxUniscribeShaper.cpp bug 544617 - ensure Cairo font is set up in gfxGDIFont::InitTextRun. r=jdaggett 2011-03-24 20:11:37 +00:00
gfxUniscribeShaper.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxUserFontSet.cpp bug 494130 - log downloadable font errors to console. r=jdaggett 2011-07-12 12:24:36 +01:00
gfxUserFontSet.h bug 678181 - back out second part of bug 668813 (changeset 431a8297db1f) on suspicion of causing crashiness. r=backout 2011-08-13 13:34:56 +01:00
gfxUtils.cpp Bug 664311 - Remove WinCE code from gfx/; r=jmuizelaar 2011-06-18 11:04:30 +02:00
gfxUtils.h Bug 637852. Part 6: Implement resolution scaling in FrameLayerBuilder. r=tnikkel 2011-06-23 00:11:27 +12:00
gfxWindowsNativeDrawing.cpp Bug 664311 - Remove WinCE code from gfx/; r=jmuizelaar 2011-06-18 11:04:30 +02:00
gfxWindowsNativeDrawing.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
gfxWindowsPlatform.cpp Bug 648484, part 5: Create our D3D10 device so as to allow cross-process resource sharing. r=Bas 2011-08-09 12:38:26 -07:00
gfxWindowsPlatform.h Bug 651858 - Part 2: Add glue code in gfx for thebes-azure interop. r=jrmuizel 2011-06-24 19:41:18 +02:00
gfxWindowsSurface.cpp Bug 664659 - Fix about:memory image reporters. r=joe 2011-07-18 09:20:27 -04:00
gfxWindowsSurface.h Bug 664659 - Fix about:memory image reporters. r=joe 2011-07-18 09:20:27 -04:00
gfxXlibNativeRenderer.cpp Bug 641426. Part 8: Replace gfxRect::Outset/Inset with Inflate/Deflate. Also slip in a conversion constructor from nsIntRect to gfxRect. r=tnikkel 2011-04-19 15:07:51 +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 No Bug - Fix Maemo/Qt bustage by only referencing GLXPixmap on GTK2. r=roc 2011-08-05 15:10:47 +12:00
gfxXlibSurface.h No Bug - Fix Maemo/Qt bustage by only referencing GLXPixmap on GTK2. r=roc 2011-08-05 15:10:47 +12:00
GLContext.cpp Bug 675908 - Fix TiledTextureImage updates. r=joe,romaxa 2011-08-24 20:21:53 +01:00
GLContext.h Bug 675908 - Fix TiledTextureImage updates. r=joe,romaxa 2011-08-24 20:21:53 +01:00
GLContextProvider.h Bug 649525 - WebGL layer compositing through the BasicCanvasLayer is very slow (desktop version). r=jmuizelaar 2011-07-27 13:00:17 +02:00
GLContextProviderCGL.mm Bug 638323 - Skip unnecessary MakeCurrent calls in GLContextProviderCGL. r=bjacob 2011-04-19 10:49:00 +12:00
GLContextProviderEGL.cpp Bug 675908 - Fix TiledTextureImage updates. r=joe,romaxa 2011-08-24 20:21:53 +01:00
GLContextProviderGLX.cpp Bug 675474 - Use glXWaitX to synchronize X and OpenGL. r=bjacob 2011-08-24 13:56:30 +12: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 Bug 663036 part.3 gfx should use mozilla::Preferences r=roc+joe 2011-06-12 11:30:16 +09:00
GLContextProviderWGL.cpp Bug 627464 - Annotate crash reports if the forced-enabled prefs are set - r=jrmuizel, a=joe 2011-03-02 15:50:36 -05:00
GLContextSymbols.h Bug 604101 - Part 5 - Use Pixel Buffer Objects in TextureImageCGL. r=joe,jrmuizel a=blocking2.0 2010-12-16 23:49:42 -08:00
GLDefs.h Bug 649525 - WebGL layer compositing through the BasicCanvasLayer is very slow (desktop version). r=jmuizelaar 2011-07-27 13:00:17 +02:00
GLXLibrary.h Bug 675474 - Use glXWaitX to synchronize X and OpenGL. r=bjacob 2011-08-24 13:56:30 +12:00
ignorable.x-ccmap bug 633342 - get rid of windows newlines in thebes files. r=bas a=joe 2011-02-15 20:55:01 +00:00
Makefile.in Bug 677712 - Make Qt port support No X11 build; r=dougt,joe 2011-08-24 17:15:58 +01:00
nsCoreAnimationSupport.h Bug 663259 - Enable Mac Async plugin by default. r=cjones,mattwoodrow 2011-07-12 10:31:18 -04:00
nsCoreAnimationSupport.mm Bug 663259 - Enable Mac Async plugin by default. r=cjones,mattwoodrow 2011-07-12 10:31:18 -04:00
nsUnicodeRange.cpp Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
nsUnicodeRange.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
WGLLibrary.h b=575469; implement CreateOffscreen and context sharing in GLContexts; r=bas 2010-07-18 22:01:14 -07:00
woff-private.h Bug 571989 part 3: Flatten directory structure below gfx/thebes. 2010-06-28 10:37:23 -07:00
woff.c bug 527276 - part 3 - apply OTS sanitizer to downloaded fonts. r=jdaggett a=blocking2.0 2010-10-07 08:59:19 +01:00
woff.h bug 527276 - part 3 - apply OTS sanitizer to downloaded fonts. r=jdaggett a=blocking2.0 2010-10-07 08:59:19 +01:00