index
:
pixman
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.34
master
Pixman: The pixel-manipulation library for X and cairo. (mirrored from https://gitlab.freedesktop.org/pixman/pixman)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-05
Pre-release version bump
pixman-0.15.10
Søren Sandmann Pedersen
3
-4
/
+9
2009-06-04
[NEON] Really fix filler bug.
Jonathan Morton
1
-3
/
+3
2009-06-04
[NEON] Fix filler bug.
Jonathan Morton
1
-1
/
+1
2009-06-04
Add an --enable-timers configure option to enable the TIMER_BEGIN/END macros
Søren Sandmann Pedersen
3
-3
/
+14
2009-06-03
Some cleanups in the configure.ac file
Søren Sandmann Pedersen
1
-7
/
+15
2009-06-03
Correct link to bugzilla in README
Søren Sandmann Pedersen
1
-1
/
+1
2009-06-03
Merge branch 'many-pixels'
Søren Sandmann Pedersen
7
-1195
/
+1688
2009-06-03
Delete now-unused fbCompositeSrc_x888x0565neon().
Jonathan Morton
1
-109
/
+0
2009-06-03
Replace fbCompositeSrc_x888x0565neon with fbCompositeSrc_24x16neon.
Jonathan Morton
1
-4
/
+4
2009-06-03
Enable NEON straight blits.
Jonathan Morton
1
-2
/
+2
2009-06-03
Enable NEON copies.
Jonathan Morton
1
-1
/
+1
2009-06-03
Enable NEON fills.
Jonathan Morton
1
-1
/
+1
2009-06-03
Add more NEON fast paths
Jonathan Morton
1
-6
/
+653
2009-06-02
Only advance the Z coordinate for non-affine transformations
Søren Sandmann Pedersen
1
-1
/
+2
2009-06-02
Consistently use 256 pixels as the size of the temp buffers
Søren Sandmann Pedersen
1
-7
/
+5
2009-06-02
Inline repeating instead of doing it as a separate pass
Søren Sandmann Pedersen
1
-74
/
+65
2009-06-02
Move pixman_expand/contract to pixman-utils.c
Søren Sandmann Pedersen
2
-92
/
+91
2009-06-02
Change pixel wise fetcher to fetch many pixels at a time instead of just one
Søren Sandmann Pedersen
3
-423
/
+979
2009-06-02
Remove unused access macro
Søren Sandmann Pedersen
1
-34
/
+0
2009-06-02
Add a 64 bit pixel fetcher and use it for solid colors
Søren Sandmann Pedersen
2
-6
/
+8
2009-06-02
Move simple fetchers after transformed fetcher
Søren Sandmann Pedersen
1
-52
/
+53
2009-06-02
Rename some of the fetchers
Søren Sandmann Pedersen
1
-26
/
+28
2009-06-02
Split filter switching into its own bits_image_fetch_filtered() function
Søren Sandmann Pedersen
1
-17
/
+24
2009-06-02
Move 'adjust' code into the individual filters
Søren Sandmann Pedersen
1
-39
/
+11
2009-06-02
Add bits_image prefix to fetchers
Søren Sandmann Pedersen
1
-15
/
+12
2009-06-02
Move some code around - use image->fetch_pixel in FbFetchSolid
Søren Sandmann Pedersen
1
-62
/
+63
2009-06-02
Rename _pixman_image_fetch_pixels() to bits_image_fetch_alpha_pixels
Søren Sandmann Pedersen
1
-8
/
+9
2009-06-02
Get rid of the StoreExternalAlpha() functions
Søren Sandmann Pedersen
1
-80
/
+23
2009-06-02
Add fetch_scanline_raw{32,64}
Søren Sandmann Pedersen
2
-23
/
+18
2009-06-02
Add store_scanline_raw_{32,64} virtual functions to bits image
Søren Sandmann Pedersen
2
-4
/
+12
2009-06-02
Move remaining pixman-transformed.c code into pixman-bits-image.c
Søren Sandmann Pedersen
4
-530
/
+489
2009-06-02
Fix coordinate computation for perspective transformations
Søren Sandmann Pedersen
1
-7
/
+11
2009-06-02
Get rid of pixman-transformed-accessors
Søren Sandmann Pedersen
5
-55
/
+6
2009-06-02
Remove unused code from pixman-transformed.c
Søren Sandmann Pedersen
2
-381
/
+0
2009-06-02
Handle alpha maps in _pixman_image_fetch_pixels()
Søren Sandmann Pedersen
2
-27
/
+111
2009-06-02
Only do region lookups when the source region is different from the full region
Søren Sandmann Pedersen
1
-1
/
+2
2009-06-02
Fix typo in fetch_bilinear_pixels()
Søren Sandmann Pedersen
1
-2
/
+2
2009-06-02
Process the correct number of coordinates for the NEAREST filter
Søren Sandmann Pedersen
1
-1
/
+27
2009-06-02
Fix a couple of bugs in the bilinear fetcher
Søren Sandmann Pedersen
1
-4
/
+31
2009-06-02
Make fbFetchTransformed() used the new filtered many-pixel fetchers
Søren Sandmann Pedersen
1
-39
/
+68
2009-06-02
Add fetch_convolution_pixels() function
Søren Sandmann Pedersen
1
-0
/
+113
2009-06-02
Add fetch_bilinear_pixels() function
Søren Sandmann Pedersen
2
-0
/
+111
2009-06-02
Add fetch_extended() function
Søren Sandmann Pedersen
2
-5
/
+104
2009-06-02
Add _pixman_image_fetch_pixels()
Søren Sandmann Pedersen
2
-0
/
+30
2009-06-02
Get rid of toplevel argument to implementation constructors.
Søren Sandmann Pedersen
10
-46
/
+38
2009-06-02
Make sure the whole delegate chain has the correct toplevel
Søren Sandmann Pedersen
1
-3
/
+5
2009-05-30
Post-release version bump
Søren Sandmann Pedersen
1
-1
/
+1
2009-05-30
Pre-release version bump.
pixman-0.15.8
Søren Sandmann Pedersen
2
-6
/
+3
2009-05-30
Create a vmx pixman_implementation_t
Søren Sandmann Pedersen
5
-391
/
+96
2009-05-30
Update vmxCombine*U to the new interface
Luca Barbato
1
-12
/
+537
[next]