Nicolas Silva
|
34d846a77f
|
Bug 965096 - Backed out changeset 224e15123ae0 because of wrong bug number. r=me
|
2014-02-07 14:24:30 +01:00 |
|
Nicolas Silva
|
6dccb58af5
|
Bug 955096 - Use image surfaces for ARGB content with non-deprecated textures. r=BenWa
|
2014-02-07 14:20:19 +01:00 |
|
Nicolas Silva
|
b02c28b821
|
Bug 952507 - Flush the back buffer after syncing with the front buffer in the buffered ContentClient. r=Bas
|
2014-02-04 21:35:22 +01:00 |
|
Benoit Jacob
|
684ce17489
|
Bug 962784 - Convert ImageTypes.h to typed enums - r=jrmuizel
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(GRALLOC_PLANAR_YCBCR\|PLANAR_YCBCR\|SHARED_RGB\|CAIRO_SURFACE\|MAC_IOSURFACE\|REMOTE_IMAGE_BITMAP\|SHARED_TEXTURE\|REMOTE_IMAGE_DXGI_TEXTURE\|D3D9_RGB32_TEXTURE\)\($\|[^A-Za-z0-9_]\)/\1ImageFormat::\2\3/g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|ImageFormat\:\:ImageFormat|ImageFormat|g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)STEREO_MODE_\(MONO\|LEFT_RIGHT\|RIGHT_LEFT\|BOTTOM_TOP\|TOP_BOTTOM\)\($\|[^A-Za-z0-9_]\)/\1StereoMode::\2\3/g'
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|StereoMode\:\:StereoMode|StereoMode|g'
|
2014-01-30 17:58:49 -05:00 |
|
Nicolas Silva
|
044905e231
|
Bug 965250 - Fix TextureHostD3D9. r=Bas
|
2014-01-29 17:27:01 +01:00 |
|
Nicolas Silva
|
30b89fa3e5
|
Bug 952507 - Fix locking in double buffered ContentClient. r=nrc
|
2014-01-24 15:25:04 +01:00 |
|
Carsten "Tomcat" Book
|
9fbf4b116f
|
Backed out changeset 24668220c9a4 (bug 952507) for OS X Build Bustage on a CLOSED TREE
|
2014-01-23 15:50:14 +01:00 |
|
Nicolas Silva
|
d2a76c0550
|
Bug 952507 - Fix locking in double buffered ContentClient. r=nrc
|
2014-01-23 15:27:06 +01:00 |
|
Benoit Jacob
|
ccaa35314d
|
Bug 958375 - 6/9 - Make BackendType and NativeSurfaceType typed enums - r=Bas
Specifically:
r=Bas for manual changes
f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
|
2014-01-10 14:06:16 -05:00 |
|
Nicolas Silva
|
4d89736fcc
|
Bug 900244 - Implement the D3D9 specific TextureClients. r=nrc
|
2014-01-07 17:20:40 +01:00 |
|
Matt Woodrow
|
76fbd796de
|
Bug 900244 - Implement a shared D3D9 TextureClient. r=nical
|
2014-01-07 17:20:22 +01:00 |
|
Nicolas Silva
|
e8b4b086ed
|
Bug 938591 - Use texture flags in DataTextureSource + D3D9/11 fixes. r=nrc
|
2014-01-07 17:20:11 +01:00 |
|
Nicolas Silva
|
4d8b6b278e
|
Bug 900244 - New D3D9 Textures for BufferTextures. r=nrc
|
2014-01-07 17:20:03 +01:00 |
|
Andreas Pehrson
|
22bc27eb6f
|
Bug 907292 - Change gfxImageSurface to gfx::DataSourceSurface in TextureHost et al
|
2013-11-27 10:59:01 +01:00 |
|
Nicholas Cameron
|
3dce33b8c6
|
Bug 900248. An extra safety check in TextureD3D9 plus some refactoring around it. r=Bas
|
2013-11-22 11:07:58 +13:00 |
|
Nicholas Cameron
|
b7fa55c34a
|
Bug 900248. Don't return a d3d9 device from device() if we can't composite. r=Bas
|
2013-11-22 11:07:56 +13:00 |
|
Nicholas Cameron
|
e9665e5538
|
Bug 900248. ReleaseTextureResources. r=Bas
|
2013-11-22 11:07:56 +13:00 |
|
Benoit Girard
|
5aa117f19b
|
Bug 936511 - Add layers.dump to dump layer tree. r=bas,nrc
|
2013-11-17 16:47:40 -05:00 |
|
Matt Woodrow
|
88de3c4def
|
Bug 935380 - Part 3: Make CompositingRenderTarget store it's origin. r=nrc
|
2013-11-07 22:53:08 +13: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
|
6b9eb7d024
|
Bug 912766. Funky refcounting to keep the gfxWindowsSurface alive during transport. r=mattwoodrow
|
2013-09-24 13:14:12 +12:00 |
|
Nicholas Cameron
|
d6482934be
|
Bug 912766. DIB texture client/host. r=mattwoodrow,jrmuizel
|
2013-09-24 13:14:11 +12:00 |
|
Jeff Muizelaar
|
5bfbf126a7
|
Bug 898525. Separate out Gfx helpers into GfxMessageUtils.h. r=bent
This helps us include less.
--HG--
extra : rebase_source : bb9ca934a9dade9ef21cecfee7ae8e860f9c60c1
|
2013-07-26 15:28:31 -04:00 |
|
Nicholas Cameron
|
6668fc7c4a
|
Bug 902330. Fix the SupportsAzureContent mess. r=mattwoodrow
|
2013-08-09 11:32:19 +12:00 |
|
Nicholas Cameron
|
f742a26a6e
|
Bug 874721, bug 899435. D3D9 compositor and windows OMTC window resizing. r=Bas, mattwoodrow
|
2013-08-04 19:46:17 +12:00 |
|