On 01/21/2014 03:35 PM, Fredrik Höglund wrote:
This will be used by glBindTextures() when unbinding textures,
to avoid having to loop over all the targets.
---
src/mesa/main/mtypes.h |3 +++
src/mesa/main/texobj.c |6 ++
src/mesa/main/texstate.c |3 +++
3 files changed, 1
This will be used by glBindTextures() when unbinding textures,
to avoid having to loop over all the targets.
---
src/mesa/main/mtypes.h |3 +++
src/mesa/main/texobj.c |6 ++
src/mesa/main/texstate.c |3 +++
3 files changed, 12 insertions(+)
diff --git a/src/mesa/main/mtypes.h