summaryrefslogtreecommitdiff
path: root/uxa
AgeCommit message (Expand)Author
2010-02-20uxa: Skip adjusting mask coordinates when no mask is present.Eric Anholt
2010-02-20Remove dead assignments noticed by clang.Eric Anholt
2010-01-27uxa: Fix compatible_formats() for OVERChris Wilson
2010-01-25Extract pixel value for all formats to avoid hitting fallbacks.Chris Wilson
2010-01-25uxa: Adjust uxa_get_color_for_pixmap to match prototypeChris Wilson
2010-01-24uxa: Protect against a potential NULL src->Drawable referenceChris Wilson
2010-01-24uxa/uxa-render: Always remove useless repeats during composite.Chris Wilson
2010-01-24uxa: Increase amount of composite fallback verbageChris Wilson
2010-01-08uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2009-12-10Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson
2009-12-07uxa: Cache solid fills.Chris Wilson
2009-12-02uxa_check_composite: Minor whitespace.Chris Wilson
2009-12-02uxa: Review uxa_prepare_access() to remove potential nestingChris Wilson
2009-11-30uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2009-11-29uxa-glyphs: Stream uploads via temporary boChris Wilson
2009-11-13i915: Derive the correct target color from the pixmap by checking its formatChris Wilson
2009-11-13uxa: Do not remove repeat from solids for 1x1 composites.Chris Wilson
2009-11-10uxa: Force alpha bits to fill remaining bitsChris Wilson
2009-11-05configure: use CWARNFLAGS from xorg-macros.m4RĂ©mi Cardona
2009-10-26Fix crash in uxa_acquire_pattern when pDst is NULLAlbert Damen
2009-10-12uxa: Refactor create Picture for pixman formatChris Wilson
2009-10-12uxa: Free the ScratchPixmapHeader after its associated PictureChris Wilson
2009-10-06Move to kernel coding style.Eric Anholt
2009-09-22Check the correct Picture for error during creation.Chris Wilson
2009-09-20Avoid fallbacks for a1 src/maskChris Wilson
2009-09-14Avoid fallbacks for compositing gradient patternsChris Wilson
2009-08-25Fix SHM functions to work with server after 1.6.0Keith Packard
2009-07-22uxa: Tell the driver when we're just going to immediately map the pixmap.Eric Anholt
2009-07-22uxa: Skip fill of temporary alpha picture that just gets copied over.Eric Anholt
2009-07-18Update to xextproto 7.1 support.Peter Hutterer
2009-07-17accessing a pixmap if prepare_access fails is verboten.Owain Ainsworth
2009-06-30uxa: Fix segfault on source-only picture usage with FallbackDebug.Eric Anholt
2009-06-09UXA: Rasterize trapezoids to system memory, not a pixmapCarl Worth
2009-04-27Remove pre-server-1.5 support.Eric Anholt
2009-04-24Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)Alan Coopersmith
2009-03-13Use CopyArea to load glyphs from per-glyph pixmap to cache pixmapKeith Packard
2009-02-26Fix UXA for server 1.4.Eric Anholt
2009-02-26uxa: Fix composite fallback debug printing of main memory versus bo info.Eric Anholt
2009-02-10uxa: Fix breakage from UXA_FALLBACK conversion from "do {} while (0)" construct.Eric Anholt
2009-02-10uxa: Fix driver against fbDoCopy -> miDoCopy change in the server.Eric Anholt
2009-02-10uxa: Fix failure to --amend in further changes in previous commit.Eric Anholt
2009-02-10uxa: hook up the fallback debug to the driver's fallback debug option.Eric Anholt
2009-01-13UXA: Declare glyph cache picture as component-alpha when necessary.Bernhard Rosenkraenzer
2009-01-06uxa: handle uxa_prepare_access failureKeith Packard
2008-12-16uxa: Correctly prepare/finishaccess of stipple in ValidateGC (and only it)Eric Anholt
2008-12-05uxa: Add in EnableDisableFBAccess handling like examodule.c did.Eric Anholt
2008-12-03uxa: don't call composite routines with no buffer.Dave Airlie
2008-09-30Work around gcc uninitialized variable warningsJesse Barnes
2008-08-26Change uxa private keys to integer variables.Eamon Walsh
2008-08-05[uxa] Remove unused pixmap size limits.Keith Packard