OSDN Git Service

mesa: add support for ATI_envmap_bumpmap
authorRoland Scheidegger <sroland@vmware.com>
Thu, 12 Mar 2009 14:01:16 +0000 (15:01 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 12 Mar 2009 14:01:16 +0000 (15:01 +0100)
commit114152e068ec919feb0a57a1259c2ada970b9f02
treef424d1c9f88ddf36c94991906879f3a71ca1c36a
parentb7d841b59e9087c0ba8c2726897ab1506375e4e6
mesa: add support for ATI_envmap_bumpmap

add new entrypoints, new texture format, etc
translate in texenvprogram.c for drivers using the mesa-generated tex env
fragment program
also handled in swrast, but not tested (cannot work due to negative texel
results not handled correctly)
24 files changed:
src/mesa/glapi/gl_API.xml
src/mesa/main/api_exec.c
src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/dlist.c
src/mesa/main/extensions.c
src/mesa/main/image.c
src/mesa/main/image.h
src/mesa/main/macros.h
src/mesa/main/mipmap.c
src/mesa/main/mtypes.h
src/mesa/main/texenv.c
src/mesa/main/texenv.h
src/mesa/main/texenvprogram.c
src/mesa/main/texformat.c
src/mesa/main/texformat.h
src/mesa/main/texformat_tmp.h
src/mesa/main/teximage.c
src/mesa/main/texstate.c
src/mesa/main/texstore.c
src/mesa/main/texstore.h
src/mesa/shader/prog_statevars.c
src/mesa/shader/prog_statevars.h
src/mesa/swrast/s_texcombine.c