summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-09-27xfree86: Let xf86RandR12CrtcComputeGamma() deal with non-power-of-2 sizes.Mario Kleiner1-1/+13
2021-09-27xfree86: Avoid crash in xf86RandR12CrtcSetGamma() memcpy path.Mario Kleiner1-3/+7
2021-09-23xwayland/glx: Enable sRGB fbconfigsAdam Jackson1-5/+28
2021-09-17xwayland/present: Move xwl_present_reset_timer call out of xwl_present_flipMichel Dänzer1-3/+4
2021-09-15modesetting: Fix dirty updates for sw rotationPatrik Jakobsson3-22/+63
2021-09-15glamor: Require EGL_KHR_no_config_contextAdam Jackson3-6/+9
2021-09-15wayland/streams: Don't open-code glamor_compile_glsl_progAdam Jackson1-33/+2
2021-09-15ephyr: Don't open-code glamor_compile_glsl_progAdam Jackson1-33/+2
2021-09-15ephyr/glamor: Port to EGLAdam Jackson7-206/+148
2021-09-15xwayland: Fix memory allocation testOlivier Fourdan1-1/+1
2021-09-15xwayland: Fix leak of xwl_screen on initOlivier Fourdan1-4/+4
2021-09-10xfree86: NUL-terminate strings in hwEnableIOAaron Plattner1-1/+3
2021-09-09modesetting: Only use GAMMA_LUT if its size is 1024Aaron Plattner1-1/+15
2021-09-09modesetting: Add option for non-vsynced flips for "secondary" outputs.Mario Kleiner6-5/+49
2021-09-07Drop DMX DDXPovilas Kanapickas195-54237/+1
2021-09-07modesetting: Allow Present flips with mismatched stride on atomic drivers.Mario Kleiner3-2/+14
2021-09-06xwayland: add -noTouchPointerEmulationSimon Ser3-0/+10
2021-09-01Don't underlink inputtest on targets which require complete linkageJon Turney2-1/+3
2021-08-27modesetting: Fix VRR window property handling.Mario Kleiner1-2/+3
2021-08-20meson: Implement developer documentation buildPovilas Kanapickas4-1/+75
2021-08-17dmx: Fix some redeclaration warnings from gcc 11Adam Jackson2-2/+0
2021-08-12xwayland: fix xdg_output leakSimon Ser1-0/+2
2021-08-06xfree86: Move xf86CVTMode() functionOlivier Fourdan4-84/+31
2021-08-06xfree86/cvt: Drop cvt utilityOlivier Fourdan7-389/+1
2021-08-06xfree86: Use libxcvtOlivier Fourdan4-234/+22
2021-08-06xwayland: Use libxcvtOlivier Fourdan2-270/+24
2021-07-30xf86: Assign GPUs to screens according to configurationZoltán Böszörményi3-22/+41
2021-07-30xf86: Extract screen configuration matching into its own functionZoltán Böszörményi1-22/+27
2021-07-22modesetting: unflip not possible when glamor is not setŁukasz Spintzyk1-0/+3
2021-07-09present: Drop flip_idler member from present_vblank_recMichel Dänzer1-11/+13
2021-07-09xwayland/present: Use present_vblank_ptr instead of xwl_present_event*Michel Dänzer1-12/+9
2021-07-09xwayland/present: Fold xwl_present_release_event into _free_eventMichel Dänzer1-15/+2
2021-07-09xwayland/present: Drop target_msc member from struct xwl_present_eventMichel Dänzer2-6/+3
2021-07-09xwayland/present: Drop pending member from struct xwl_present_eventMichel Dänzer2-11/+1
2021-07-09xwayland/present: Drop list member from struct xwl_present_eventMichel Dänzer2-14/+6
2021-07-09xwayland/present: Drop exec_queue member from struct xwl_present_windowMichel Dänzer2-6/+0
2021-07-09xwayland/present: Fold xwl_present_event_notify into its callerMichel Dänzer2-34/+5
2021-07-09xwayland/present: Use exec_queue for deferring completion eventsMichel Dänzer1-9/+5
2021-07-09xwayland/present: Fold xwl_present_idle_notify into its callerMichel Dänzer1-33/+14
2021-07-09xwayland/present: Drop sync_flip member of struct xwl_present_windowMichel Dänzer2-8/+7
2021-07-09xwaland/present: Drop flip_pending member of struct xwl_present_windowMichel Dänzer2-30/+33
2021-07-09xwayland/present: Fold xwl_present_flip_notify into its callersMichel Dänzer1-20/+2
2021-07-09xwayland/present: Embed present_vblank_rec in xwl_present_eventMichel Dänzer3-155/+87
2021-07-09xwayland/present: Drop abort member of struct xwl_present_eventMichel Dänzer2-8/+4
2021-07-09xwayland/present: Simplify calls to Xwayland-private functionsMichel Dänzer1-41/+20
2021-07-09xwayland/present: Rename present_wnmd_* functions to xwl_present_*Michel Dänzer1-65/+65
2021-07-09present: Remove present_wnmd_info_recMichel Dänzer1-6/+0
2021-07-09xwayland/present: Merge present_wnmd_flips_stop & xwl_present_flips_stopMichel Dänzer1-17/+6
2021-07-09xwayland/present: Fold present_wnmd_get_ust_msc into its callersMichel Dänzer1-20/+14
2021-07-09xwayland/present: Fold present_wnmd_queue_vblank into its callersMichel Dänzer1-19/+8