Re: [Mesa-dev] [PATCH] Enable display list support for glClearBuffer functions

2012-02-06 Thread Eric Anholt
On Sat, 4 Feb 2012 10:19:20 -0800, Anuj Phogat wrote: > On Sat, Feb 4, 2012 at 5:34 AM, Eric Anholt wrote: > > > On Tue, 13 Dec 2011 12:01:56 -0800, Anuj Phogat > > wrote: > > > Enabling display list support for glClearBuffer functions with minor > > fixes > > > > Is this ready to get pushed? >

Re: [Mesa-dev] [PATCH] Enable display list support for glClearBuffer functions

2012-02-04 Thread Anuj Phogat
On Sat, Feb 4, 2012 at 5:34 AM, Eric Anholt wrote: > On Tue, 13 Dec 2011 12:01:56 -0800, Anuj Phogat > wrote: > > Enabling display list support for glClearBuffer functions with minor > fixes > > Is this ready to get pushed? > Eric, this patch was pushed by following commit: commit 36a484bc9853

Re: [Mesa-dev] [PATCH] Enable display list support for glClearBuffer functions

2012-02-04 Thread Eric Anholt
On Tue, 13 Dec 2011 12:01:56 -0800, Anuj Phogat wrote: > Enabling display list support for glClearBuffer functions with minor fixes Is this ready to get pushed? pgpuRQS4myg8x.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.free

Re: [Mesa-dev] [PATCH] Enable display list support for glClearBuffer functions

2011-12-13 Thread Anuj Phogat
On Tue 13 Dec 2011 12:49:28 PM PST, Ian Romanick wrote: > On 12/13/2011 12:01 PM, Anuj Phogat wrote: >> Enabling display list support for glClearBuffer functions with minor >> fixes > > There's also a #if 0 block in that file that should be removed. This > is a case where 'git blame' is useful. d

Re: [Mesa-dev] [PATCH] Enable display list support for glClearBuffer functions

2011-12-13 Thread Ian Romanick
On 12/13/2011 12:01 PM, Anuj Phogat wrote: Enabling display list support for glClearBuffer functions with minor fixes There's also a #if 0 block in that file that should be removed. This is a case where 'git blame' is useful. doing 'git blame src/mesa/main/dlist.c' shows that all of those l

[Mesa-dev] [PATCH] Enable display list support for glClearBuffer functions

2011-12-13 Thread Anuj Phogat
Enabling display list support for glClearBuffer functions with minor fixes Signed-off-by: Anuj Phogat --- Tested this patch with a newly developed piglit testcase (clearbuffer-display-list). Please refer to piglit mailing list for testcase patch. src/mesa/main/dlist.c | 22 +++---