Benjamin Smedberg
|
c26e61f8d5
|
Bug 596451 part E - Implement transparency using DIBs with builtin transparency. Flash at least does this correctly, and since nobody else really uses windowless transparency, this is going to be the Way It Is. r-pending=jimm/karlt
|
2010-10-27 09:03:09 -04:00 |
|
Benjamin Smedberg
|
980b674f06
|
More build bustage from Bug 596451 part D. Explicitly initialize the const structures for GCC.
|
2010-10-25 16:25:01 -04:00 |
|
Benjamin Smedberg
|
ae4a853966
|
Bug 596451 part D - Hook up asynchronous plugin painting on Windows. This part allows opaque plugins to paint correctly. r=jmathies
|
2010-10-25 13:57:13 -04:00 |
|
Benjamin Smedberg
|
fe0394e97b
|
Bug 606976 - Don't map the memory from a SharedDIB: CreateDIBSection creates another mapping, and we don't actually use the mapping for anything, r=jimm
|
2010-10-25 13:22:43 -04:00 |
|
Ehsan Akhgari
|
5726920ba8
|
Bug 603821 - debug non-libxul builds fail in WebGLContext.cpp, with "Undefined reference to `mozilla::gl::GLContext::sCurrentGLContext'" - r=khuey, a=bustage
|
2010-10-13 07:45:13 -04:00 |
|
Benoit Jacob
|
cdfba8c17a
|
fix GLContextSymbols::Zero(), r+a=bustage
|
2010-10-12 18:06:51 -04:00 |
|
Benoit Jacob
|
88165b3ed8
|
Bug 597881 - OpenGL debug mode - r=vladimir
|
2010-10-12 17:01:59 -04:00 |
|
Benoit Jacob
|
9840c2c44d
|
Bug 602659 - move some mutex locking - r=roc
|
2010-10-12 17:01:59 -04:00 |
|
Benjamin Stover
|
cc825b09f6
|
Bug 600908 Always retain shadowable layers r=cjones a=2.0b2+
|
2010-10-11 11:36:20 -07:00 |
|
Mats Palmgren
|
5a51827cc7
|
Bug 603167 - Link layout fails with Undefined symbols mozilla::gl::GLContext::ReadPixelsIntoImageSurface; r=vladimir a=bustage
|
2010-10-11 14:06:08 -04:00 |
|
Robert O'Callahan
|
951d95a03a
|
Bug 582146. 8388608.0 is invalid in cairo, so clamp to 8388607.0 instead. r=jrmuizel
|
2010-10-11 13:58:19 +13:00 |
|
Mats Palmgren
|
a984b3be02
|
Fix bustage. a=backout
|
2010-10-11 00:48:33 +02:00 |
|
Mats Palmgren
|
999c4be001
|
Export GLContext symbols to unbreak --disable-libxul builds. b=603167 r=vlad a=bustage
|
2010-10-11 00:07:00 +02:00 |
|
Vladimir Vukicevic
|
d0b53174f7
|
b=602396; upgrade ANGLE to r445, mozilla portion; r=bjacob a=b
|
2010-10-09 12:44:25 -07:00 |
|
Vladimir Vukicevic
|
246057b47c
|
b=602396; upgrade ANGLE to r445
|
2010-10-09 12:44:25 -07:00 |
|
Vladimir Vukicevic
|
5585ebca9f
|
b=582053; integrate webgl confromance suite as mochitest, angle followup; r=bjacob
|
2010-09-13 08:53:52 -07:00 |
|
Timothy Nikkel
|
3fe8b5b2f9
|
Bug 600148. Always round up in nsPoint::ToNearestPixels to match nsRect::ToNearestPixels. r=dbaron a=blocking-betaN+
|
2010-10-09 14:09:22 -05:00 |
|
Bas Schouten
|
d3a7e174bd
|
Bug 600909: Use OptimalFillOperator() for drawing some images. r=joedrew a=blocking-betaN
|
2010-10-08 18:02:58 +02:00 |
|
Bas Schouten
|
50d248afd4
|
Bug 601928: Check result of create texture for tmpTexture. r=jrmuizel a=blocking-beta8
|
2010-10-08 18:02:53 +02:00 |
|
Bas Schouten
|
4fe7e27b52
|
Bug 601785: Use true pointer size for x64 builds. r=vlad a=approval2.0
|
2010-10-08 18:02:41 +02:00 |
|
Bas Schouten
|
9f234ad045
|
Bug 601053: Prevent DXGI from handling alt+enter. r=vlad a=blocking-beta8
|
2010-10-08 18:02:39 +02:00 |
|
Bas Schouten
|
e90cf9539d
|
Bug 600045: Fix problems with non-over operator and transformed strokes. r=jrmuizel a=blocking-betaN
|
2010-10-08 18:02:29 +02:00 |
|
Chris Jones
|
33cb1a40c8
|
Band-aid for bug 602558: Avoid the VS10 STL wrappers getting tangled up in <utility>. r=vlad a=bustage
|
2010-10-07 17:57:47 -05:00 |
|
Tom Brinkman
|
fa1c5b8b9c
|
Bug 565013: Implement printing to PDF for qt builds. r=romaxa r=dholbert a=blocking-fennec
--HG--
rename : widget/src/gtk2/nsDeviceContextSpecG.cpp => widget/src/qt/nsDeviceContextSpecQt.cpp
rename : widget/src/gtk2/nsDeviceContextSpecG.h => widget/src/qt/nsDeviceContextSpecQt.h
rename : widget/src/gtk2/nsPrintDialogGTK.cpp => widget/src/qt/nsPrintDialogQt.cpp
rename : widget/src/gtk2/nsPrintDialogGTK.h => widget/src/qt/nsPrintDialogQt.h
rename : widget/src/gtk2/nsPrintOptionsGTK.cpp => widget/src/qt/nsPrintOptionsQt.cpp
rename : widget/src/gtk2/nsPrintOptionsGTK.h => widget/src/qt/nsPrintOptionsQt.h
rename : widget/src/gtk2/nsPrintSettingsGTK.cpp => widget/src/qt/nsPrintSettingsQt.cpp
rename : widget/src/gtk2/nsPrintSettingsGTK.h => widget/src/qt/nsPrintSettingsQt.h
|
2010-10-07 12:19:33 -07:00 |
|
Daniel Holbert
|
ececcd1fd2
|
Bug 596784 followup: Remove unused variable 'dummy' in GLContext.h. r=vlad a=NPOTB
|
2010-10-07 12:19:33 -07:00 |
|
Oleg Romashin
|
dcaa6b57c6
|
Bug 598561 - Don't rename pixman functions when system pixman is in use. r=jmuizelaar a=approval2.0
--HG--
extra : rebase_source : 7b5b80f59973a5d5fb55ae49170776f80284c9ec
|
2010-10-07 10:49:43 +03:00 |
|
Jonathan Kew
|
3e72e86729
|
bug 527276 - part 5 - implement pref to control whether OTL tables are preserved in sanitized fonts. r=jdaggett a=blocking2.0
|
2010-10-07 08:59:19 +01:00 |
|
Jonathan Kew
|
051140c436
|
bug 527276 - part 4 - extend OTS to allow OpenType Layout tables to be preserved. r=jdaggett a=blocking2.0
|
2010-10-07 08:59:19 +01:00 |
|
Jonathan Kew
|
a3d07f0790
|
bug 527276 - part 3 - apply OTS sanitizer to downloaded fonts. r=jdaggett a=blocking2.0
|
2010-10-07 08:59:19 +01:00 |
|
Jonathan Kew
|
5a24d0498e
|
bug 527276 - part 2 - add OTS lib to the build process. r=ted a=blocking2.0
|
2010-10-07 08:59:18 +01:00 |
|
Jonathan Kew
|
a6f4c8f5ae
|
bug 601487 - add support for cmap subtable format 14 (variation sequences) to OTS sanitizer. r=jdaggett a=blocking2.0
|
2010-10-07 08:59:18 +01:00 |
|
Jonathan Kew
|
51d798efb4
|
bug 527276 - part 1a - patches to OTS source to resolve build issues. r=roc a=blocking2.0
|
2010-10-07 08:59:18 +01:00 |
|
Jonathan Kew
|
9ad2f64e77
|
bug 527276 - part 1 - OTS source code from google (svn r.35). r=roc,cjones a=blocking2.0
|
2010-10-07 08:59:18 +01:00 |
|
Jonathan Kew
|
0bed9a8bb2
|
bug 590114 - treat unresolved common script runs as Latin. r=jdaggett approval2.0=joe
|
2010-10-07 08:59:17 +01:00 |
|
Jonathan Kew
|
e1d3b86388
|
bug 580863 part 2 - scale glyph metrics correctly when initializing CFF fonts on OS X 10.6. r=jdaggett a=blocking-betaN
|
2010-10-07 08:59:16 +01:00 |
|
Jonathan Kew
|
00edb2283a
|
bug 577707 - some Indic scripts rendered with incorrect font/glyphs on OS X. r=jdaggett a=blocking-betaN
|
2010-10-07 08:59:15 +01:00 |
|
Benoit Jacob
|
764d885972
|
Bug 600620 - 1/2 - Expose feature status block reason so that it can be used by about:support - r=vladimir, a=blocking2.0-b7
|
2010-10-06 21:40:08 -07:00 |
|
Benoit Jacob
|
20a45b4898
|
Backed out changeset 638ce363a9b1
|
2010-10-06 17:05:19 -04:00 |
|
Benoit Jacob
|
b5bc302c89
|
Bug 600620 - 1/2 - Expose feature status block reason so that it can be used by about:support - r=vladimir, a=blocking2.0-b7
|
2010-10-06 16:43:25 -04:00 |
|
Benoit Jacob
|
a671874c70
|
Bug 602289 - Add Vendor() function to GLContext - r=joe, a=blocking2.0-b7
|
2010-10-06 16:43:14 -04:00 |
|
Oleg Romashin
|
c58271c6e7
|
Bug 601451 - Allow compile qt port with system cairo which does not have QT_SURFACE compiled. r=joe a=npodb
--HG--
extra : rebase_source : a6bc7d01efb4a9d91418a33d43bbaf07139b4a18
|
2010-10-05 09:15:57 +03:00 |
|
Oleg Romashin
|
78afeaaec0
|
Bug 598970 - GL/EGL qt rendering is broken completely after landing 596784. r=vladimir a=blocking-fennec
|
2010-10-04 14:21:32 +03:00 |
|
Benoit Jacob
|
8d44a37a58
|
b=600927; don't print gl extensions in non-debug builds; r=vlad a=b
|
2010-10-01 21:00:36 -07:00 |
|
Vladimir Vukicevic
|
31056ac783
|
b=600863; disable framebuffer blit optimization for TEXTURE_RECTANGLE targets; r=joe a=b7
|
2010-10-01 20:56:56 -07:00 |
|
Bas Schouten
|
15fb5328a2
|
Bug 593678: Initialize RenderTargetOffset as part of setting up the pipeline. r=jrmuizel a=joedrew
|
2010-10-02 00:25:00 +02:00 |
|
Bas Schouten
|
1a307b788a
|
Bug 601257: Clean up usage of shader constants in D3D9 layers. r=jrmuizel a=joedrew
|
2010-10-02 00:24:58 +02:00 |
|
Bas Schouten
|
67888ccd42
|
Bug 546514 - Part 4: Build D3D10 layers. r=vlad
|
2010-10-01 00:53:51 +02:00 |
|
Bas Schouten
|
176e99bd57
|
Bug 546514 - Part 3: Add D3D10 layers code. r=vlad
|
2010-10-01 00:53:49 +02:00 |
|
Bas Schouten
|
786128e3d2
|
Bug 546514 - Part 2: Add #defines for D3D10 layers. r=vlad
|
2010-10-01 00:53:47 +02:00 |
|
Bas Schouten
|
2b22fa73c9
|
Bug 597950 - Part 2: Expose API to create a D2D surface from a D3D10 Texture. r=vlad
|
2010-10-01 00:53:42 +02:00 |
|