ladybird/SharedGraphics
Andreas Kling 641d55c7ef Painter: Always optimize with -O3.
Use a GCC #pragma to always optimize the Painter code with -O3.
This code is performance critical and hotter than anything else in the
system, and this helps quite a bit.

The 2x, 3x and 4x upscaling fast paths benefit greatly from this.
2019-05-11 17:00:46 +02:00
..
.gitignore Add basic automatic dependency management to Makefiles. 2019-02-02 04:41:59 +01:00
CharacterBitmap.cpp Convert more RetainPtr use to Retained. 2019-02-25 16:04:08 +01:00
CharacterBitmap.h Convert more RetainPtr use to Retained. 2019-02-25 16:04:08 +01:00
Color.cpp Color: Add named color "Cyan" 2019-05-06 00:59:33 +02:00
Color.h Color: Add named color "Cyan" 2019-05-06 00:59:33 +02:00
DisjointRectSet.cpp Sprinkle use of AK::Vector in various places. 2019-04-20 14:02:19 +02:00
DisjointRectSet.h WindowSerer+LibGUI: Send multiple rects in invalidation/flush messages. 2019-04-20 17:23:35 +02:00
Font.cpp Painter: Add text elision support (only right-hand side supported.) 2019-04-04 15:19:04 +02:00
Font.h Painter: Add text elision support (only right-hand side supported.) 2019-04-04 15:19:04 +02:00
GraphicsBitmap.cpp GraphicsBitmap: Add a new "Indexed8" format that uses a 256-entry palette. 2019-05-06 19:32:56 +02:00
GraphicsBitmap.h GraphicsBitmap: size_in_bytes() was overshooting by 4x, oops! 2019-05-08 03:28:40 +02:00
Painter.cpp Painter: Always optimize with -O3. 2019-05-11 17:00:46 +02:00
Painter.h Painter: Remove unused draw_focus_rect(). 2019-05-07 16:17:28 +02:00
PNGLoader.cpp PNGLoader: Tag the decoded bitmap with the source PNG path. 2019-04-30 13:46:03 +02:00
PNGLoader.h SharedGraphics: Implement a simple PNG decoder. 2019-03-21 03:57:42 +01:00
Point.h GVariant: Add to_bool(), to_int() and to_color(). 2019-04-13 12:39:20 +02:00
puff.c SharedGraphics: Oops, I was compiling puff() in SLOW mode for testing. 2019-03-24 00:53:16 +01:00
puff.h SharedGraphics: Implement a simple PNG decoder. 2019-03-21 03:57:42 +01:00
Rect.cpp SharedGraphics: Minor tweaks in rect shattering code. 2019-02-19 16:37:12 +01:00
Rect.h Make better use of geometry class helpers in some places. 2019-04-16 13:58:02 +02:00
Size.h PNGLoader: Support for color type 2 (RGB triplets) and multiple IDAT chunks. 2019-03-21 05:25:54 +01:00
StylePainter.cpp StylePainter: Remove some unused variables. 2019-05-11 03:53:20 +02:00
StylePainter.h WindowServer: Improve window frames by giving them a raised frame look. :^) 2019-05-11 01:31:10 +02:00
TextAlignment.h SharedGraphics: Add is_right_text_alignment(TextAlignment) helper. 2019-04-24 23:46:19 +02:00
TextElision.h Painter: Add text elision support (only right-hand side supported.) 2019-04-04 15:19:04 +02:00