[Mesa-dev] [RFC] [PATCH 0/2] Allow mesa/st to inform driver of GL_TEXTURE_RECTANGLE
Luca Barbieri
luca.barbieri at gmail.com
Thu Apr 15 14:25:31 PDT 2010
As said on IRC, there is this unfortunate problem:
cl_sampler clCreateSampler ( cl_context context,
cl_bool normalized_coords,
cl_addressing_mode addressing_mode,
cl_filter_mode filter_mode,
cl_int *errcode_ret)
addressing_mode
Specifies how out-of-range image coordinates are handled when reading
from an image. This can be set to CL_ADDRESS_REPEAT,
CL_ADDRESS_CLAMP_TO_EDGE, CL_ADDRESS_CLAMP, and CL_ADDRESS_NONE.
More information about the mesa-dev
mailing list