]> git.sesse.net Git - vlc/commit
direct3d11: support more pixel formats
authorSteve Lhomme <robUx4@videolabs.io>
Tue, 24 Mar 2015 08:47:27 +0000 (08:47 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Mar 2015 15:22:03 +0000 (16:22 +0100)
commit3957f7a809ef1d612cf29d1fd54206232ec67f41
tree3e0be9c931a1f417acf873606301869f4684d0be
parentda197ddb1bf34128ccb542dc38d91e47ce3b9244
direct3d11: support more pixel formats

list of possible formats https://msdn.microsoft.com/en-us/library/windows/desktop/bb173059%28v=vs.85%29.aspx

the ones marked BROKEN_PIXEL are not writing pixels properly, not knowing much
about pixel shaders, I'm not the best qualified to handle this

the ones marked UNTESTED means my Win8 machine doesn't support them

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/msw/common.h
modules/video_output/msw/direct3d11.c