OSDN Git Service

Check for NULL texture object when choosing texture sampler. Fixes segfault when...
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Jun 2004 00:16:42 +0000 (00:16 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Jun 2004 00:16:42 +0000 (00:16 +0000)
commitd203091d204ea2e543cd41ea85d0fc57aa794a4b
treea2d64d26d4faed3f4f92d772098260be22f7923b
parenta4436a8f4476344f1ec81cacf35f5693d58dcc06
Check for NULL texture object when choosing texture sampler.  Fixes segfault when fragment program references an incomplete texture
src/mesa/swrast/s_context.c
src/mesa/swrast/s_texture.c