st/nine: skip position checks in SetCursorPosition()
authorAndre Heider <a.heider@gmail.com>
Thu, 11 Apr 2019 06:42:47 +0000 (08:42 +0200)
committerAxel Davy <davyaxel0@gmail.com>
Sat, 20 Apr 2019 11:06:29 +0000 (13:06 +0200)
commit8b13aac9666951bade6ac5fff9eb7c45a7d2748a
treea298760f45980121af4c404700f76836964b7565
parent828ec411545ee6cdcabe228002fca3e4c5d14274
st/nine: skip position checks in SetCursorPosition()

For HW cursors, "cursor.pos" doesn't hold the current position of the
pointer, just the position of the last call to SetCursorPosition().

Skip the check against stale values and bump the d3dadapter9 drm version
to expose this change of behaviour.

Signed-off-by: Andre Heider <a.heider@gmail.com>
Reviewed-by: Axel Davy <davyaxel0@gmail.com>
include/d3dadapter/drm.h
src/gallium/state_trackers/nine/device9.c