Re: [Mesa-dev] [PATCH] dri2: Create image from texture (v8)

2013-02-01 Thread Chad Versace
On 02/01/2013 08:32 AM, Abdiel Janulgue wrote: > Add create image from texture extension and bump version. > > v8: - Add appropriate image errors codes in DRI interface so we don't > have to use internal EGL functions in driver. Suggested by Chad Versace. > > Reviewed-by: Eric Anholt (v6)

[Mesa-dev] [PATCH] dri2: Create image from texture (v8)

2013-02-01 Thread Abdiel Janulgue
Add create image from texture extension and bump version. v8: - Add appropriate image errors codes in DRI interface so we don't have to use internal EGL functions in driver. Suggested by Chad Versace. Reviewed-by: Eric Anholt (v6) Signed-off-by: Abdiel Janulgue --- include/GL/internal/dr