These problems have all been corrected except one:
In glGenTextures it is create_textures(ctx, 0 ... rather than GL_NONE
because the original glGenTextures had the [now removed] line:
- GLenum target = 0;
So I passed in 0 to preserve the original functionality.
On Wed, Dec 17, 2014 at 6
On Tuesday 16 December 2014, Laura Ekstrand wrote:
> ---
> src/mapi/glapi/gen/ARB_direct_state_access.xml | 8 ++
> src/mesa/main/texobj.c | 109
> +++--
> src/mesa/main/texobj.h | 2 +
> 3 files changed, 92 insertions(+), 27
On 12/15/2014 06:22 PM, Laura Ekstrand wrote:
---
src/mapi/glapi/gen/ARB_direct_state_access.xml | 8 ++
src/mesa/main/texobj.c | 109 +++--
src/mesa/main/texobj.h | 2 +
3 files changed, 92 insertions(+), 27 deletions(-
---
src/mapi/glapi/gen/ARB_direct_state_access.xml | 8 ++
src/mesa/main/texobj.c | 109 +++--
src/mesa/main/texobj.h | 2 +
3 files changed, 92 insertions(+), 27 deletions(-)
diff --git a/src/mapi/glapi/gen/ARB_direct_state_