Benoit Jacob
|
988099a6e9
|
Bug 942501 - Part 3: move CreateTextureImage and TileGenFunc out of GLContext - r=BenWa
|
2013-12-03 13:44:38 -05:00 |
|
Ehsan Akhgari
|
b155782d0a
|
Bug 921753 - Part 2: Move GraphicsFilters outside of gfxPattern.h so that we won't need to #include that header everywhere GraphicsFilter is needed; r=roc
This patch reduces the number of files that transitively #include
gfx/2d.h from 1582 to 1362.
|
2013-10-01 17:01:19 -04:00 |
|
Benoit Jacob
|
eb8b1d73bb
|
Bug 913872 - Take nested enums out of gfxASurface - 3/3 : remove the now-useless inclusions of gfxASurface.h - r=jrmuizel
|
2013-09-24 16:45:14 -04:00 |
|
Benoit Jacob
|
55d6cf1e20
|
Bug 913872 - Take nested enums out of gfxASurface - 1/3 : automatic changes - r=jrmuizel
Generated by these regexes:
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(ImageFormat\|SurfaceType\|ContentType\|MemoryLocation\)[0-9A-Za-z_]*\)/gfx\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(CONTENT_\|MEMORY_\)[0-9A-Za-z_]*\)/GFX_\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(CONTENT_COLOR\|CONTENT_ALPHA\|CONTENT_COLOR_ALPHA\|CONTENT_SENTINEL\|MEMORY_IN_PROCESS_HEAP\|MEMORY_IN_PROCESS_NONHEAP\|MEMORY_OUT_OF_PROCESS\)\($\|[^A-Za-z0-9_]\)/\1GFX_\2\3/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(ImageFormatARGB32\|ImageFormatRGB24\|ImageFormatA8\|ImageFormatA1\|ImageFormatRGB16_565\|ImageFormatUnknown\|SurfaceTypeImage\|SurfaceTypePDF\|SurfaceTypePS\|SurfaceTypeXlib\|SurfaceTypeXcb\|SurfaceTypeGlitz\|SurfaceTypeQuartz\|SurfaceTypeWin32\|SurfaceTypeBeOS\|SurfaceTypeDirectFB\|SurfaceTypeSVG\|SurfaceTypeOS2\|SurfaceTypeWin32Printing\|SurfaceTypeQuartzImage\|SurfaceTypeScript\|SurfaceTypeQPainter\|SurfaceTypeRecording\|SurfaceTypeVG\|SurfaceTypeGL\|SurfaceTypeDRM\|SurfaceTypeTee\|SurfaceTypeXML\|SurfaceTypeSkia\|SurfaceTypeSubsurface\|SurfaceTypeD2D\|SurfaceTypeMax\)\($\|[^A-Za-z0-9_]\)/\1gfx\2\3/g'
|
2013-09-24 16:45:13 -04:00 |
|
Nicholas Cameron
|
0514eb1ecd
|
Bug 903816. Fixups in non-layers files. r=roc
|
2013-08-12 11:15:10 +12:00 |
|
Adrian May
|
c1c1f4e2e2
|
Bug 877115 - Moz2Dify GLContext and GLTextureImage. r=nical
|
2013-08-13 15:44:53 +02:00 |
|
Phil Ringnalda
|
d2099e030b
|
Back out d393cfeb5dbf:9f82224bb8a3 (bug 903816) for Android reftest failures
CLOSED TREE
|
2013-08-11 19:21:17 -07:00 |
|
Nicholas Cameron
|
de3e98e1de
|
Bug 903816. Fixups in non-layers files. r=roc
|
2013-08-12 11:15:10 +12:00 |
|
Edwin Flores
|
803c0fbe47
|
Bug 892934 - Pass RGB image format into CreateTextureImage r=mattwoodrow
|
2013-08-08 10:38:21 +12:00 |
|
Nicolas Silva
|
6d7cde1795
|
Bug 899583 - Disallow BigImage with YCbCr compositing. r=BenWa
|
2013-08-02 01:02:06 +02:00 |
|
Nicolas Silva
|
8592c4c12d
|
Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc
|
2013-07-30 11:59:51 +02:00 |
|
Birunthan Mohanathas
|
9763ee3807
|
Bug 784739 - Switch from NULL to nullptr in gfx/gl/; r=ehsan
--HG--
extra : rebase_source : 236322c2d0e4d5c8917d900f768852139b0abc80
|
2013-07-20 11:48:55 +03:00 |
|
Andreas Gal ext:(%2C%20Milan%20Sreckovic%20%3Cmilan%40mozilla.com%3E)
|
4c463d2865
|
Bug 867460: remove notion of ShaderProgramTypes from gfx/gl. Carry r=bas. r=bgirard for the changes.
|
2013-07-04 13:25:50 -04:00 |
|
Ehsan Akhgari
|
688d6881b1
|
Backed out changeset 1bf0cdeacb22 (bug 867460) for assertions in various test suites
Landed on a CLOSED TREE
|
2013-06-25 21:39:07 -04:00 |
|
Andreas Gal
|
4b4d3d8e70
|
Bug 867460 - Remove notion of ShaderProgramTypes from gfx/gl. r=bschouten, sr=joe
|
2013-06-24 13:05:13 -04:00 |
|
Aryeh Gregor
|
8b16f79037
|
Bug 867101 - Fix more implicit conversion to already_AddRefed; r=Ms2ger
|
2013-04-28 14:52:10 +03:00 |
|
Bas Schouten
|
839048be74
|
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
|
2013-04-10 09:20:52 +00:00 |
|
Ms2ger
|
669cc4360c
|
Bug 845374 - Part r: Stop including nsTArray.h in nsReadableUtils.h; r=khuey
|
2013-03-17 08:55:16 +01:00 |
|
Jeff Gilbert
|
db09531eff
|
Bug 821191 - Switch recent files from accidental windows line endings to unix line endings - r=bjacob
|
2012-12-17 17:58:44 -08:00 |
|
Jeff Gilbert
|
a9a0fc4866
|
Bug 811958 - Move TextureImage into its own files - r=bgirard
|
2012-11-26 14:23:27 -08:00 |
|
Jeff Gilbert
|
1039582660
|
Backed out csets 807f2c3df974, 1637c39b4ed6, ec29e09a270e (bug 811958) for burning android
|
2012-11-26 13:48:20 -08:00 |
|
Jeff Gilbert
|
e744903408
|
Bug 811958 - Move TextureImage to its own files - r=bgirard
|
2012-11-26 12:51:58 -08:00 |
|