summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-31wip^2: need mapping to workwip-d3d-emptyAlon Levy1-6/+16
2014-07-30misc debug of surface memory allocations, raise some debug print from 12/3 to 0Alon Levy3-2/+15
2014-07-30rename surface allocation routines to Qxl prefix, if0'ed out surface bar allo...Alon Levy1-8/+33
2014-07-30expose SurfaceDescBytesToPixel and correct by dividing by 8Alon Levy1-4/+4
2014-07-30GetAvailDriverMemory: fix type in call to mspace_footprintAlon Levy1-1/+1
2014-07-30expose DebugPrintSurfaceDescription2Alon Levy2-3/+10
2014-07-30improve debug print of surface descriptionAlon Levy1-3/+3
2014-07-30implement D3dBuffer callbacks (was mistakenly returning NOTHANDLED); now inde...Alon Levy1-3/+61
2014-07-30directdraw: fix missing dwSize initialization; now supports (almost) indexbuf...Alon Levy1-0/+2
2014-07-30dd/d3d: get rid of the idiotic YerOldenHeapAlon Levy1-26/+7
2014-07-28DevCaps: make the same for D3D7 and 9 (declares support for hardware vertex a...Alon Levy3-3/+10
2014-07-28QxlGetD3dCaps9: was setting MaxVertexIndex twiceAlon Levy1-1/+0
2014-07-28CreateIndexBuffer fails, failure (INFO only from d3d9d) in CreateDevice alrea...Alon Levy1-119/+6
2014-07-28add d3d_status.txt to solutionAlon Levy1-0/+5
2014-07-28ddblt.c: don't print ROPFLAGS if no ROP presentAlon Levy1-4/+4
2014-07-28support creation of surfaces described by a fourcc pixelformatAlon Levy2-0/+101
2014-07-25added test calls to CreateVertexBuffer, SetStreamSource, SetFVF, DrawPrimitiveAlon Levy1-6/+16
2014-07-24more verbose QxlDdBltAlon Levy3-5/+28
2014-07-24ddblt.c: split from directdraw.cAlon Levy4-39/+50
2014-07-23gate scanline implementation; different ROPs (also depend on partially overla...Alon Levy2-6/+22
2014-07-23actually I had the wrong calls since the window was hiddenAlon Levy1-1/+10
2014-07-23Do not implement DdMapMemoryAlon Levy2-3/+15
2014-07-23more verbose DdBlt and DdGetBltStatus debug messagesAlon Levy1-4/+17
2014-07-23move d3d buffer callbacks to d3d.cAlon Levy4-29/+31
2014-07-21surprise removal wip (994211)Alon Levy4-2/+15
2014-07-21miniport: signal surprise removalAlon Levy1-0/+15
2014-07-21miniport: add TODO note for HwQueryInterface APIAlon Levy1-0/+1
2014-07-21miniport: add surprise_removal event, and refactor event creation (split me)Alon Levy4-37/+28
2014-07-21display: split sync_io and async_io to io.[ch]. TODO split to move commit and...Alon Levy6-81/+109
2014-07-21TEMP TEMP: remove noisy (irrelevant for now) debug messageAlon Levy1-1/+0
2014-07-21D3D & Directdraw empty implementation. Merged because of whitespace.Alon Levy21-63/+3557
2014-07-20wip 994211 async io - never stop asyncingAlon Levy1-13/+16
2014-07-20inf2cat: use switch for date line /USELOCALTIMEAlon Levy1-1/+29
2014-07-20qxldd: generate map fileAlon Levy1-0/+2
2014-07-20qxldd: set 'NoEntryPoint' to false (RandomizeBaseAddress is true anyway by de...Alon Levy1-0/+25
2014-07-20qxldd: print to windows debug log always in addition to printing to qxl debug...Alon Levy1-2/+1
2014-07-20miniport: DebugPrint always calls VideoDebugPrint and correctlyAlon Levy3-6/+58
2014-06-29add results of conversion to Visual Studio 2013 with automatic tool (plus a f...Alon Levy6-0/+756
2014-06-29miniport/qxl.h: protect PAGE_SHIFT for WDK 8.1 used by VS 2013Alon Levy1-0/+3
2014-06-29if you can't undo it commit it - build.bat attribute changes in windows 7Alon Levy1-0/+0
2013-07-17xddm/miniport/qxl.inf: bump version and touch dateAlon Levy1-1/+1
2013-07-17miniport: disable surfaces by defaultAlon Levy1-4/+6
2013-07-17display: apply the fix in fc314927bc48835e to Alpha BitmapsYonit Halperin3-43/+16
2013-07-17miniport/qxl.c: fail a custom mode that would not fit memory (RHBZ#863488)Alon Levy1-5/+21
2013-07-17display: fix deadlock when dbg_level >= 15Yonit Halperin1-8/+22
2013-07-17display: handle correctly bitmaps with line-size > 64KYonit Halperin1-1/+11
2012-10-14only allow word aligned stridesAlon Levy3-5/+8
2012-10-10miniport: QXLEscape: use 5/5/5 16 bitAlon Levy1-1/+1
2012-09-05add registry key "DisableSurfaces"Alon Levy7-7/+63
2012-08-08miniport: fix invalid memory access from previous patchMarc-André Lureau1-8/+10