]> git.sesse.net Git - movit/commit
Do not send NULL to glTexSubImage2D if there is no input data set; it is illegal...
authorSteinar H. Gunderson <steinar+vlc@gunderson.no>
Wed, 24 Feb 2016 00:32:49 +0000 (01:32 +0100)
committerSteinar H. Gunderson <steinar+vlc@gunderson.no>
Wed, 24 Feb 2016 00:32:49 +0000 (01:32 +0100)
commit274627c966f53780991e9f80887aa1906b592751
treef45ef86e56e7065d6b39d9a3f9c65607f24118c7
parent9c6b86affb570a2e2d18c6da795c359da393f9a3
Do not send NULL to glTexSubImage2D if there is no input data set; it is illegal, and NVIDIA's drivers crash on it.
flat_input.cpp
flat_input_test.cpp
ycbcr_input.cpp
ycbcr_input_test.cpp