summaryrefslogtreecommitdiff
path: root/uxa/uxa-accel.c
AgeCommit message (Expand)Author
2011-06-24uxa: Remove the attempt to use the 3D pipeline for core renderingChris Wilson
2011-06-24uxa: Simplify uxa_poly_fill_rect by only clipping once.Eric Anholt
2011-06-24uxa: Simplify Composite solid acceleration for spans by only clipping once.Eric Anholt
2011-06-24uxa: Simplify BLT solid acceleration for spans filling by only clipping once.Eric Anholt
2011-03-16Check return value of uxa_acquire_solid() since it can return NULLBryce Harrington
2010-09-11uxa: Force fallback for copies.Chris Wilson
2010-09-11Disable acceleration if we detect a hardware error.Chris Wilson
2010-09-11Revert "*sigh* temporarily #if 0 of a pict format that xserver 1.6 doesn't"Owain G. Ainsworth
2010-09-03uxa: oops typo in previous commitDave Airlie
2010-09-03uxa: don't compare planemask with FB_ALLONES.Dave Airlie
2010-07-18*sigh* temporarily #if 0 of a pict format that xserver 1.6 doesn'tOwain G. Ainsworth
2010-06-21uxa: Apply the source offsets to the pixmap source, not target.Chris Wilson
2010-06-21uxa: Enable SHM pixmapsChris Wilson
2010-06-21uxa: Use accelerated get_image for copying to !offscreenChris Wilson
2010-06-21uxa: Match depth 30 to format.Owain G. Ainsworth
2010-06-07Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-05-31uxa: Spans, try again to get the early break correct.Chris Wilson
2010-05-31uxa: Sign reversal on early break from spans passing the YXbandChris Wilson
2010-05-30uxa: Fix prepare_solid being called without check_solid first.Eric Anholt
2010-05-27uxa: Use Composite rather than solid blitter for PolyRectChris Wilson
2010-05-27uxa: Add PICT format mapping for depth 4 pixmaps.Chris Wilson
2010-05-25uxa: Use temporary dest when target is too large for compositorChris Wilson
2010-05-25uxa: Spans! OMG!Chris Wilson
2010-05-17uxa: Call check_solid before running the solid blitter.Chris Wilson
2010-05-17Split the prepare blitter functions into check + prepare.Chris Wilson
2010-04-16Revert "Revert "uxa: Try using put_image when copying from a memory buffer.""Chris Wilson
2010-03-01uxa: Review uxa_prepare_access() to remove potential nestingChris Wilson
2010-02-28Move to kernel coding style.Eric Anholt
2009-08-25Fix SHM functions to work with server after 1.6.0Keith Packard
2009-04-27Remove pre-server-1.5 support.Eric Anholt
2009-02-26Fix UXA for server 1.4.Eric Anholt
2009-02-10uxa: Fix driver against fbDoCopy -> miDoCopy change in the server.Eric Anholt
2009-02-10uxa: hook up the fallback debug to the driver's fallback debug option.Eric Anholt
2009-01-06uxa: handle uxa_prepare_access failureKeith Packard
2008-08-05[uxa] Check xalloc returns and deal with failureKeith Packard
2008-08-05Rename uxa using _ instead of capsKeith Packard
2008-08-05Change PrepareAccess to take access mode rather than indexKeith Packard
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard