OSDN Git Service

mesa/main: In register_surface() verify gl_texture_object was found
authorJuha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Thu, 8 May 2014 08:16:54 +0000 (11:16 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 26 Jun 2014 12:37:14 +0000 (15:37 +0300)
commit0f7958aac29ce976d6fba7d87ae40c1b8d448bbc
treeab628bf7292308f36eb383d40630450cf33adb2f
parentcc5abf046050b2a25c5f4966662d3388302b3cf2
mesa/main: In register_surface() verify gl_texture_object was found

Verify _mesa_lookup_texture() returned valid pointer before using it.

Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/vdpau.c