[vlc-commits] libvlc: remove constraints doc now that we only share a IDirect3D9

Steve Lhomme git at videolan.org
Wed Jul 3 11:54:23 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Jul  2 09:58:30 2019 +0200| [a2126600e7770891f38078ea373712f27715df4e] | committer: Steve Lhomme

libvlc: remove constraints doc now that we only share a IDirect3D9

Following cfaa0bdfe684e95eb8653219d0b3e04a1d5433ee

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a2126600e7770891f38078ea373712f27715df4e
---

 include/vlc/libvlc_media_player.h | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index c4979dfe79..1ab92f5bc3 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -727,31 +727,6 @@ typedef struct
  * \return true on success
  * \version LibVLC 4.0.0 or later
  *
- * On Direct3D9 the following may change on the provided IDirect3DDevice9*
- * between \ref enter being true and \ref enter being false:
- * - D3DSAMP_ADDRESSU
- * - D3DSAMP_ADDRESSV
- * - D3DSAMP_MINFILTER
- * - D3DSAMP_MAGFILTER
- * - D3DRS_AMBIENT
- * - D3DRS_CULLMODE
- * - D3DRS_ZENABLE
- * - D3DRS_LIGHTING
- * - D3DRS_DITHERENABLE
- * - D3DRS_STENCILENABLE
- * - D3DRS_ALPHABLENDENABLE
- * - D3DRS_SRCBLEND,D3DBLEND_SRCALPHA
- * - D3DRS_DESTBLEND,D3DBLEND_INVSRCALPHA
- * - D3DPCMPCAPS_GREATER
- * - D3DRS_ALPHATESTENABLE
- * - D3DRS_ALPHAREF
- * - D3DRS_ALPHAFUNC
- * - D3DTSS_COLOROP
- * - D3DTSS_COLORARG1
- * - D3DTSS_ALPHAOP
- * - D3DTSS_ALPHAARG1
- * - D3DTSS_ALPHAARG2
- *
  * On Direct3D11 the following may change on the provided ID3D11DeviceContext*
  * between \ref enter being true and \ref enter being false:
  * - IASetPrimitiveTopology()



More information about the vlc-commits mailing list