summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-14miniport: (temp) remove g_log_level, fails somehow, no ideas3Alon Levy1-6/+1
2011-04-14DeleteDeviceBitmap hack - call DrvAssertMode if we are called before itAlon Levy1-0/+6
2011-04-14DrvAssertMode: change for S3Alon Levy3-3/+21
2011-04-14fix wrong prints on SetPowerStateAlon Levy1-3/+4
2011-04-14add IOCTL_QXL_CREATE_MAIN_MEMSLOTAlon Levy2-1/+9
2011-04-14add ResendSurfaceCreateCommandsAlon Levy2-0/+63
2011-04-14CreateDeviceBitmap: introduce helper, questionable (can just clone the switch...Alon Levy1-12/+19
2011-04-14add FlushCmdRing (move before user)Alon Levy2-0/+8
2011-04-14DrvSynchronize: implement as UPDATE_AREAAlon Levy1-1/+10
2011-04-14typoAlon Levy1-1/+1
2011-04-13(temp) local version for debugging s3Alon Levy3-4/+4
2011-04-07CreateDeviceBitmap: more verbose debug prints on error pathsAlon Levy1-3/+8
2011-04-07display/rop.c: more verbose debugging (for guestdebug>=3)Alon Levy1-2/+19
2011-04-07display/surface.h: make GetSurfaceId NULL safeAlon Levy1-0/+3
2011-04-07display/res: turn two asserts in CursorCacheRemove to debug printsAlon Levy1-2/+5
2011-04-07display/qxldd.h: add DEBUG_PRINT_ONCEAlon Levy1-0/+9
2011-04-07miniport: add QXL_IO_LOGAlon Levy4-3/+206
2011-04-07display: fix broken debug in checkedAlon Levy3-9/+18
2011-04-07display: use WAIT_FOR_EVENT everywhereAlon Levy2-33/+6
2011-04-07qxl build: adding build/clean scriptsUri Lublin4-0/+202
2011-04-07display/res: fix ie9 renderingAlon Levy1-6/+2
2011-03-24sync miniport and driver versionsAlon Levy2-4/+4
2011-03-24driver: allowed modes: remove limit of 480 <= {X,Y} <= 2000Alon Levy2-5/+3
2011-02-02spice: windows qxl drivers: support x64 buildHEADmasterArnon Gilboa13-73/+101
2010-09-29Bump version to 1.4.1.0 for 0.6.1 release0.6.1Alexander Larsson2-3/+3
2010-09-20Protect palette cache agains concurrent accessAlexander Larsson2-0/+15
2010-09-20Protect cursor cache against concurrent accessAlexander Larsson2-1/+18
2010-09-20Protect image cache from concurrent accessAlexander Larsson2-10/+45
2010-09-20Fix typos Chach -> CacheAlexander Larsson1-6/+6
2010-09-20Prepend QXL to public function CheckIfCacheImageAlexander Larsson3-3/+3
2010-09-20Make internal functions staticAlexander Larsson1-2/+2
2010-09-20Add semaphore to protect quic_data from concurrent accessAlexander Larsson2-1/+12
2010-09-20Remove unused structure memberAlexander Larsson1-2/+0
2010-09-20Save FPU on stack, not in pdevAlexander Larsson2-16/+17
2010-09-20Add protection for cursor_ringAlexander Larsson2-0/+12
2010-09-20Fixed up cmd_sem useAlexander Larsson1-6/+6
2010-09-20Only look for streams on primary surfaceAlexander Larsson1-4/+6
2010-09-20Protect surface id allocation with semaphoreAlexander Larsson3-7/+27
2010-09-20Protect all references to cmd_ring with cmd_semAlexander Larsson1-2/+7
2010-09-20Move cmd_sem and print_sem to global device infoAlexander Larsson3-24/+24
2010-09-20Drop DevResDynamicAlexander Larsson2-37/+24
2010-09-20Make global_res be an array of pointers and Res a pointerAlexander Larsson5-209/+195
2010-09-16WDK clarificationGerd Hoffmann25-286/+721
2010-09-09Sync dll version with inf fileAlexander Larsson1-2/+2
2010-09-09Protect release_ring with malloc_semAlexander Larsson2-1/+6
2010-09-09Don't leak resourcesAlexander Larsson1-1/+2
2010-08-31Update inf file for release0.6.0Alexander Larsson1-1/+1
2010-08-23Remove unused surfaces_usedAlexander Larsson2-12/+1
2010-08-23New list based surface allocatorAlexander Larsson4-9/+22
2010-08-23Add union to SurfaceInfo to put in next_free pointerAlexander Larsson4-6/+10