Re: [Mesa-dev] [PATCH 04/10] intel: Define enum intel_dri2_has_hiz

2011-06-09 Thread Chad Versace
On Mon, 06 Jun 2011 17:50:06 -0700, Kenneth Graunke wrote: > On 06/04/2011 05:45 PM, Chad Versace wrote: > > ... which indicates if the X driver supports DRI2BufferHiz and > > DRI2BufferStencil. > > > > I'm placing this in its own commit due to the large comment block. > > > > CC: Eric Anholt > >

Re: [Mesa-dev] [PATCH 04/10] intel: Define enum intel_dri2_has_hiz

2011-06-09 Thread Chad Versace
On Tue, 07 Jun 2011 10:33:44 -0700, Eric Anholt wrote: > On Sat, 4 Jun 2011 17:45:37 -0700, Chad Versace wrote: > > ... which indicates if the X driver supports DRI2BufferHiz and > > DRI2BufferStencil. > > > > I'm placing this in its own commit due to the large comment block. > > > > CC: Eric

Re: [Mesa-dev] [PATCH 04/10] intel: Define enum intel_dri2_has_hiz

2011-06-07 Thread Eric Anholt
On Tue, 07 Jun 2011 12:43:38 -0700, Chad Versace wrote: > On Tue, 07 Jun 2011 10:33:44 -0700, Eric Anholt wrote: > > On Sat, 4 Jun 2011 17:45:37 -0700, Chad Versace > > wrote: > > > ... which indicates if the X driver supports DRI2BufferHiz and > > > DRI2BufferStencil. > > > > > > I'm placing

Re: [Mesa-dev] [PATCH 04/10] intel: Define enum intel_dri2_has_hiz

2011-06-07 Thread Eric Anholt
On Sat, 4 Jun 2011 17:45:37 -0700, Chad Versace wrote: > ... which indicates if the X driver supports DRI2BufferHiz and > DRI2BufferStencil. > > I'm placing this in its own commit due to the large comment block. > > CC: Eric Anholt > CC: Ian Romanick > CC: Kenneth Graunke > CC: Kristian Høgs

Re: [Mesa-dev] [PATCH 04/10] intel: Define enum intel_dri2_has_hiz

2011-06-06 Thread Kenneth Graunke
On 06/04/2011 05:45 PM, Chad Versace wrote: ... which indicates if the X driver supports DRI2BufferHiz and DRI2BufferStencil. I'm placing this in its own commit due to the large comment block. CC: Eric Anholt CC: Ian Romanick CC: Kenneth Graunke CC: Kristian Høgsberg Signed-off-by: Chad Versace

[Mesa-dev] [PATCH 04/10] intel: Define enum intel_dri2_has_hiz

2011-06-04 Thread Chad Versace
... which indicates if the X driver supports DRI2BufferHiz and DRI2BufferStencil. I'm placing this in its own commit due to the large comment block. CC: Eric Anholt CC: Ian Romanick CC: Kenneth Graunke CC: Kristian Høgsberg Signed-off-by: Chad Versace --- src/mesa/drivers/dri/intel/intel_sc