summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-visual.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-1/+1
2008-06-19[xlib] Implement ditheringBehdad Esfahbod1-32/+71
2008-06-12[xlib-visual] Make the 5x5x5 color cube better approximate the rgb333 spaceBehdad Esfahbod1-1/+1
2008-06-12[xlib-visual] Allocate 8-entry gray ramp instead of 16-entryBehdad Esfahbod1-5/+3
2008-04-02[cairo-xlib] Handle malloc failures for cairo_xlib_visual_info_t.Chris Wilson1-4/+15
2008-04-01Quiet some trivial unused and potentially-uninitialized compiler warningsCarl Worth1-1/+1
2008-03-20Add support for 8-bit PseudoColor visualsCarl Worth1-0/+137