summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-20qxl: flip dri2 surface into sw renderer modedri2-hacksDave Airlie5-2/+80
2013-03-19qxl: add DRI2 supportDave Airlie8-13/+321
2013-03-12qxl: add KMS support v1.2qxl-kmsDave Airlie11-82/+1966
2013-03-12qxl: drop pointless and wrong memset.Dave Airlie1-1/+0
2013-03-06qxl: use u64_to_pointer to avoid warnings when building on i686Dave Airlie1-1/+1
2013-03-06qxl: fix xspice build due to missing include.Dave Airlie1-0/+3
2013-03-06qxl: fix build in kojiDave Airlie3-7/+7
2013-03-06qxl: separate surface ums code out into separate fileDave Airlie4-851/+890
2013-03-06qxl: abstract object allocation away from surface/image/cursor codeDave Airlie8-232/+604
2013-02-26qxl: add direct pointer from qxl surface to qxl screenDave Airlie2-6/+9
2013-02-26qxl: pass surface struct instead of ids in drawable functions.Dave Airlie1-11/+15
2013-02-26qxl_edid: add missing config.hDave Airlie1-0/+4
2013-02-26qxl: split common pre init code out from qxl pre initDave Airlie1-31/+45
2013-02-26qxl: fix memory leak on driver exit.Dave Airlie1-1/+6
2013-02-26qxl_surface: move to using struct to avoid ordering issues with typedef.Dave Airlie1-6/+6
2013-02-26qxl: pass qxl instead of surface cache to some functionsDave Airlie4-10/+11
2013-02-26qxl: split surface struct out into its own header file.Dave Airlie3-47/+55
2013-02-26uxa: port over tiled fill code from EXADave Airlie1-10/+68
2013-02-26qxl: move mspace setup to qxl_mem.cDave Airlie3-22/+16
2013-02-26qxl: move garbage collector + alloc into qxl_mem.cDave Airlie2-178/+182
2013-02-26qxl: move mem slots code to qxl_mem.cDave Airlie3-81/+84
2013-02-26qxl_mem: drop unused if 0 code.Dave Airlie1-355/+0
2013-02-26qxl: move io functions to a separate fileDave Airlie4-187/+224
2013-02-26qxl: split user modesetting code and crtc code out.Dave Airlie4-486/+528
2013-02-26qxl: split uxa related code into separate fileDave Airlie4-477/+519
2013-02-06Establish a preferred default of 1024x768 correctly.Jeremy White1-60/+18
2013-01-20qxl_driver: monitors_config: adjust to memory-remapUri Lublin1-7/+6
2013-01-20qxl_driver: simplify calling qxl_update_monitors_configUri Lublin1-4/+3
2013-01-20qxl_driver: check_crtc: handle qxl->crtcs == NULLUri Lublin1-0/+4
2013-01-20qxl_pre_init: fix calculation of available video memoryUri Lublin1-1/+7
2013-01-20qxl_driver: remove unused enum ROPDescriptorUri Lublin1-15/+0
2013-01-11Enable the use of SpiceExitOnDisconnect so that Xspice can be configuredJeremy White4-0/+17
2013-01-11Implement prepare_copy using GC functions.Jeremy White1-5/+18
2013-01-11Implement copy with fbFill.Jeremy White1-8/+19
2013-01-11Add a deferred frames mode.Jeremy White6-29/+438
2013-01-11Shift the uxa function initialization to a separate function.Jeremy White1-21/+27
2013-01-11Add a DeferredFPS option.Jeremy White3-0/+20
2013-01-11Unify memory management for the primary screen.Jeremy White3-41/+37
2013-01-09Remove mibstore.hAdam Jackson1-1/+0
2012-10-11Only include Xv headers if server supports itYaakov Selkowitz1-0/+2
2012-10-11Add XORG_LIBS to LIBADDYaakov Selkowitz1-1/+1
2012-09-29Change include paths to fix rare compilation issue.Jeremy White1-6/+6
2012-09-20Version bump to 0.1.0xf86-video-qxl-0.1.0Søren Sandmann Pedersen1-1/+1
2012-09-20Make the checks for composite and a8 return FALSE for XspiceSøren Sandmann Pedersen1-0/+10
2012-09-20Only use dixScreenSpecificPrivatesSize if we have a new enough Xorg.Jeremy White2-2/+6
2012-09-12Don't issue composite commands or create a8 surfaces when not availableSøren Sandmann1-1/+36
2012-09-07Require XServer >= 1.12.99.901 in conjunction with commit 4a43bd4.Johannes Obermayr1-1/+1
2012-09-05Add Render supportSøren Sandmann4-24/+390
2012-09-05Enable 8 bit pixmaps.Søren Sandmann2-1/+3
2012-09-05Use an RGBA format for 32 bit imagesSøren Sandmann1-5/+1