Chris Pearce
|
38662eb161
|
Bug 580531 - Record first paint time and number of images painted in ImageContainer. r=roc
|
2011-03-24 11:28:57 +13:00 |
|
Chris Pearce
|
18e05ec12b
|
Bug 580531 - Push ImageContainer subclass' locks up into a superclass monitor. r=roc
|
2011-03-24 11:28:57 +13:00 |
|
Matt Woodrow
|
7f306f9fcc
|
Bug 637040 - Set the correct active texture unit for plugin layers. r=roc a=blocking2.0
|
2011-03-01 16:05:20 +13:00 |
|
Matt Woodrow
|
852f3221c8
|
Bug 636609 - Remove DEBUG_GL_ERROR_CHECK. r+a=joe
|
2011-02-25 20:05:31 +13:00 |
|
Matt Woodrow
|
f194fbbc42
|
Bug 634366 - Remove broken CreateForNativePixmapSurface usage from CairoImageOGL. r=joe a=blocking2.0
|
2011-02-18 12:19:38 +13:00 |
|
Matt Woodrow
|
9cb4fc37b6
|
Bug 634521 - Let mac plugins trigger empty transactions. r=roc a=roc
|
2011-02-17 16:56:06 +13:00 |
|
Matt Woodrow
|
b6b769faf1
|
Bug 591687: Add new image type for IOSurfaces on Mac OS X. r=roc r=benwa a=blocking2.0betaN+
|
2011-02-12 11:02:08 -05:00 |
|
Robert O'Callahan
|
69dc2ae3e3
|
Bug 621601. Part 4: Fix ImageLayers to handle null current image. r=bas,a=me
|
2011-01-19 21:27:54 +13:00 |
|
Oleg Romashin
|
af7e6bca87
|
Bug 618788 - Not initialized used in CairoImageOGL::SetData r=roc a=approval2.0
|
2011-01-13 15:20:46 +02:00 |
|
Chris Jones
|
3e974a81a0
|
Bug 623255: Ensure LayerOGL::Destroy is called for "orphaned" shadow OGL layers before the GLContext is deleted. r=vlad a=b
|
2011-01-05 22:54:47 -06:00 |
|
Oleg Romashin
|
9a7252a7ea
|
Bug 618788 - Not initialized used in CairoImageOGL::SetData r=vladimir a=approval2.0
|
2010-12-21 20:46:31 +02:00 |
|
Matt Woodrow
|
a2e7cac831
|
Bug 604101 - Part 6 - Add TextureImage::DirectUpload for faster texture uploads. r=jrmuizel a=blocking2.0
|
2010-12-16 23:50:26 -08:00 |
|
Matt Woodrow
|
bdcc087748
|
Bug 604101 - Part 4 - Use UploadSurfaceToTexture in TextureImage. r=joe a=blocking2.0
|
2010-12-16 23:29:23 -08:00 |
|
Matt Woodrow
|
ccd0b4a069
|
Bug 604101 - Part 2 - Use UploadSurfaceToTexture in CairoImageOGL. r=joe a=blocking2.0
|
2010-12-16 23:27:56 -08:00 |
|
Robert O'Callahan
|
669ff953e8
|
Bug 602200. Share code to compute effective transforms and opacity, and snap effective transforms. r=bas,sr=vlad,a=blocker
|
2010-11-08 22:06:15 +13:00 |
|
Matt Woodrow
|
eb10edeff3
|
Bug 599507. Propagate opacity and transform from single-child ContainerLayerOGL to child. r=joe, a=blocker
|
2010-11-08 22:06:14 +13:00 |
|
Benoit Jacob
|
d888a0f39f
|
Bug 604571 - Copying frames from <video> to <canvas> with drawImage glitches - r+a=vladimir
|
2010-11-05 15:57:58 -04:00 |
|
Oleg Romashin
|
8ada90638c
|
Bug 572651 - ThebesLayer shader program (GetBGRXLayerProgram) is slow on mobile r=vladimir a=b-f
|
2010-11-05 08:40:19 +02:00 |
|
Chris Jones
|
4b82fba0c3
|
Fix --disable-libxul bustage from bug 602431 and bug 602428. a=bustage
|
2010-10-13 18:36:44 -05:00 |
|
Chris Jones
|
ace8a9c91c
|
Bug 602428, part 3: Implement HW-decelerating ShadowImageLayerOGL. r=joe
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
4c54015a6b
|
Bug 602431, part 7: Honor shadow-layer attributes in the GL layers backend. r=vlad
|
2010-10-13 17:55:45 -05:00 |
|
Vladimir Vukicevic
|
910d74f7e0
|
Bug 602659 - <video> playback is twitchy / possessed by the devil with OpenGL layers - r=jmuizelaar, a=blocking-beta7
|
2010-10-13 17:19:12 -04:00 |
|
Benoit Jacob
|
9840c2c44d
|
Bug 602659 - move some mutex locking - r=roc
|
2010-10-12 17:01:59 -04:00 |
|
Matt Woodrow
|
c9c6ee11c6
|
Bug 596050 - Set the correct GL minification/magnification filter based on the GraphicsFilter set by content. r=joe a=b
|
2010-09-21 12:32:17 -04:00 |
|
Matt Woodrow
|
29577d4de5
|
Bug 594643 - Fix typo in ImageLayerOGL::SetData. r=joe a=b
--HG--
extra : transplant_source : %B3%DC%24%EF%E8X%7D%C3A8%9F%9F%B2%C3o%87%B0d%24T
|
2010-09-13 14:01:28 -07:00 |
|
Matt Woodrow
|
580d5fa9de
|
Bug 587678 - Implement ImageLayerOGL::GetCurrentAsSurface for YUV surfaces. r=bas a=blocking2.0:beta6+
|
2010-09-03 23:27:04 -04:00 |
|
Matt Woodrow
|
da3df6842e
|
Bug 590735 - D3D9/OGL Image layers need to round up on uneven sized YCbCr images r=joe, a=blocking2.0
|
2010-09-03 15:50:42 +12:00 |
|
Vladimir Vukicevic
|
03b79c9f14
|
b=574481; fix layers lifetime isues; part 3 - add lifetime mgmt to GL layers; r=bas
|
2010-08-06 22:09:18 -07:00 |
|
Vladimir Vukicevic
|
dbd5cb620b
|
b=575032; make GL Context providers static, allow for multiple providers; r=bas
|
2010-07-18 22:01:14 -07:00 |
|
Matt Woodrow
|
76ed4033a0
|
Bug 564991. Part 8: Hoist GetLayerType out of individual layer manager types and make it available for all layers. r=jrmuizel,sr=vlad
|
2010-07-01 20:01:09 -05:00 |
|
Matt Woodrow
|
0444dac3c3
|
Bug 573929: Prevent GLX textures from being released after the window supplying the GLContext from which they were allocated dies. r=vlad
|
2010-06-23 18:37:00 -05:00 |
|
Oleg Romashin
|
d24ded3dce
|
Bug 571832 - GL ThebesLayer rendering layout on X-System terribly slow. ImageLayer. r=vladimir.
|
2010-06-23 10:03:31 -04:00 |
|
Vladimir Vukicevic
|
917dfcb032
|
b=567626; fix up opengl layers; r=bas
|
2010-05-24 23:35:35 -07:00 |
|
Robert O'Callahan
|
5cb6f06477
|
Bug 564993. Part 5: Change ThebesLayer painting to be callback-based; move layer tree construction to FrameLayerBuilder. r=Bas,mats,sr=vlad
|
2010-05-21 15:20:48 +12:00 |
|
Robert O'Callahan
|
491e959191
|
Backed out changeset b37bdb032fe7
|
2010-05-24 10:53:05 +12:00 |
|
Robert O'Callahan
|
f3c689bd37
|
Bug 564993. Part 5: Change ThebesLayer painting to be callback-based; move layer tree construction to FrameLayerBuilder. r=Bas,mats,sr=vlad
|
2010-05-21 15:20:48 +12:00 |
|
Robert O'Callahan
|
6709a65d60
|
Backed out changeset efa8719a93d2
|
2010-05-21 16:34:23 +12:00 |
|
Robert O'Callahan
|
ddda37f6c8
|
Bug 564993. Part 5: Change ThebesLayer painting to be callback-based; move layer tree construction to FrameLayerBuilder. r=Bas,mats,sr=vlad
|
2010-05-21 15:20:48 +12:00 |
|
Robert O'Callahan
|
3e0f925498
|
Bug 565875. Part 4: Recycle textures used by PlanarYCbCrImageOGL to avoid reallocation/recommit costs (especially on Mac). r=bas
|
2010-05-17 11:09:28 +12:00 |
|
Robert O'Callahan
|
e3d9ccde5f
|
Bug 565875. Part 3: Recycle temporary buffer used by PlanarYCbCrImageOGL to avoid reallocation/recommit costs (especially on Mac). r=bas
|
2010-05-17 11:08:41 +12:00 |
|
Robert O'Callahan
|
a36e98ca1e
|
Bug 565875. Part 2: Create GLTexture wrapper to manage texture lifetimes and ensure textures are released on the main thread. r=bas
|
2010-05-17 11:08:01 +12:00 |
|
Robert O'Callahan
|
cd78edcb73
|
Bug 565875. Part 1: Refactor PlanarYCbCrImageOGL to make ownership of its temporary buffer more explicit. r=bas
|
2010-05-17 11:07:13 +12:00 |
|
Chris Pearce
|
3841ce0fd3
|
Bug 556889 - Honour video aspect ratio in layers rendering. r=roc
|
2010-04-27 20:53:44 +12:00 |
|
Bas Schouten
|
c7f958ebfc
|
Bug 560147: Use the new Unified OpenGL Wrapper for OpenGL layers, and remove wrapper code from layers. r=vlad
|
2010-04-27 04:09:47 +02:00 |
|
Chris Double
|
39352b97f4
|
Bug 551277 - Replace liboggplay YUV to RGB color conversion code - r=roc
|
2010-04-19 13:17:06 +12:00 |
|
Chris Pearce
|
bea72dd465
|
Bug 556889 - Backed out changeset 6f250c9b680b due to reftest failure on Linux.
|
2010-04-08 21:18:58 +12:00 |
|
Chris Pearce
|
56599ba7fa
|
Bug 556889 - Honour video aspect ratio in layers rendering. r=roc
|
2010-04-08 20:16:02 +12:00 |
|
Bas Schouten
|
dbf2d3e55f
|
Bug 557671: Properly make image layers threadsafe by guarding the active image. r=roc
|
2010-04-08 09:29:55 +02:00 |
|
Bas Schouten
|
8ebb80cb11
|
Bug 556572: Support none-multiple of 4 strides. r=joedrew
|
2010-04-01 23:17:13 +02:00 |
|
Bas Schouten
|
42e017024d
|
Bug 546517: The layers OpenGL backend. r=vlad
|
2010-03-30 06:48:52 +02:00 |
|