summaryrefslogtreecommitdiff
path: root/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2013-09-30vmwgfx: Get rid of device-specific DMA codeThomas Hellstrom4-136/+26
2013-09-30vmwgfx: Implement textured video completely on top of XA.Thomas Hellstrom1-95/+14
2013-09-30vmwgfx: Avoid HW operations when not masterThomas Hellstrom6-1/+75
2013-08-02vmwgfx: update for XA API changesRob Clark4-11/+22
2013-02-14Kill mibstoreZack Rusin1-1/+0
2012-08-30vmwgfx: Guard against null rotate pixmap in shadow destroyJakob Bornecrantz1-1/+5
2012-06-09vmware: port vmware driver to new compat APIDave Airlie5-47/+47
2012-04-20vmwgfx: set the XA_FLAG_SHARED flag for composite dest surfacesBrian Paul1-1/+1
2012-03-15Fix a memory corruption due to a redundant free.Zack Rusin1-2/+0
2012-03-13config: include saa and vmwgfx subdirs in the tarballGaetan Nadon1-3/+3
2012-02-02vmwgfx: Kill a deprecation warning on server 1.12Thomas Hellstrom1-1/+0
2012-02-02vmwgfx: Fix up swap[sl] for server 1.12Thomas Hellstrom2-20/+29
2012-02-02vmwgfx: Avoid including a library header and use pixman for type conversionThomas Hellstrom1-10/+10
2012-01-13Make the driver build pass "make distcheck"Thomas Hellstrom2-3/+6
2012-01-13vmwgfx: Adapt to new XA version number v2Thomas Hellstrom1-17/+10
2012-01-13vmwgfx,saa: Fix a bunch of compilation warningsThomas Hellstrom3-7/+3
2011-12-15saa, vmwgfx: Fix saa_copy_compositevmwgfx_branchThomas Hellstrom1-4/+17
2011-12-08vmwgfx: Reduce system resource usage with textured videoThomas Hellstrom1-18/+48
2011-12-08vmwgfx: Hook up XV color conversion control attributesThomas Hellstrom1-23/+74
2011-12-08vmwgfx: Adapt to new interface of xa_yuv_planar_blitThomas Hellstrom2-30/+82
2011-12-06vmwgfx: Fix MessageType members that are incorrectly typed as BoolThomas Hellstrom1-4/+4
2011-12-06vmwgfx: Add an option to enable rendercheck modeThomas Hellstrom5-4/+32
2011-12-06vmwgfx: Adapt to the dri state tracker sending depth instead of bppThomas Hellstrom2-5/+12
2011-12-06vmwgfx: Don't register back buffers as "hw_is_dri2_fronts" v2Thomas Hellstrom1-8/+11
2011-12-01vmwgfx: Include drm.h from correct pathJakob Bornecrantz1-1/+1
2011-11-28vmwgfx: Make the drm device name persistentThomas Hellstrom2-8/+13
2011-11-25vmwgfx: Get the drm device name from the open file descriptorThomas Hellstrom1-2/+21
2011-11-25vmwgfx: Use config options to optionally set GUI topologyThomas Hellstrom3-23/+79
2011-11-25vmware: Update library dependenciesThomas Hellstrom1-0/+1
2011-11-25vmwgfx: Pre-init fixesThomas Hellstrom4-69/+82
2011-11-25vmware: Hook up vmwgfx to be tried before falling back to legacyThomas Hellstrom4-248/+14
2011-11-09vmwgfx: Make sure we don't render when VT switchedThomas Hellstrom2-7/+16
2011-11-09vmwgfx: Fix rendering errors when rotating / unrotating a screen.Thomas Hellstrom1-4/+6
2011-11-09vmwgfx: A number of damage fixesThomas Hellstrom1-20/+42
2011-11-01vmwgfx: Add an option to use a scanout surfaceThomas Hellstrom4-33/+93
2011-11-01vmwgfx: Be correct when setting up damage trackingThomas Hellstrom1-7/+22
2011-11-01vmwgfx: Add an option for direct presentsThomas Hellstrom4-5/+22
2011-10-31vmwgfx: Fix acceleration options.Thomas Hellstrom2-61/+65
2011-10-31vmwgfx: Remove a couple of unused optionsThomas Hellstrom2-11/+0
2011-10-31vmwgfx: Don't do present readbacks per crtcThomas Hellstrom3-61/+29
2011-10-31vmwgfx: Fall back to sw cursors if neededThomas Hellstrom3-11/+180
2011-10-31vmwgfx: Fix crtc position of transformed fbThomas Hellstrom1-2/+4
2011-10-31vmwgfx: Hook up vmwarectrl to the gui layout ioctlThomas Hellstrom5-16/+102
2011-10-26vmwgfx: Update the connector type name arrayThomas Hellstrom1-1/+8
2011-10-26vmwgfx: Save the dri2 requested depth since it may differ from the drawableThomas Hellstrom1-2/+12
2011-09-29vmwgfx: Adapt to vmwgfx kernel driver 2.1Thomas Hellstrom6-214/+335
2011-08-31vmwgfx-xorg: Avoid enabling unwanted outputs in initial configurationThomas Hellstrom3-1/+23
2011-07-14vmwgfx: Just include vmwgfx_drm.hJakob Bornecrantz3-2/+617
2011-07-09vmwgfx: Don't dirty the front buffer as hw when doing a dri2copyregion from itThomas Hellstrom1-5/+2
2011-07-07vmwgfx: Add boolean flags for different rendering modesThomas Hellstrom2-24/+56