summaryrefslogtreecommitdiff
path: root/uxa/uxa-accel.c
AgeCommit message (Expand)Author
2012-08-16uxa/glamor: Check for failed preparesChris Wilson
2012-01-03uxa/glamor: Route some missing drawing function to glamorZhigang Gong
2011-12-28uxa: Remove concept of global FB ownership made obsolete by GEM and KMSChris Wilson
2011-12-15uxa: Move the region creation beyond the call into glamorChris Wilson
2011-12-14uxa/glamor: Enable the rest of the glamor rendering routinesZhigang Gong
2011-12-09uxa: Fix clip processing for uxa_fill_spans()Chris Wilson
2011-11-17uxa/glamor: Turn on glamor for fill spans and rectsZhigang Gong
2011-11-16uxa/glamor: Introduce additional access modes to wrap glamor accelerationZhigang Gong
2011-06-16uxa: Remove the attempt to use the 3D pipeline for core renderingChris Wilson
2011-06-05uxa: Simplify uxa_poly_fill_rect by only clipping once.Eric Anholt
2011-06-05uxa: Simplify Composite solid acceleration for spans by only clipping once.Eric Anholt
2011-06-05uxa: Simplify BLT solid acceleration for spans filling by only clipping once.Eric Anholt
2011-02-04Check return value of uxa_acquire_solid() since it can return NULLBryce Harrington
2010-09-22Make driver compile for 1.6 Xserver series again.Matthias Hopf
2010-07-05uxa: oops typo in previous commitDave Airlie
2010-07-05uxa: don't compare planemask with FB_ALLONES.Dave Airlie
2010-06-20uxa: Apply the source offsets to the pixmap source, not target.Chris Wilson
2010-06-19uxa: Enable SHM pixmapsChris Wilson
2010-06-19uxa: Use accelerated get_image for copying to !offscreenChris Wilson
2010-06-19uxa: Match depth 30 to format.Chris Wilson
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-06-06uxa: Force fallback for copies.Chris Wilson
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-31Disable acceleration if we detect a hardware error.Chris Wilson
2010-05-28uxa: Fix prepare_solid being called without check_solid first.Eric Anholt
2010-05-26uxa: Use Composite rather than solid blitter for PolyRectChris Wilson
2010-05-26uxa: Add PICT format mapping for depth 4 pixmaps.Chris Wilson
2010-05-24uxa: Use temporary dest when target is too large for compositorChris Wilson
2010-05-23uxa: Spans! OMG!Chris Wilson
2010-05-15uxa: Call check_solid before running the solid blitter.Chris Wilson
2010-05-14Split the prepare blitter functions into check + prepare.Chris Wilson
2010-04-14Revert "Revert "uxa: Try using put_image when copying from a memory buffer.""Chris Wilson
2010-04-12Revert "uxa: Try using put_image when copying from a memory buffer."Eric Anholt
2010-04-12Revert "uxa: Add fallback warnings for PutImage."Chris Wilson
2010-04-10uxa: Try using put_image when copying from a memory buffer.Chris Wilson
2010-04-10uxa: Add fallback warnings for PutImage.Chris Wilson
2010-02-20Remove dead assignments noticed by clang.Eric Anholt
2009-12-02uxa: Review uxa_prepare_access() to remove potential nestingChris Wilson
2009-10-06Move 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