index
:
~sandmann/pixman
0.26
64bpp
8000
8888_8888_8888
a1-sampling
access-denied
airy
alex-scaler
alpha-fixes
analyze-extents
area
bigendian-g4
bilinear-reduction
bits-flags
bits-iter
blendfix
blt
bswap
check-formats
checkerboard
combine-formatting
company-yuv
component
composite-args
composite-test-fixes
composite-test-more-ops
composite-trapezoids
conical
cpu-refactor
cpudetectfiles
crc
direct-destination
disable-imp
dither
docs
eliminate-composite
eliminate-fetchers
eliminate-flags
endian
extents-cleanup
fast-iters
fast-path-cache
fetchers
fill8
flags
float-imp
floatpipe
for-master
force-srgb
fullpixel
gamma
glyph
glyph2
glyph3
glyph4
gradient-crash
gradient-precision
gradient-test
gradient2
gradients
half-precision
hsl-component
impacc
impcache
infinite-loop
intersect-rect
inttrans
iter-initializers
iterators
iterators3
iterators4
jit
lerp-ops
lists
llerp
macro-fast-path
memcpy
method2
mips
mips2
mmxext
mmxfix
more-alpha
more-flags
more-iters
more-scalers
multi-phase
nearest-affine
negative-strides
neon_565_ca
no_pixels
nodelegate
noise
nommx
noop
nopixels
openmp-configure
over-reverse
overlapping
parrot
pixelchecker
planar
png
polygon
polygon-lists
polygon-trace
progressbar
radial-fast
radial-stress
reduce-memory
region-debug
region_contains
release
rounding
sRGB_x8r8g8b8
sampling-fix
separable
separable-bilinear
separable-fast-path
separable-v2
shader
signed-overflow
simple-repeat
simplify-iters
spitzak-for-master
spitzak13
spitzak14
srgb
srgb-roundtrip
sse2-fetch-x8r8g8b8
sse2-fetchers
sse2-gradients
sse2-macro
sse2_in_n_8
sse_8888_8_8888
ssse3-scaling
stackrealign
stackrealign2
stackrealign3
standard-flags
stdint
stresstest
supersampling
test-cleanups
thread-test
threads
tiled
tls-fixes
trace
trap-access
trap-offset
trapdebug
unroll
vspans
writepng
zero-by-zero
Unnamed repository; edit this file to name it for gitweb.
sandmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-07
Add PIXMAN_y420
planar
Benjamin Otte
10
-15
/
+339
2010-07-07
optimization: Allow fast paths for non-argb
Benjamin Otte
5
-15
/
+29
2010-07-07
Add PIXMAN_y422
Benjamin Otte
4
-1
/
+115
2010-07-07
Add pixman_format_is_opaque API
Benjamin Otte
5
-57
/
+70
2010-07-07
Add packed YUV formats
Benjamin Otte
3
-39
/
+176
2010-07-07
Add Y444 format
Benjamin Otte
4
-5
/
+103
2010-07-07
Select better color space for compositing
Benjamin Otte
1
-10
/
+33
2010-07-07
Make color space handling more advanced
Benjamin Otte
5
-147
/
+298
2010-07-07
Add RGBA 32bit formats
Benjamin Otte
3
-1
/
+107
2010-07-07
Add pixman_color_space_t
Benjamin Otte
10
-91
/
+441
2010-07-07
Move allocation of pixel data into format-specific part of code
Benjamin Otte
3
-85
/
+128
2010-07-07
Add accessors for data and stride of planar images
Benjamin Otte
2
-4
/
+22
2010-07-07
Add pixman_image_create_planar()
Benjamin Otte
4
-6
/
+62
2010-07-07
Add pixman_format_num_planes()
Benjamin Otte
2
-1
/
+15
2010-07-07
Split out format-relevant information
Benjamin Otte
4
-96
/
+149
2010-07-07
Include stdio.h when compiling with DEBUG enabled
Benjamin Otte
1
-0
/
+2
2010-06-24
Store the conical angle in floating point radians, not fixed point degrees
Søren Sandmann Pedersen
2
-5
/
+7
2010-06-20
Fix conical gradients to match QConicalGradient from Qt
Søren Sandmann Pedersen
1
-19
/
+32
2010-06-18
Make separate gray scanline storers.
Søren Sandmann Pedersen
2
-4
/
+38
2010-06-18
When storing a g1 pixel, store the lowest bit, rather than comparing with 0.
Søren Sandmann Pedersen
2
-2
/
+2
2010-06-09
test: verify that gradients do not crash pixman
Andrea Canciani
2
-0
/
+119
2010-06-09
support single-stop gradients
Andrea Canciani
2
-4
/
+0
2010-06-09
Eliminate mask_bits from all the scanline fetchers.
Søren Sandmann Pedersen
9
-144
/
+85
2010-06-03
create getter for component alpha
Jeff Muizelaar
2
-0
/
+7
2010-05-13
test: added OpenMP support for better utilization of multiple CPU cores
Siarhei Siamashka
4
-0
/
+10
2010-05-13
test: scaling-test updated to use new fuzzer_test_main() function
Siarhei Siamashka
2
-99
/
+11
2010-05-13
test: blitters-test updated to use new fuzzer_test_main() function
Siarhei Siamashka
2
-118
/
+9
2010-05-13
test: blitters-test-bisect.rb converted to perl
Siarhei Siamashka
1
-0
/
+68
2010-05-13
test: main loop from blitters-test added as a new function to utils.c
Siarhei Siamashka
2
-0
/
+118
2010-05-09
Merge branch 'for-master'
Søren Sandmann Pedersen
2
-0
/
+68
2010-05-06
test/gtk-utils: Set the size of the window to the size of the image
Søren Sandmann Pedersen
1
-0
/
+2
2010-05-04
Add support for compiling pixman without thread/tls support
Jeff Muizelaar
1
-2
/
+9
2010-05-03
Add macros for thread local storage on MinGW 32
Søren Sandmann Pedersen
1
-0
/
+65
2010-05-03
Don't use __thread on MinGW.
Søren Sandmann Pedersen
1
-0
/
+3
2010-05-03
Add support for 8bpp to pixman_fill_sse2()
Søren Sandmann Pedersen
1
-5
/
+34
2010-05-03
sse2: Add sse2_composite_over_reverse_n_8888
Søren Sandmann Pedersen
1
-0
/
+104
2010-05-03
Don't consider indexed formats opaque.
Søren Sandmann Pedersen
2
-3
/
+5
2010-05-03
Add an over_8888_8888_8888 sse2 fast path.
Søren Sandmann Pedersen
1
-0
/
+168
2010-05-03
Add pixman_region{,32}_intersect_rect()
Søren Sandmann Pedersen
2
-1
/
+30
2010-05-03
Rename fast_composite_src_8888_x888 to fast_composite_src_memcpy()
Søren Sandmann Pedersen
1
-22
/
+38
2010-04-27
Add missing HAVE_CONFIG_H guards for config.h inclusion
Jeff Muizelaar
1
-0
/
+4
2010-04-22
Remove alphamap from the GTK+ part of tests/Makefile.am
Søren Sandmann Pedersen
1
-2
/
+1
2010-04-21
Add pixman_image_get_format() accessor
Søren Sandmann Pedersen
2
-0
/
+10
2010-04-21
Some minor updates to README
Søren Sandmann Pedersen
1
-5
/
+4
2010-04-18
Update README to mention the pixman mailing list
Søren Sandmann Pedersen
1
-8
/
+4
2010-04-13
[mmx] Fix mask creation bugs
Søren Sandmann Pedersen
1
-0
/
+2
2010-04-13
Fixes for pthread thread local storage.
Søren Sandmann Pedersen
1
-5
/
+5
2010-04-13
Fix uninitialized cache when pthreads are used
Søren Sandmann Pedersen
1
-1
/
+1
2010-04-13
Visual Studio 2010 includes stdint.h
Siddharth Agarwal
1
-1
/
+2
2010-04-01
Post-release version bump to 0.19.1
Søren Sandmann Pedersen
1
-2
/
+2
[next]