VMWare SVGA II Rect fill

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Guest

VMWare SVGA II Rect fill

Post by Guest »

Hello !
I am currently developing a VMWare SVGA II driver.
All works fine so far except drawing filled rects using
SVGA_CMD_RECT_FILL.
I checked the device capabilities and noticed that
SVGA_CMD_RECT_FILL isnt supported.
So now my question, why could SVGA_CMD_RECT_FILL be unsupported ?
Post Reply