Robert O'Callahan
|
d4259656be
|
Bug 649924. Use image surfaces to implement canvases beyond the texture size limit. r=bas
|
2011-07-08 22:42:21 +12:00 |
Marco Bonardo
|
77013a6607
|
Merge mozilla-inbound and mozilla-central
|
2011-07-08 11:53:56 +02:00 |
Nicholas Nethercote
|
14e0e78adc
|
Bug 653627 - Don't use char** in nsIMemoryReporter. r=khuey, sr=bz.
|
2011-07-08 12:45:16 +10:00 |
Benoit Jacob
|
225de6a36d
|
Bug 665070 - part 1: implement GLContext::GetAndClearError - r=jrmuizel
|
2011-07-07 20:01:16 -04:00 |
Marco Bonardo
|
5b0aa644a2
|
Merge mozilla-inbound and mozilla-central
|
2011-07-07 12:02:38 +02:00 |
Justin Lebar
|
b17feeb414
|
Backing out bug Bug 648484 (csets 9fcd404d97aa through 2bfa7417504d) due to orange.
|
2011-07-06 20:27:35 -04:00 |
Florian Haenel
|
a0b30fbce6
|
Bug 607687 - Fennec should take care about Texture MAX size HW limitation r=jmuizelaar
|
2011-07-06 11:00:47 -07:00 |
Chris Jones
|
6a84167e1b
|
Bug 648484, part E: Hook d3d9 shadow layers up to new system. r=BenWa
|
2011-07-06 13:29:27 -04:00 |
Chris Jones
|
154d42025d
|
Bug 648484, part C: Forward a shadow-layer transaction after rendering in the D3D10 backend, if remote. r=joedrew
* * *
Unrot bug 648484. r=Bas. To be folded.
|
2011-07-06 13:29:27 -04:00 |
Chris Jones
|
d800ece14d
|
Bug 648484, part B: Implement shadowable layer goop for D3D10, just enough to allow sending a window buffer to the compositor. r=Bas
|
2011-07-06 13:29:27 -04:00 |
Chris Jones
|
45d4ecff84
|
Bug 648484, part A: Allow D3D10 layers to render directly to a share-able texture. r=Bas
|
2011-07-06 13:29:27 -04:00 |
Chris Jones
|
b5f3d7f6c7
|
Bug 648484, part 9: Make LayerManagerD3D10 a shadow-layer manager and forwarder. r=Bas
|
2011-07-06 13:29:27 -04:00 |
Chris Jones
|
065d10e894
|
Bug 648484, part 8: Implement a very basic shadow thebes layer for D3D10, only enough to support the upcoming WindowLayer. r=Bas
|
2011-07-06 13:29:27 -04:00 |
Chris Jones
|
22f7db5a6c
|
Bug 648484, part 7: Implement a very basic shadow container layer for D3D10, only enough to support the upcoming WindowLayer. r=Bas
|
2011-07-06 13:29:27 -04:00 |
Chris Jones
|
d501a4a634
|
Bug 648484, part 6: Add code to share D3D10 textures across processes. r=Bas
|
2011-07-06 13:29:27 -04:00 |
Chris Jones
|
d4463e8330
|
Bug 648484, part 5: Create our D3D10 device so as to allow cross-process resource sharing. r=Bas
|
2011-07-06 13:29:26 -04:00 |
Chris Jones
|
5639c8d598
|
Bug 648484, part 4: Log layers transactions in the d3d10 backend. r=Bas
|
2011-07-06 13:29:26 -04:00 |
Chris Jones
|
c462de96d4
|
Bug 648484, part 2: Add various helpers, refactor ContainerLayer::SetSpecificAttributes. r=roc
|
2011-07-06 13:29:26 -04:00 |
Chris Jones
|
cac704ffe4
|
Bug 648484, part 1: Fix some warning spam. r=roc
|
2011-07-06 13:29:26 -04:00 |
Mounir Lamouri
|
4c9de5f9e9
|
Merge mozilla-central into mozilla-inbound.
|
2011-07-06 14:49:29 +02:00 |
L. David Baron
|
1b49ece84f
|
Only apply overflow area reported by native theme to the visual overflow, and not to the scrollable overflow. (Bug 669284) r=bzbarsky
|
2011-07-06 12:03:23 +02:00 |
Jonathan Kew
|
117a28457f
|
bug 669175 - [harfbuzz] fix indexing in reverse_range() to avoid pathological perf & incorrect results. r=behdad
|
2011-07-06 08:01:41 +01:00 |
Jacob Bramley
|
9a97cc1996
|
Bug 666918: Allow some routines to omit the frame pointer even with --enable-profiling. This will break call-graphs for these functions, but an --enable-profiling build won't work without it. [r=cjones]
|
2011-07-05 09:48:40 +01:00 |
Bas Schouten
|
300196ee5f
|
Bug 668801 - Followup: Properly address review comments.
|
2011-07-05 08:52:48 +00:00 |
Bas Schouten
|
aa0a80ced3
|
Bug 668801 - Part 3: Adjust dealing with clipped shadows to be accurate. r=jrmuizel
|
2011-07-05 06:28:20 +00:00 |
Bas Schouten
|
c17281a505
|
Bug 668801 - Part 2: Fix small bug in Azure shadow drawing. r=jrmuizel
|
2011-07-05 06:28:17 +00:00 |
Bas Schouten
|
ab39deeadf
|
Bug 668801 - Part 1: Adjust Azure for traditional shadow drawing style. r=jrmuizel
|
2011-07-05 06:28:14 +00:00 |
Matt Woodrow
|
ef4adc6afb
|
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
|
a1491697a0
|
Bug 656185 - Part 3 - Upload the entire image for PlanarYCbCrImageD3D9 to a texture and clip using texture coordinates. r=Bas
|
2011-07-05 14:52:34 +12:00 |
Matt Woodrow
|
e64b02f01a
|
Bug 656185 - Part 2 - Upload the entire image for PlanarYCbCrImageOGL to a texture and clip using texture coordinates. r=derf
|
2011-07-05 14:52:00 +12:00 |
Matt Woodrow
|
9879aa7837
|
Bug 656185 - Part 1 - Move BindAndDrawQuadWithTextureRect into LayerManagerOGL. r=joe
|
2011-07-05 14:50:38 +12:00 |
Benoit Girard
|
2f27b1192a
|
Bug 636707 - Check for null MacIOSurfaceImageOGL. r=mattwoodrow
|
2011-07-04 09:51:37 -04:00 |
Benoit Girard
|
5b3036138c
|
Bug 648480 - Add shadow-layer support to d3d9 backend. r=cjones
|
2011-07-04 09:15:05 -04:00 |
Ed Morley
|
acfd91cd49
|
Bug 661584 - Substitute final PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc
|
2011-07-03 11:53:40 +02:00 |
Benoit Girard
|
3a51e1fdfa
|
Backout 627489bb6288.
|
2011-07-01 18:05:54 -04:00 |
Marco Bonardo
|
e1de548d00
|
Merge last green changeset from mozilla-central to mozilla-inbound
|
2011-07-01 23:56:44 +02:00 |
Benoit Girard
|
4ec96c8c7f
|
Bug 648480 - Add shadow-layer support to d3d9 backend. r=cjones
|
2011-07-01 16:57:15 -04:00 |
Jonathan Kew
|
53962f854b
|
bug 666893 - add padding pixels to DWrite text bounds because of ClearType bleed when using GDI Classic mode. r=roc
|
2011-07-01 07:38:17 +01:00 |
Jonathan Kew
|
ca191217c7
|
bug 553571 - try to avoid breaking font runs at ZWNJ when using font fallback, because Indic scripts require shaping across the ZWNJ character. r=roc
|
2011-07-01 07:38:14 +01:00 |
Makoto Kato
|
e16e58937a
|
Bug 413019 - Remove PGO workaround for some modules. r=ted
|
2011-07-01 12:46:02 +09:00 |
Steven Michaud
|
36d54eefdb
|
Bug 659851 - Firefox and Lion disagree on GLintptr. f=bas.schouten r=bjacob
|
2011-06-30 14:06:25 -05:00 |
Benoit Girard
|
1e93785b55
|
Bug 663259 - Part 1: Mac Async rendering fixes. r=josh
|
2011-06-30 12:46:25 -04:00 |
Ryan VanderMeulen
|
7676326719
|
Bug 667663 - Silence MSVC warning by returning NULL if DWrite is disabled. r=bas
|
2011-06-30 14:35:46 +02:00 |
Ehsan Akhgari
|
86da6932d3
|
Merge mozilla-central and mozilla-inbound
|
2011-06-30 05:08:20 -04:00 |
Oleg Romashin
|
37e4c451c1
|
Bug 668368 - Logging.h compile fail due to missing stdio.h r=bas.schouten
|
2011-06-29 15:13:21 -07:00 |
Jonathan Kew
|
e9e59d071d
|
bug 663688 - back out changeset c4b84b05c46c to revert the workaround that disabled downloadable fonts on Lion. r=jdaggett
|
2011-06-29 14:16:12 +01:00 |
Justin Lebar
|
5daed65b45
|
Bug 664486 - Add page fault counts to about:memory on Linux and Mac. r=njn, sr=bz
--HG--
extra : rebase_source : 47dd7501dea7ae69e01828a5c730e8853739dc71
|
2011-06-16 14:34:09 -04:00 |
Jeff Muizelaar
|
12139c87c5
|
2D: Add a comment about why we need to know the fill mode early. r=bas
|
2011-07-07 12:57:52 -04:00 |
Chris Jones
|
e0d217fcaa
|
Bug 662038, part 3: Implement dashing for d2d. r=Bas
|
2011-06-29 14:34:58 -07:00 |
Chris Jones
|
952bc1a668
|
Bug 662038, part 2: Add dashing API to Azure. r=Bas sr=roc
|
2011-06-29 14:34:58 -07:00 |