projects
/
profile
/
ivi
/
pixman.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix typo
[profile/ivi/pixman.git]
/
pixman
/
2007-06-20
Søren Sandmann Ped...
Fix typo
tree
|
commitdiff
2007-06-20
Alex Larsson
Add non-mmx fast paths for In_8x8 and In_nx8x8. Bug...
tree
|
commitdiff
2007-06-20
Søren Sandmann Ped...
Add fbCompositeSrc_8888xx888(); comment out
tree
|
commitdiff
2007-06-19
Søren Sandmann Ped...
Optimize pixman_fill_rectangles() in a few more cases
tree
|
commitdiff
2007-06-19
Søren Sandmann Ped...
Add a cache of images to reduce malloc/free time
tree
|
commitdiff
2007-06-19
Søren Sandmann Ped...
Also store the g3 part correctly
tree
|
commitdiff
2007-06-19
Søren Sandmann Ped...
Fix fbStore_b2g3r3(). Pointed out by Dan Amelang
tree
|
commitdiff
2007-06-19
Søren Sandmann Ped...
Smplify the 1x1r optimization for the general compositi...
tree
|
commitdiff
2007-06-19
Søren Sandmann Ped...
Fix pixman_fill() to return TRUE when it succeeded
tree
|
commitdiff
2007-06-19
Søren Sandmann Ped...
Add in 0xff alpha channel in Over_x888x8x8888mmx
tree
|
commitdiff
2007-06-19
Søren Sandmann Ped...
Fix solid fill optimization to compute the src correctly
tree
|
commitdiff
2007-06-18
Søren Sandmann Ped...
Add non-mmx solid fills. Update TODO
tree
|
commitdiff
2007-06-18
Søren Sandmann Ped...
Make sure the output of fbCompositeOver_x888x8x8888...
tree
|
commitdiff
2007-06-18
Søren Sandmann Ped...
Also use this function in the xBGR case
tree
|
commitdiff
2007-06-18
Søren Sandmann Ped...
Add new fbCompositeOver_x888x8x8888mmx() operation
tree
|
commitdiff
2007-06-18
Søren Sandmann Ped...
Add fbCompositeOver_x888x8x8888() fast path
tree
|
commitdiff
2007-06-18
Søren Sandmann Ped...
Rename fbCompositeSrc_x888x8x8888 to x888xnx8888
tree
|
commitdiff
2007-06-17
Søren Sandmann Ped...
Remove accidentally committed use of TIMER_BEGIN/END
tree
|
commitdiff
2007-06-17
Søren Sandmann Ped...
Merge branch 'master' of ssh+git://sandmann@git.freedes...
tree
|
commitdiff
2007-06-17
Søren Sandmann
Add timer macros
tree
|
commitdiff
2007-06-17
Søren Sandmann Ped...
Optimize fill rectangles in the op=PIXMAN_OP_CLEAR...
tree
|
commitdiff
2007-06-17
Søren Sandmann
Use the general code in some cases even when a fast...
tree
|
commitdiff
2007-06-17
Søren Sandmann
Remove ACCESS_MEM macro; define READ and WRITE to direc...
tree
|
commitdiff
2007-06-17
Søren Sandmann
Move some utility functions from pixman-edge.c to pixma...
tree
|
commitdiff
2007-06-17
Søren Sandmann
Slight tweak to the definition of pixman_composeFunctions
tree
|
commitdiff
2007-06-17
Søren Sandmann
Add #defines etc to compile pixman-compose.c twice
tree
|
commitdiff
2007-06-16
Søren Sandmann Ped...
Make fbCompositeSrc_8888x8888mmx() check if the mask...
tree
|
commitdiff
2007-06-16
Søren Sandmann Ped...
Unroll loop in fbComposite_x888x8x8888()
tree
|
commitdiff
2007-06-16
Søren Sandmann Ped...
Optimize 1x1 repeating images in the general case
tree
|
commitdiff
2007-06-16
Søren Sandmann Ped...
Add a few optimizations for solid fills
tree
|
commitdiff
2007-06-16
Søren Sandmann Ped...
Plug leak of the gradient stops
tree
|
commitdiff
2007-06-16
Søren Sandmann Ped...
Plug leak in the bits=NULL case for pixman_image_create...
tree
|
commitdiff
2007-06-15
Søren Sandmann Ped...
When setting identity transformations store them as...
tree
|
commitdiff
2007-06-15
Søren Sandmann
Turn off debug spew for incorrect arguments
tree
|
commitdiff
2007-06-15
Søren Sandmann
Disable source clipping by default
tree
|
commitdiff
2007-06-14
Søren Sandmann
Reset clip regions correctly when NULL is passed
tree
|
commitdiff
2007-06-13
Søren Sandmann
Make default clip region the full image
tree
|
commitdiff
2007-06-13
Søren Sandmann
Don't complain if users try to read non-existing data...
tree
|
commitdiff
2007-06-13
Søren Sandmann
Don't require rowstride to be a multiple of 4 when...
tree
|
commitdiff
2007-06-13
Søren Sandmann
Add pixman_fill_rectangles()
tree
|
commitdiff
2007-06-12
Søren Sandmann
Add pixman_add_trapezoids() function
tree
|
commitdiff
2007-06-12
Søren Sandmann
Add boolean returns to various setters
tree
|
commitdiff
2007-06-12
Søren Sandmann
Allow bits to be NULL when bit images are created
tree
|
commitdiff
2007-06-12
Søren Sandmann
Add various accessors; remove composite_rect
tree
|
commitdiff
2007-06-12
Søren Sandmann Ped...
Make use of pixman_fill_mmx() in various places. Delete...
tree
|
commitdiff
2007-06-12
Søren Sandmann Ped...
Add pixman_fill_mmx() function
tree
|
commitdiff
2007-06-11
Søren Sandmann Ped...
Forgotten fbHaveMMX()
tree
|
commitdiff
2007-06-11
Søren Sandmann Ped...
Rename fbHaveMMX() pixman_have_mmx()
tree
|
commitdiff
2007-06-11
Søren Sandmann Ped...
Add pixman_blt_mmx() based on fbBltmmx() from the X...
tree
|
commitdiff
2007-06-11
Søren Sandmann Ped...
Add a version of miComputeCompositeRegion; call it...
tree
|
commitdiff
2007-06-05
Søren Sandmann Ped...
Fix bug in pixman_image_set_filter() where only the...
tree
|
commitdiff
2007-05-23
Soren Sandmann Ped...
Declare the two new trapezoid functions in pixman.h
tree
|
commitdiff
2007-05-23
Søren Sandmann
Add pixman-trap with the trapezoid rasterization code...
tree
|
commitdiff
2007-05-23
Søren Sandmann
Fix bug in rasterizeEdges() where the stride was treate...
tree
|
commitdiff
2007-05-23
Soren Sandmann Ped...
Fix function name
tree
|
commitdiff
2007-05-22
Soren Sandmann Ped...
Add more edge functions
tree
|
commitdiff
2007-05-22
Soren Sandmann Ped...
Add implementation of edge rasterization
tree
|
commitdiff
2007-05-22
Soren Sandmann Ped...
Add edge data types
tree
|
commitdiff
2007-05-22
Søren Sandmann
Detect endianness
tree
|
commitdiff
2007-05-22
Søren Sandmann
Include string.h in pixman-pict.c
tree
|
commitdiff
2007-05-22
Søren Sandmann
Check for MMX in the build system
tree
|
commitdiff
2007-05-22
Søren Sandmann
Update TODO
tree
|
commitdiff
2007-05-22
Søren Sandmann
Make the mmx code compile
tree
|
commitdiff
2007-05-22
Søren Sandmann
Add pixman-mmx.[ch] and move macros around to make...
tree
|
commitdiff
2007-05-22
Soren Sandmann Ped...
Use the general code if the images have read/write...
tree
|
commitdiff
2007-05-21
Soren Sandmann Ped...
Fix bug in fbCompositeGetSolid() where a format was...
tree
|
commitdiff
2007-05-21
Soren Sandmann Ped...
Make pixman_image_composite() take a region parameter...
tree
|
commitdiff
2007-05-21
Søren Sandmann
Add slightly changed copy of miComputeCompositeRegion...
tree
|
commitdiff
2007-05-19
Søren Sandmann
Move mod and div macros to pixman-private.h
tree
|
commitdiff
2007-05-19
Søren Sandmann
Add fbComposeGetStart() macro
tree
|
commitdiff
2007-05-19
Søren Sandmann
Add fbComposeGetSolid() macro
tree
|
commitdiff
2007-05-19
Søren Sandmann
Add implementation of can_get_solid()
tree
|
commitdiff
2007-05-19
Søren Sandmann
Various formatting/style tweaks
tree
|
commitdiff
2007-05-19
Søren Sandmann
Add macro FUNC that expands to __PRETTY_FUNCTION__...
tree
|
commitdiff
2007-05-19
Søren Sandmann
Include limits.h in pixman-compose.c; patch from Alan...
tree
|
commitdiff
2007-05-18
Soren Sandmann Ped...
Add pixman-pict.c which is a version of fbpict.c. It...
tree
|
commitdiff
2007-05-18
Soren Sandmann Ped...
Make pixman_image_set_indexed() not copy its argument
tree
|
commitdiff
2007-05-18
Soren Sandmann Ped...
Free the indexed table when the image is freed
tree
|
commitdiff
2007-05-18
Soren Sandmann Ped...
Add new function pixman_image_set_indexed()
tree
|
commitdiff
2007-05-17
Soren Sandmann Ped...
Add a TODO file. Indent pixman-compose.c
tree
|
commitdiff
2007-05-16
Søren Sandmann
Add macro magic in pixman-private.h to allow reading...
tree
|
commitdiff
2007-05-16
Soren Sandmann Ped...
Add an image argument to all the store functions
tree
|
commitdiff
2007-05-16
Soren Sandmann Ped...
Add an image argument to all the fetch functions
tree
|
commitdiff
2007-05-16
Soren Sandmann Ped...
Move some macros from pixman-compose.c to pixman-private.h
tree
|
commitdiff
2007-05-16
Soren Sandmann Ped...
Add API to have accessor functions on pixman
tree
|
commitdiff
2007-05-15
Soren Sandmann Ped...
Various formatting fixes
tree
|
commitdiff
2007-05-15
Soren Sandmann Ped...
Fix typo in pixman.h
tree
|
commitdiff
2007-05-15
Soren Sandmann Ped...
Replace hack to get standard integer types with #if...
tree
|
commitdiff
2007-05-12
Søren Sandmann
Export pixman_region_reset
tree
|
commitdiff
2007-05-12
Søren Sandmann
Export a pixman_region_selfcheck
tree
|
commitdiff
2007-05-12
Søren Sandmann
Export pixman_region_equal()
tree
|
commitdiff
2007-05-12
Søren Sandmann
Add new pixman_region_set_static_pointers
tree
|
commitdiff
2007-05-11
Soren Sandmann Ped...
Make the region data struct public
tree
|
commitdiff
2007-05-10
Soren Sandmann Ped...
Make the pixman_transform_point_3d() function public
tree
|
commitdiff
2007-05-10
Soren Sandmann Ped...
Change the names of a few functions to prevent them...
tree
|
commitdiff
2007-05-10
Søren Sandmann
Make sure 64 bit fixed point types are signed
tree
|
commitdiff
2007-05-10
Søren Sandmann
Add a transformation to the gradient test
tree
|
commitdiff
2007-05-09
Soren Sandmann Ped...
Fix various stupid mistakes, such as inverted return_if...
tree
|
commitdiff
2007-05-09
Soren Sandmann Ped...
Remove *error from solid fill constructor
tree
|
commitdiff
2007-05-09
Soren Sandmann Ped...
Various formatting fixes
tree
|
commitdiff
next