Benoit Girard
|
39c8cff9cd
|
Bug 788400 - Part 1: Add a frame counter to OGLLayers. r=jmuizelaar
|
2012-09-05 16:24:54 -04:00 |
|
Chris Jones
|
ecf1f90b90
|
Bug 780074: Change the fps counter to provide better estimates of instantaneous fps. r=jrmuizel
|
2012-09-04 22:17:13 -07:00 |
|
Marco Castelluccio
|
3623edfcf9
|
Bug 788042 - Use MOZ_X11 instead of MOZ_WIDGET_GTK2 under gfx/layers. r=karlt
|
2012-09-04 21:01:57 -04:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Marco Castelluccio
|
75d61d5a63
|
Bug 778029 - Fix distorted windowless flash with X11 GL layers. r=BenWa
|
2012-09-01 11:35:56 -04:00 |
|
Jeff Gilbert
|
e1d73dc9a8
|
Bug 784925 - Add MakeCurrent for OGL Layers Readback path - r=bjacob
|
2012-08-31 16:44:33 -07:00 |
|
Kan-Ru Chen (陳侃如)
|
d22d80948e
|
Bug 787045 - Call TexParameter on the correct target. r=bgirard
|
2012-08-30 15:39:01 -03:00 |
|
Kan-Ru Chen (陳侃如)
|
90b637eb9d
|
Bug 786747 - Fix the BindTexture order and re-bind textures correctly. r=jgilbert
|
2012-08-29 18:20:30 -03:00 |
|
Chris Lord
|
127a434e75
|
Bug 785333 - Add ContainerLayer::RepositionChild. r=bas
Add a function that can be used to quickly reposition a layer child, rather
than forcing removal/insertion and the extra work that can involve.
|
2012-08-29 11:52:55 +01:00 |
|
Chris Lord
|
6e831e4522
|
Bug 785333 - Synchronise layer InsertAfter/RemoveChild methods. r=bas
InsertAfter/RemoveChild in the Direct3D and OpenGL Layer backends have fallen
behind the implementation in BasicContainerLayer. Synchronise them.
|
2012-08-29 11:52:44 +01:00 |
|
Matt Woodrow
|
c088bd7c94
|
Bug 779940: Meter layers transactions in addition to composites. r=cjones
|
2012-08-07 14:41:29 +12:00 |
|
James Willcox
|
73cc0a32b0
|
Bug 783754 - Fix Flash on the Galaxy SII r=BenWa
|
2012-08-23 12:00:23 -04:00 |
|
Ehsan Akhgari
|
46ad50db9b
|
Merge the landing of bug 579517 to mozilla-inbound
|
2012-08-22 12:12:15 -04:00 |
|
Doug Sherk
|
462201569a
|
Bug 780397: Convert FrameMetrics.mViewportScrollOffset from nsIntPoint to gfx::Point r=roc
|
2012-08-21 21:37:15 -07:00 |
|
Jeff Gilbert
|
78113b46b7
|
Bug 738833 - Add webgl force-readback pref - r=bjacob
|
2012-08-21 20:29:06 -07:00 |
|
Jeff Gilbert
|
e1f66565ad
|
Bug 782785 - Use temp surfaces to ReadPixels with correct stride - r=bjacob
|
2012-08-21 16:13:26 -07:00 |
|
Kan-Ru Chen (陳侃如)
|
7f3a4901ae
|
Bug 767480 - PlanarYCbCrImage Refactoring. r=roc
|
2012-08-21 18:18:20 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
c1095a12d3
|
Back out c8f7bace9cf9, 17ec4e01c126 (bug 767480) r=bustage
|
2012-08-21 17:55:02 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
2890737d7d
|
Bug 767480 - PlanarYCbCrImage refactoring. r=roc
|
2012-08-21 17:31:36 +08:00 |
|
Jeff Gilbert
|
4f4da61aad
|
Bug 783663 - Add ReadScreenIntoImageSurface for reading pixels from the screen - r=bgirard
|
2012-08-20 17:13:32 -07:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Matt Woodrow
|
8a1b8efbbd
|
Bug 782372 - Fix clang build. r=nical
|
2012-08-20 14:39:10 +12:00 |
|
David Zbarsky
|
0cc0700b76
|
Bug 783841 - Fix build warnings in layers r=cjones
|
2012-08-19 20:07:31 -04:00 |
|
Nicolas Silva
|
e0905a590a
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|
Kan-Ru Chen
|
0543d778ad
|
Bug 757341 - Camera direct texturing with async video. r=cjones
|
2012-08-17 18:56:55 +08:00 |
|
Kan-Ru Chen
|
1621ccbf53
|
Bug 757341 - Move GonkIOSurfaceImage to its own header. r=roc
|
2012-08-17 18:56:49 +08:00 |
|
Joe Drew
|
e09a2e3ed4
|
Bug 781679 - Assert that we're not in the middle of a transaction when we switch layer managers. r=mattwoodrow
|
2012-08-15 17:55:38 -04:00 |
|
Justin Lebar
|
e634acf310
|
Bug 782971 - Fix crash resulting from not initializing an argument in ShadowThebesLayerOGL::Swap(). r=cjones
|
2012-08-15 14:36:44 -04:00 |
|
Aryeh Gregor
|
0cc22f7712
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
Chris Lord
|
4a05040afa
|
Bug 782332 - Don't retain fixed-position tiles. r=bgirard
Retaining tiles on a fixed position layer often just results in rendering
artifacts. Don't do this.
|
2012-08-13 22:59:16 -04:00 |
|
Matt Woodrow
|
7f95d6fb80
|
Bug 539356 - Part 8b - Move painting of retained layers to the view manager flush, and only composite on the paint event. r=roc
* * *
Fix Empty transactions with the new paint timing
|
2012-08-13 22:10:10 +12:00 |
|
Matt Woodrow
|
0e08a1aaff
|
Bug 539356 - Part 8a - Add END_NO_COMPOSITE to EndTransactionFlags and implement in for all LayerManagers. r=roc
|
2012-08-13 22:10:10 +12:00 |
|
Nicolas Silva
|
cc5a0d4383
|
Bug 776957 - Use OpenDescriptorForDirectTexturing when available in CanvasLayerOGL to avoid useless texture upload. r=cjones
|
2012-08-09 10:32:48 -04:00 |
|
David Zbarsky
|
e7dcc5d8c9
|
Bug 706179 Part 1: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-31 10:28:20 -07:00 |
|
Benoit Girard
|
d0141bb4a3
|
Bug 724666 - Part 2: Add CGIOSurfaceContext to azure. r=jmuizelaar
|
2012-07-31 11:17:43 -04:00 |
|
David Zbarsky
|
9f192bc533
|
Bug 778519 - Don't include Layers.h everywhere Part 2 r=cjones
|
2012-07-30 17:42:26 -07:00 |
|
Mark Finkle
|
b478928a3b
|
Backout 169ff207ed19, a34baed70c1b, f9ccdd490bd7, 39550ed860e6, 2194a2dd66b2, 908eb2e26843, a76e0a267f26 due to mobile viewport bustage (bug 778580)
|
2012-07-30 14:36:12 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
31dbc4959a
|
Bug 706179: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-27 13:23:44 -07:00 |
|
David Zbarsky
|
2b8ae5d9fa
|
[Bug 777657] Fix some opt build warnings r=cjones
|
2012-07-26 21:02:05 -07:00 |
|
Nicholas Cameron
|
f88aea9c33
|
Bug 746883; fix the bustage possibly caused by 746896. r=mattwoodrow
|
2012-07-26 14:30:20 +12:00 |
|
Nicholas Cameron
|
3c9935e75a
|
Back out bug 746883, bug 764125, bug 761895, bug 746883, bug 748116
|
2012-07-26 18:48:24 +12:00 |
|
Nicholas Cameron
|
ed00d68a75
|
Bug 746883; fix the bustage possibly caused by 746896. r=mattwoodrow
|
2012-07-26 14:30:20 +12:00 |
|
Chris Jones
|
849e95b9f9
|
Bug 776940: Fix shutdown protocol of shadow OGL layers. r=vlad
|
2012-07-24 19:46:32 -07:00 |
|
Ed Morley
|
4cf7768fb0
|
Backout 1244b8a8e57a (bug 755084), 32d16d0f87c9 (bug 706179), 8548e016d4a9 (bug 768440), 697f5b87eae9 (bug 768440), 808fc2bd4e8c (bug 755084), 54b1484cd125 (bug 755084), 876726b632c0 (bug 706179) for xul android R3 failures
|
2012-07-25 16:37:04 +01:00 |
|
David Zbarsky
|
2618b628c7
|
Bug 706179: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-25 01:48:09 -07:00 |
|
Robert O'Callahan
|
835a05e1a0
|
Backout c1878d925ef5 (bug 776940) due to leaks on Mac
|
2012-07-25 17:39:47 +12:00 |
|
Chris Jones
|
b3ea43c9db
|
Bug 776940: Fix shutdown protocol of shadow OGL layers. r=roc
|
2012-07-24 19:46:32 -07:00 |
|
Matt Brubeck
|
0e88f3cf5b
|
Back out f4f5189b1d0c, 3b4f0606c547, b8a5a1ab8a5f, 5078933d6954, 7e0260c45de9 (bug 768440, bug 755084, bug 706179) because of reftest failures
|
2012-07-23 20:25:51 -07:00 |
|
David Zbarsky
|
28327d30d6
|
Bug 706179: Add support for animations to the Layers API r=roc, dbaron, cjones
|
2012-07-23 17:34:22 -07:00 |
|