OSDN Git Service

mesa/main: Make FEATURE_convolve follow feature conventions.
authorChia-I Wu <olvaffe@gmail.com>
Wed, 23 Sep 2009 08:56:20 +0000 (16:56 +0800)
committerBrian Paul <brianp@vmware.com>
Fri, 25 Sep 2009 03:48:39 +0000 (21:48 -0600)
commit5a1e25afac8eac5df1c0c9d3165b9812f54909a6
tree76939ba9652acb5dbd465f8d3ac7cbc975b563ec
parentcb4f24e51d0f4f4b867b2c01ed26d2a5ce73aeab
mesa/main: Make FEATURE_convolve follow feature conventions.

As shown in mfeatures.h, this allows users of convolve.h to work without
knowing if the feature is available.
src/mesa/main/api_exec.c
src/mesa/main/convolve.c
src/mesa/main/convolve.h
src/mesa/main/teximage.c
src/mesa/main/texstore.c