OSDN Git Service

mesa: new code/functions for GL_ARB_sampler_objects
authorBrian Paul <brianp@vmware.com>
Sun, 10 Apr 2011 18:47:47 +0000 (12:47 -0600)
committerBrian Paul <brianp@vmware.com>
Sun, 10 Apr 2011 19:12:49 +0000 (13:12 -0600)
commitf22d49de0f02653bb54aeb6a5f07a56e2cc63f1d
tree4d93e6375a57110d338da0a84a7f132c01a59ef4
parent6bb4d807f7e80eaf899fd5c34c2c9ff0474eb80e
mesa: new code/functions for GL_ARB_sampler_objects

This implements the infrastructure for sampler objects and all the new
API functions.
src/mesa/main/samplerobj.c [new file with mode: 0644]
src/mesa/main/samplerobj.h [new file with mode: 0644]