Matt Woodrow
|
cf387ac0d5
|
Bug 970294 - Set our surface offset as a gfxContext device offset instead of a transform so that other callers don't accidentally overwrite it. r=nrc
|
2014-02-28 12:32:38 +13:00 |
|
Benoit Jacob
|
93826fc6b0
|
Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)GFX_CONTENT_\(COLOR\|ALPHA\|COLOR_ALPHA\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1gfxContentType::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Jacob
|
06f7a9c4a2
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - 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:17 -05:00 |
|
Nicholas Cameron
|
0c8a244237
|
Bug 933549. Change PaintState to use a DrawTarget instead of a gfxContext. r=mattwoodrow
|
2014-01-08 10:09:34 +13:00 |
|
Nicholas Cameron
|
2b06b385d4
|
backed out bug 933549 on a CLOSED TREE
|
2014-01-08 10:27:14 +13:00 |
|
Nicholas Cameron
|
b88a44ffc8
|
Bug 933549. Change PaintState to use a DrawTarget instead of a gfxContext. r=mattwoodrow
|
2014-01-08 10:09:34 +13:00 |
|
Jonathan Watt
|
e744bbf378
|
Bug 929350 - Allow the context for gfxContextMatrixAutoSaveRestore to be set lazily. r=mattwoodrow
|
2013-10-22 10:37:45 +02:00 |
|
Matt Woodrow
|
08ccf6da21
|
Bug 926258 - Implement a Moz2D version of gfxPath. r=Bas
|
2013-10-15 16:23:21 +13:00 |
|
Matt Woodrow
|
d84a67ef04
|
Bug 926258 - Remove gfxFlattenedPath as it doesn't match the abstraction we want for Moz2D. r=roc
|
2013-10-15 16:23:21 +13:00 |
|
Matt Woodrow
|
043a00f400
|
Bug 923290 - Don't use the window CGContext as a source with Moz2D. r=Bas
|
2013-10-10 17:44:09 +13:00 |
|
Ehsan Akhgari
|
b6bef348c1
|
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
--HG--
extra : rebase_source : af198eb9b9739ce718ba0d16c385624a722cde51
|
2013-10-07 19:15:59 -04:00 |
|
Benoit Jacob
|
c1d7f88886
|
Bug 913872 - Take nested enums out of gfxASurface - 1/3 : automatic changes - r=jrmuizel
Generated by these regexes:
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(ImageFormat\|SurfaceType\|ContentType\|MemoryLocation\)[0-9A-Za-z_]*\)/gfx\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(CONTENT_\|MEMORY_\)[0-9A-Za-z_]*\)/GFX_\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(CONTENT_COLOR\|CONTENT_ALPHA\|CONTENT_COLOR_ALPHA\|CONTENT_SENTINEL\|MEMORY_IN_PROCESS_HEAP\|MEMORY_IN_PROCESS_NONHEAP\|MEMORY_OUT_OF_PROCESS\)\($\|[^A-Za-z0-9_]\)/\1GFX_\2\3/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(ImageFormatARGB32\|ImageFormatRGB24\|ImageFormatA8\|ImageFormatA1\|ImageFormatRGB16_565\|ImageFormatUnknown\|SurfaceTypeImage\|SurfaceTypePDF\|SurfaceTypePS\|SurfaceTypeXlib\|SurfaceTypeXcb\|SurfaceTypeGlitz\|SurfaceTypeQuartz\|SurfaceTypeWin32\|SurfaceTypeBeOS\|SurfaceTypeDirectFB\|SurfaceTypeSVG\|SurfaceTypeOS2\|SurfaceTypeWin32Printing\|SurfaceTypeQuartzImage\|SurfaceTypeScript\|SurfaceTypeQPainter\|SurfaceTypeRecording\|SurfaceTypeVG\|SurfaceTypeGL\|SurfaceTypeDRM\|SurfaceTypeTee\|SurfaceTypeXML\|SurfaceTypeSkia\|SurfaceTypeSubsurface\|SurfaceTypeD2D\|SurfaceTypeMax\)\($\|[^A-Za-z0-9_]\)/\1gfx\2\3/g'
|
2013-09-24 16:45:13 -04:00 |
|
Bas Schouten
|
e8ba0b203f
|
Bug 907011 - Workaround precision bugs in pixman when doing PopGroupToSource by drawing in device-space. r=mattwoodrow
|
2013-08-23 16:53:12 +12:00 |
|
Birunthan Mohanathas
|
573d76ec6d
|
Bug 784739 - Switch from NULL to nullptr in gfx/thebes/; r=ehsan
|
2013-07-31 11:44:31 -04:00 |
|
Matt Woodrow
|
93da75702f
|
Bug 889953 - Add a bounds property to ColorLayer to restrict the drawing region instead of using a clip. This stops our accelerated layer backends from requiring a temporary surface to render transformed ColorLayers. r=roc
|
2013-07-09 10:11:00 -04:00 |
|
Jeff Gilbert
|
ea987c7dd2
|
Bug 877382 - Remove THEBES_API decorator. - r=BenWa
|
2013-05-29 14:59:24 -07:00 |
|
Jonathan Kew
|
99ab56d516
|
bug 831277 - (a) make GetRoundOffsetsToPixels a method on gfxContext, instead of private to the harfbuzz shaper. r=jdaggett
|
2013-01-21 09:24:01 +00:00 |
|
Bas Schouten
|
6063373753
|
Bug 814952: Further cleanup state management surrounding paths and pathbuilders. r=joedrew
|
2012-12-13 16:34:51 +01:00 |
|
Ehsan Akhgari
|
b92a794517
|
Backed out 2 changesets (bug 814952) because it breaks the build
Backed out changeset 974417414266 (bug 814952)
Backed out changeset 315707349606 (bug 814952)
|
2012-12-12 16:16:35 -05:00 |
|
Bas Schouten
|
e0e8dc9638
|
Bug 814952: Further cleanup state management surrounding paths and pathbuilders. r=jrmuizel
|
2012-12-12 21:37:09 +01:00 |
|
Rik Cabanier
|
db7b579813
|
Bug 748433: Adds support for blending to the canvas globalCompositeOperator. r=jrmuizel
|
2012-12-12 21:28:17 +01:00 |
|
Bas Schouten
|
85309b3382
|
Bug 797314: Only push one group and ensure all of the background gets copied in PushGroupAndCopyBackground. r=joedrew
|
2012-10-03 20:18:19 +02:00 |
|
Bas Schouten
|
e62cedfe1d
|
Bug 778367: Minimize intermediate surface size. r=jrmuizel
|
2012-09-27 23:00:51 +02:00 |
|
Phil Ringnalda
|
b3fe631c41
|
Back out 024f0c7ca3fc and 9f856ef0f078 (bug 778367) for Windows reftest failures
|
2012-10-01 17:29:40 -07:00 |
|
Bas Schouten
|
76ab722f81
|
Bug 778367 - Part 1: Minimize intermediate surface size. r=jrmuizel
|
2012-09-27 23:00:51 +02:00 |
|
Bas Schouten
|
2b1d28599c
|
Backout 73ffe71f9d12 (bug 778367) for windows test bustage on a CLOSED TREE
|
2012-09-28 02:03:20 +02:00 |
|
Bas Schouten
|
2fcfaedbb6
|
Bug 778367: Minimize intermediate surface size. r=jrmuizel
|
2012-09-27 23:00:51 +02:00 |
|
Robert O'Callahan
|
ff8935ad31
|
Bug 772726. Part 6: Add NudgeToIntegers operation to Azure Matrix, add MultiplyAndNudgeToIntegers to gfxContext, and call it from SVG when we render path geometry, to ensure that small internal rounding errors in transforms don't cause unnecessary differences in rasterization of paths. r=bas
|
2012-09-05 12:15:52 +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 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Robert O'Callahan
|
088ebb3f01
|
Befixing Bas build bustage, bug 757329
|
2012-05-22 18:00:23 +12:00 |
|
Bas Schouten
|
94bed9e6d8
|
Bug 757329: Support changing transforms while emitting path instructions. r=roc
|
2012-05-22 07:29:19 +02:00 |
|
Bas Schouten
|
f3ad70ed18
|
Bug 756767 - Part 2: Deal with CreateSourceSurfaceFromData failing. r=jrmuizel
|
2012-05-21 17:27:32 +02:00 |
|
Ed Morley
|
4e2da8437f
|
Backout a693c64dc64e (bug 715768), c520957cc03f & 713ed280a80d (bug 756767), 20cb25a8b8ba (bug 756454), f3b5ad2320cb (bug 756424) for crashes
|
2012-05-21 18:56:46 +01:00 |
|
Bas Schouten
|
e3811bc0ae
|
Bug 756767 - Part 2: Deal with CreateSourceSurfaceFromData failing. r=jrmuizel
|
2012-05-21 17:27:32 +02:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Bas Schouten
|
b92c726f5f
|
Bug 717393 - Part 5: Permit subpixel AA for transparent surfaces. r=roc
|
2012-05-15 16:57:51 +02:00 |
|
Kyle Huey
|
2e544f22ba
|
No bug: Shut up a struct/class warning. r=Bas
|
2012-04-03 14:00:34 -07:00 |
|
Bas Schouten
|
16adc3cf53
|
Bug 738691 - Part 2: Add proper stroke and path support to Azure glyph drawing. r=jrmuizel
|
2012-03-29 20:53:44 +02:00 |
|
Bas Schouten
|
eaa02a2931
|
Bug 738690: Properly convert patterns to userspace in the Azure-Thebes wrapper. r=jrmuizel
|
2012-03-29 20:53:43 +02:00 |
|
Bas Schouten
|
2d4395c3fd
|
Bug 711063 - Part 2: Add new wrapper code for gfxContext and gfxPattern. r=jrmuizel
|
2012-01-05 08:17:51 +01:00 |
|
Matt Woodrow
|
353e3c17e7
|
Bug 700240 - Make display list debugging independent of DEBUG. r=khuey,roc
|
2011-11-17 16:44:16 +13:00 |
|
Matt Woodrow
|
0ea6f9fa20
|
Bug 697048 - Add multiple output formats for DumpAsDataURL. r=roc
|
2011-10-26 16:19:13 +13: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 |
|
Matt Woodrow
|
3df75d69f2
|
Bug 675837 - Add gfxContext::ClipContainsRect. r=roc
|
2011-08-27 12:03:04 +12:00 |
|
Chris Jones
|
c4559259a5
|
Bug 662038, part 0: Add gfxContext::CurrentDash(). r=jrmuizel
|
2011-06-29 14:34:58 -07:00 |
|
Benjamin Peterson
|
f8d31dc977
|
Bug 658314 - UserToDevice uses the transform matrix. r=roc
--HG--
extra : rebase_source : 642b8d2ec5c5a523c74d44c4285731810f28e7ba
|
2011-05-21 22:06:24 +02:00 |
|
Chris Jones
|
3ce1002c85
|
Bug 627273, part 3: Add gfxContext::FillWithOpacity. sr=vlad
|
2011-01-26 00:26:37 -06:00 |
|
Robert O'Callahan
|
bbb9fb9e66
|
Bug 624152. Don't do the 'copy background' part of PushGroupAndCopyBackground for non-pixel-based surfaces; it shouldn't be necessary. r=jrmuizel,a=blocker
|
2011-01-15 22:40:33 +13:00 |
|