Chris Pearce
|
03ac6fddda
|
Bug 847267 - Add new image class to wrap D3D surfaces. r=Bas
|
2013-05-04 22:12:40 +12:00 |
|
Karl Tomlinson
|
6dc247aa1f
|
b=777946 implement SCALE_STRETCH through ComputeEffectiveTransforms r=Bas
--HG--
extra : transplant_source : 6%CC%1F3%D1g%A7%098%7E%24%3DC%1D6N%F5%1Ax%0F
|
2012-09-18 15:16:15 +12:00 |
|
Ed Morley
|
6a83e3de8d
|
Backout 7f86b28171a2 (bug 787853) & e18fdb9a8e12, ba47dac3cf97, e3fdcf7ed7f2, 992ee4c72c87 (bug 777946) for intermittent linux M4 ABORTs
|
2012-09-17 14:17:02 +01:00 |
|
Karl Tomlinson
|
3c96f70178
|
b=777946 implement SCALE_STRETCH through ComputeEffectiveTransforms r=Bas
--HG--
extra : transplant_source : %9AZ%89%90_4%08R%C5%0E%AB1%40g%23.%7Bo%EE%2A
|
2012-09-17 17:19:59 +12:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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 |
|
Kan-Ru Chen (陳侃如)
|
f5e3f3d680
|
Bug 767480 - PlanarYCbCrImage Refactoring. r=roc
|
2012-08-21 18:18:20 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
22db9a8e93
|
Back out c8f7bace9cf9, 17ec4e01c126 (bug 767480) r=bustage
|
2012-08-21 17:55:02 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
4787af5685
|
Bug 767480 - PlanarYCbCrImage refactoring. r=roc
|
2012-08-21 17:31:36 +08:00 |
|
Nicolas Silva
|
047b99ba78
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
88371b030a
|
[Bug 774505] Don't include Layers.h everywhere r=cjones
|
2012-07-18 12:31:40 -04:00 |
|
Nicholas Cameron
|
6be9877aaf
|
Bug 757347; checking the format of images. r=roc
|
2012-06-26 14:43:31 +12:00 |
|
Nicholas Cameron
|
549b63d97d
|
Back out bug 757346
--HG--
extra : rebase_source : 8a07c2c56ca9dbc165012b679d421435cc886c2c
|
2012-06-26 10:54:05 +12:00 |
|
Nicholas Cameron
|
e0a38b326b
|
Bug 757347; checking the format of images. r=roc
|
2012-06-26 09:44:41 +12:00 |
|
Jacek Caban
|
b1497ba19b
|
Bug 756996 - GCC warnings in gfx/2d r=bas
|
2012-06-04 13:02:02 +02:00 |
|
Bas Schouten
|
f1c73e9494
|
Bug 734404 - Part 1: Add support for DXGI shared surface handles to ImageLayers. r=roc
|
2012-05-30 07:14:30 +02:00 |
|
Matthew Gregan
|
0f43ea2990
|
Bug 744063 - Pass Y' texture size rather than picture size to Nv3DV. r=bas
--HG--
extra : rebase_source : 3a8744b67a9cd8b3f149d0c20fa5e0619b34fe9a
|
2012-05-24 11:00:26 +12:00 |
|
Jacek Caban
|
f9a852608c
|
Bug 733708 - gfx/layers fail to compile on mingw r=bas
--HG--
extra : rebase_source : 4ed99a22f66a20e4c6d2d7096396f6b2c261e63e
|
2012-05-21 11:03:23 +02:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Nicholas Cameron
|
08cb3dff93
|
Bug 716438; using flags to select a shader. r=Bas
|
2012-03-01 17:29:30 +00:00 |
|
Nicholas Cameron
|
d406c20f17
|
Bug 716439; Using mask layer shaders in DX10. r=Bas
|
2012-02-16 12:34:25 +13:00 |
|
Nicholas Cameron
|
4619e13780
|
Bug 716439; Loading a mask layer to textures in DX10. r=Bas
|
2012-02-16 12:34:23 +13:00 |
|
Bas Schouten
|
ee64d142c2
|
Bug 732988 - Part 1: Add ScaleToSize API to ImageLayers. r=roc
|
2012-03-13 01:41:29 +00:00 |
|
Daniel Holbert
|
d8d7782972
|
Backout 4b46f6eff8f4 (Bug 732988) for linux Cipc orange
|
2012-03-11 16:43:12 -07:00 |
|
Bas Schouten
|
a1cb5a3d28
|
Bug 732988 - Part 1: Add ScaleToSize API to ImageLayers. r=roc
|
2012-03-11 22:33:22 +00:00 |
|
Bas Schouten
|
87964f395c
|
Bug 651192 - Part 5: Support remote access to ImageContainers. r=roc
|
2012-02-16 04:26:19 +01:00 |
|
Jacek Caban
|
4deb092f3a
|
Bug 723942 - ImageLayerD3D*.cpp does not compile on mingw r=bas
--HG--
extra : rebase_source : e98c15c62a8998c1c646a5d9851ec96514f0b376
|
2012-02-06 11:24:47 +01:00 |
|
Bas Schouten
|
f987b74374
|
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
|
2012-02-01 03:18:30 +01:00 |
|
aceman
|
9f40d11539
|
Bug 678982 - check for null pointer dereference in gfx/layers/d3d10/ImageLayerD3D10.cpp; r=bas.schouten
|
2012-01-19 15:53:56 +01:00 |
|
Jeff Gilbert
|
50ccee0ff9
|
Bug 571507 - Add checks for texture creation failure to ContainerLayerD3D* - r=bas.schouten
|
2011-11-03 12:10:10 -07:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Matthew Gregan
|
db3428cfec
|
Bug 672755 - Add memory reporters for decoded video and audio queues. r=cpearce r=joe
|
2011-07-22 15:17:23 +12:00 |
|
Matt Woodrow
|
dbbef6ee35
|
Bug 656185 - Part 4 - Upload the entire image for PlanarYCbCrImageD3D10 to a texture and clip using texture coordinates. r=Bas
|
2011-07-05 14:52:50 +12:00 |
|
Matt Woodrow
|
cc66446a05
|
Back out bug 656185 due to windows compile failures
|
2011-06-27 15:21:22 +12:00 |
|
Matt Woodrow
|
379c7e6f82
|
Bug 656185 - Part 3 - Fix for D3D10. r=Bas
|
2011-06-27 14:32:34 +12:00 |
|
Chris Jones
|
ed22df8f64
|
Bug 556214, parts 1 and 1.1: Rename Monitor to ReentrantMonitor and fix existing Monitor users. r=roc
--HG--
rename : xpcom/glue/Monitor.h => xpcom/glue/ReentrantMonitor.h
|
2011-04-29 14:21:57 -05:00 |
|
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 |
|
Bas Schouten
|
8a936691da
|
Bug 612103 - Followup: Only report a failure when the call actually fails. r=jrmuizel a=blocking-final
|
2011-02-08 18:44:14 -06: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 |
|
Dhiren Bhatia
|
4079e0a4d6
|
Bug 617220 - Add 3DVision stereoscopic rendering support to D3D10 layers. r=bas.schouten r=vlad a=roc a=vlad
|
2011-01-12 17:51:27 +13:00 |
|
Bas Schouten
|
909613e5a2
|
Bug 612103 - Followup: Remove accidentally introduced tabs. r+a=DONTBUILD
|
2011-01-12 23:29:11 +01:00 |
|
Bas Schouten
|
967e85547a
|
Bug 612103 - Part 2: Do not attempt to draw with a shader resource view belonging to an old device. r=jrmuizel a=blocking-final
|
2011-01-12 01:52:29 +01:00 |
|
Bas Schouten
|
897bd83b70
|
Bug 612103 - Part 1: Do not attempt to do anything when we fail to create a texture for a surface. r=jrmuizel a=blocking-final
|
2011-01-12 01:52:27 +01:00 |
|
Bas Schouten
|
005c4bc381
|
Bug 621156 - Followup: Clarify comment. r+a=comment DONTBUILD
|
2011-01-03 18:29:10 +01:00 |
|
Bas Schouten
|
337324ab1f
|
Bug 621156: Return a properly working surface from GetAsSurface. r=jrmuizel a=blocking-final
|
2011-01-03 18:05:47 +01:00 |
|
Bas Schouten
|
76fed664bf
|
Bug 620665 - Part 5: Do not use mManager pointer for D3D10 layers. r=roc a=blocking-beta9
|
2010-12-29 01:07:12 +00:00 |
|
Bas Schouten
|
692f5c8f55
|
Bug 620665 - Part 2: Use fallback when ImageContainer's backend type doesn't match. r=roc a=blocking-beta9
|
2010-12-29 01:07:04 +00:00 |
|
Bas Schouten
|
476b6e29ba
|
Bug 615316 - Part 3: Support any container in ImageLayerD3D10. r=jrmuizel a=blocking-betan
|
2010-12-15 21:37:15 +01:00 |
|