Botond Ballo
|
530b8d2872
|
Bug 984490 - Make Compositor::GetCurrentRenderTarget() const. r=nical
|
2014-04-02 03:27:42 -04:00 |
|
Tom Schuster
|
7180283dc9
|
Bug 973227 - Add GetBackendType to every Compositor class. r=nical
|
2014-02-18 01:30:05 +01:00 |
|
Benoit Girard
|
fd8eb83796
|
Bug 963821 - Port FPS counter to the Compositor API. r=bas
--HG--
rename : gfx/layers/opengl/FPSCounter.h => gfx/layers/composite/FPSCounter.h
|
2014-02-10 17:14:11 -05:00 |
|
David Zbarsky
|
ac7a35fed2
|
Bug 952977: Convert PrepareViewport to gfx::Matrix4x4 r=nical
|
2014-01-27 15:25:20 -05:00 |
|
Benoit Jacob
|
15ef84b8b5
|
Bug 959448 - Convert most of LayersTypes.h to typed enums - r=nrc
find content/media dom/ipc widget/ gfx/tests gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)LAYERS_\(NONE\|BASIC\|OPENGL\|D3D9\|D3D10\|D3D11\|CLIENT\|LAST\)\($\|[^A-Za-z0-9_]\)/\1LayersBackend::LAYERS_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::BUFFER_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(BUFFERED\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(DRAW\|DRAW_SNAPPED\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::CLIP_\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SURFACE_\(NONE\|OPAQUE\|SINGLE_CHANNEL_ALPHA\|COMPONENT_ALPHA\)\($\|[^A-Za-z0-9_]\)/\1SurfaceMode::SURFACE_\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(STRETCH\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::SCALE_\2\3/g'
|
2014-01-23 13:26:41 -05:00 |
|
David Zbarsky
|
7474ed0454
|
Bug 952977: Switch GL world transform to gfx::Matrix r=nical
|
2014-01-16 02:22:19 -05:00 |
|
Benoit Jacob
|
535a216635
|
Bug 958375 - 4/9 - Make SurfaceFormat a typed enum - 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 |
|
Nicholas Cameron
|
b8cb20debc
|
Bug 946958 part 1. Remove GetWidgetSize. r=mattwoodrow
|
2013-12-09 14:40:59 +13:00 |
|
Phil Ringnalda
|
a1bcd56fe8
|
Backed out 7 changesets (bug 946958, bug 865033)
Backed out changeset 6dd0a6cb9ab3 (bug 946958)
Backed out changeset 498152aec5b1 (bug 946958)
Backed out changeset 7d035322f51d (bug 946958)
Backed out changeset 99f8ad7561ef (bug 946958)
Backed out changeset 4639c5abea80 (bug 946958)
Backed out changeset 9d1a4d83eccf (bug 865033)
Backed out changeset 41839e4026bc (bug 865033)
|
2013-12-08 18:43:45 -08:00 |
|
Nicholas Cameron
|
748b779dd2
|
Bug 946958 part 1. Remove GetWidgetSize. r=mattwoodrow
|
2013-12-09 14:40:59 +13:00 |
|
David Anderson
|
51ca221b03
|
Only composite changed areas in the software compositor (bug 882447, r=mattwoodrow,nrc).
|
2013-11-21 11:25:16 -08:00 |
|
Matt Woodrow
|
af9108eea2
|
Bug 35380 - Part 5: Remove aOffset from everywhere. r=nrc
|
2013-11-07 22:53:08 +13:00 |
|
Matt Woodrow
|
8cd4853004
|
Bug 935380 - Part 3: Make CompositingRenderTarget store it's origin. r=nrc
|
2013-11-07 22:53:08 +13:00 |
|
Matt Woodrow
|
73c776bcd2
|
Bug 935380 - Part 2: Pass the actual rect that the RenderTarget represents as the first parameter to CreateRenderTarget. r=nrc
|
2013-11-07 22:53:07 +13:00 |
|
Nicholas Cameron
|
a8a95dc820
|
Bug 882113. Azurification of compositor classes. r=mattwoodrow
|
2013-09-27 12:37:19 +12:00 |
|
Benoit Jacob
|
5a16c8030b
|
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 |
|
Nicolas Silva
|
a0feb7b33c
|
Bug 858914 - Basic backend for the new textures. r=mattwoodrow
|
2013-08-27 10:52:14 +02:00 |
|
Nicholas Cameron
|
b5c77aec19
|
Bug 903816. Include-what-you-use for gfx/layers. r=roc
|
2013-08-12 11:17:23 +12:00 |
|
Nicholas Cameron
|
dd58f82344
|
Bug 874721, bug 899435. D3D9 compositor and windows OMTC window resizing. r=Bas, mattwoodrow
|
2013-08-04 19:46:17 +12:00 |
|
Nicolas Silva
|
2b6a0c31a2
|
Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc
|
2013-07-30 11:59:51 +02:00 |
|
Markus Stange
|
a43c75493b
|
Bug 882523 - Support OMTC on Mac in non-accelerated mode using OpenGL. r=nrc, r=mattwoodrow
|
2013-07-08 21:21:05 -07:00 |
|
Kartikaya Gupta
|
a470c3e0a4
|
Bug 877728 - Make the screen render offset a ScreenPoint. r=BenWa
|
2013-06-03 10:00:02 -04:00 |
|
Matt Woodrow
|
ace055b629
|
Bug 865104 - Implement a BasicCompositor. r=nrc
|
2013-05-01 12:42:05 +12:00 |
|