index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
image
/
qimage_conversions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QImage: introduce a class invariant that format() is in-range
Marc Mutz
2025-03-13
1
-0
/
+11
*
Fix in-place conversion of certain QImage formats
Eirik Aavitsland
2024-12-13
1
-1
/
+1
*
Make multi-threaded image transforms and painter fills configurable
Allan Sandfeld Jensen
2024-12-05
1
-17
/
+12
*
Mark max length work buffers uninitialized
Allan Sandfeld Jensen
2024-11-30
1
-8
/
+8
*
Add loongarch64(LASX) optimization
Chen Zhanwang
2024-10-23
1
-0
/
+12
*
Add loongarch64(LSX) optimization
Chen Zhanwang
2024-10-23
1
-0
/
+14
*
Complete drawhelper Func with LSX
Chen Zhanwang
2024-10-22
1
-0
/
+12
*
Use q20::{cmp_{equal,not_equal,{less,greater}{,_equal}} around the code
Tatiana Borisova
2024-07-30
1
-1
/
+3
*
Merge applyGray, applyReturnGray, and apply methods
Allan Sandfeld Jensen
2024-06-01
1
-4
/
+4
*
Port QImage::Format_CMYK32 to CMYK8888
Giuseppe D'Angelo
2024-04-04
1
-6
/
+6
*
GUI: add CMYK painting support
Giuseppe D'Angelo
2024-04-03
1
-0
/
+34
*
Call QColorTransformPrivate::applyReturnGray directly
Allan Sandfeld Jensen
2024-02-29
1
-4
/
+4
*
Remove extra semi-colons
Tasuku Suzuki
2024-02-06
1
-1
/
+1
*
Centralize conversion from unpremultiplied to premultiplied image format
Allan Sandfeld Jensen
2023-12-12
1
-9
/
+7
*
Add special thread pool for Qt Gui
Allan Sandfeld Jensen
2023-02-25
1
-6
/
+7
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-2
/
+1
*
Expand QColorTransform
Allan Sandfeld Jensen
2022-05-26
1
-4
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Rename QRgbaF to QRgbaFloat and assert the compatible types
Allan Sandfeld Jensen
2021-07-05
1
-14
/
+14
*
Introduce float QImage formats and rendering
Allan Sandfeld Jensen
2021-05-26
1
-2
/
+219
*
Correct RGB to Grayscale conversion
Allan Sandfeld Jensen
2021-05-21
1
-21
/
+152
*
Optimize RGBA64PM->RGBA64 for SSE4
Allan Sandfeld Jensen
2021-02-03
1
-56
/
+0
*
Optimize RGBA64->RGBA64PM for SSE2/AVX2
Allan Sandfeld Jensen
2021-02-03
1
-46
/
+0
*
Segment qimage conversion block irrelevant of depth
Allan Sandfeld Jensen
2021-02-02
1
-4
/
+4
*
Protect QImage work on shutdown
Allan Sandfeld Jensen
2020-10-12
1
-4
/
+4
*
Add rgb64 inplace generic conversion
Allan Sandfeld Jensen
2020-08-28
1
-5
/
+98
*
Replace Qt CONSTEXPR defines with constexpr
Allan Sandfeld Jensen
2020-08-14
1
-2
/
+2
*
Another round of 0->nullptr cleanup
Allan Sandfeld Jensen
2020-07-31
1
-2
/
+2
*
Use QList instead of QVector in gui implementation
Jarek Kobus
2020-07-07
1
-16
/
+16
*
Do not multithread if already in a global threadpool thread
Allan Sandfeld Jensen
2020-06-03
1
-6
/
+9
*
ARM neon draw helper only available for little endian
Peter Seiderer
2020-05-13
1
-4
/
+4
*
Split PixelLayout to separate source file
Allan Sandfeld Jensen
2020-05-11
1
-1
/
+2
*
Fix 8bit image conversions with non-default bytes_per_line
Allan Sandfeld Jensen
2020-04-27
1
-11
/
+33
*
Wasm: don’t deadlock on parallel image conversions
Morten Johan Sørvig
2020-04-05
1
-3
/
+8
*
Fix 1 pixel wide images
Allan Sandfeld Jensen
2020-03-30
1
-1
/
+1
*
Fix multi-threaded shrinking conversion
Allan Sandfeld Jensen
2020-03-11
1
-1
/
+13
*
Replace initialization of sparse table of converts with setters
Allan Sandfeld Jensen
2020-03-11
1
-1105
/
+230
*
Multithread some QImage routines
Allan Sandfeld Jensen
2020-03-09
1
-69
/
+140
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-4
/
+4
*
Remove convert_ARGB_PM_to_ARGB
Allan Sandfeld Jensen
2019-11-28
1
-26
/
+2
*
Implement inplace image conversion for generic down conversions
Allan Sandfeld Jensen
2019-11-19
1
-5
/
+24
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-11-08
1
-28
/
+41
|
\
|
*
Fix accuracy of ARGB32->A2RGB30 conversions
Allan Sandfeld Jensen
2019-11-07
1
-28
/
+41
*
|
Remove old resizing inplace QImage converters
Allan Sandfeld Jensen
2019-11-04
1
-215
/
+5
|
/
*
Combine BGR30_to_RGB30 and BGR888_to_RGB888
Allan Sandfeld Jensen
2019-09-05
1
-142
/
+76
*
Introduce QImage::Format_BGR888
Allan Sandfeld Jensen
2019-08-23
1
-60
/
+162
*
Long live QColorSpace and friends
Allan Sandfeld Jensen
2019-02-08
1
-2
/
+2
*
Make convert_generic_to_rgb64 more generic
Allan Sandfeld Jensen
2019-01-08
1
-103
/
+24
*
Add Grayscale16 Image Format
Allan Sandfeld Jensen
2018-12-12
1
-60
/
+149
*
QImage: merge the size calculations with proper (non-UB) checks
Thiago Macieira
2018-11-08
1
-29
/
+29
[next]