Re: [Mesa-dev] [PATCH 1/5] mesa: Add GL API support for ARB_copy_image

2015-08-23 Thread Brian Paul
On Sun, Aug 23, 2015 at 4:51 PM, Jason Ekstrand wrote: > On Aug 23, 2015 3:48 PM, "Marek Olšák" wrote: > > > > On Mon, Aug 24, 2015 at 12:32 AM, Jason Ekstrand > wrote: > > > On Sun, Aug 23, 2015 at 10:42 AM, Marek Olšák > wrote: > > >> On Fri, Aug 8, 2014 at 8:55 PM, Jason Ekstrand > wrote:

Re: [Mesa-dev] [PATCH 1/5] mesa: Add GL API support for ARB_copy_image

2015-08-23 Thread Jason Ekstrand
On Aug 23, 2015 3:48 PM, "Marek Olšák" wrote: > > On Mon, Aug 24, 2015 at 12:32 AM, Jason Ekstrand wrote: > > On Sun, Aug 23, 2015 at 10:42 AM, Marek Olšák wrote: > >> On Fri, Aug 8, 2014 at 8:55 PM, Jason Ekstrand wrote: > >>> This adds the API entrypoint, error checking logic, and a driver ho

Re: [Mesa-dev] [PATCH 1/5] mesa: Add GL API support for ARB_copy_image

2015-08-23 Thread Marek Olšák
On Mon, Aug 24, 2015 at 12:32 AM, Jason Ekstrand wrote: > On Sun, Aug 23, 2015 at 10:42 AM, Marek Olšák wrote: >> On Fri, Aug 8, 2014 at 8:55 PM, Jason Ekstrand wrote: >>> This adds the API entrypoint, error checking logic, and a driver hook for >>> the ARB_copy_image extension. >>> >>> v2: Fix

Re: [Mesa-dev] [PATCH 1/5] mesa: Add GL API support for ARB_copy_image

2015-08-23 Thread Jason Ekstrand
On Sun, Aug 23, 2015 at 10:42 AM, Marek Olšák wrote: > On Fri, Aug 8, 2014 at 8:55 PM, Jason Ekstrand wrote: >> This adds the API entrypoint, error checking logic, and a driver hook for >> the ARB_copy_image extension. >> >> v2: Fix a typo in ARB_copy_image.xml and add it to the makefile >> v3: P

Re: [Mesa-dev] [PATCH 1/5] mesa: Add GL API support for ARB_copy_image

2015-08-23 Thread Marek Olšák
On Fri, Aug 8, 2014 at 8:55 PM, Jason Ekstrand wrote: > This adds the API entrypoint, error checking logic, and a driver hook for > the ARB_copy_image extension. > > v2: Fix a typo in ARB_copy_image.xml and add it to the makefile > v3: Put ARB_copy_image.xml in the right place alphebetically in th

[Mesa-dev] [PATCH 1/5] mesa: Add GL API support for ARB_copy_image

2014-08-08 Thread Jason Ekstrand
This adds the API entrypoint, error checking logic, and a driver hook for the ARB_copy_image extension. v2: Fix a typo in ARB_copy_image.xml and add it to the makefile v3: Put ARB_copy_image.xml in the right place alphebetically in the makefile and properly prefix the commit message v4: Fixed