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?
>
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
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
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
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
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 +++---