Re: [Mesa-dev] [PATCH 2/3] mesa: rework bind_buffer_object()

2017-04-04 Thread Timothy Arceri
On 05/04/17 11:41, Timothy Arceri wrote: This allows internal users to pass buffer objects directly and alows for KHR_no_error support in the following patch. Sorry this should read: This allows internal users to pass buffer objects directly and allows for KHR_no_error support to be more eas

[Mesa-dev] [PATCH 2/3] mesa: rework bind_buffer_object()

2017-04-04 Thread Timothy Arceri
This allows internal users to pass buffer objects directly and alows for KHR_no_error support in the following patch. --- src/mesa/main/bufferobj.c | 34 -- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/buf