All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] intel: Fix stencil buffer to be W tiled
@ 2011-07-18  7:55 Chad Versace
  2011-07-18  7:55 ` [PATCH] dri: Do not tile stencil buffer Chad Versace
  2011-07-18  7:55 ` [PATCH] intel: Fix stencil buffer to be W tiled Chad Versace
  0 siblings, 2 replies; 19+ messages in thread
From: Chad Versace @ 2011-07-18  7:55 UTC (permalink / raw)
  To: mesa-dev, intel-gfx; +Cc: Chad Versace

Chad Versace (2):

  xf86-video-intel
      dri: Do not tile stencil buffer

      src/intel_dri.c |   16 ++++++++++++----

  mesa
      intel: Fix stencil buffer to be W tiled

      src/mesa/drivers/dri/intel/intel_clear.c   |    6 ++
      src/mesa/drivers/dri/intel/intel_context.c |    9 ++-
      src/mesa/drivers/dri/intel/intel_fbo.c     |   13 +++--
      src/mesa/drivers/dri/intel/intel_screen.h  |    9 ++-
      src/mesa/drivers/dri/intel/intel_span.c    |   85 ++++++++++++++++++++--------
      5 files changed, 89 insertions(+), 33 deletions(-)

-- 
1.7.6

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PATCH v2] intel: Fix stencil buffer to be W tiled
@ 2011-07-19  0:08 Chad Versace
  2011-07-19  0:08 ` [PATCH] " Chad Versace
  0 siblings, 1 reply; 19+ messages in thread
From: Chad Versace @ 2011-07-19  0:08 UTC (permalink / raw)
  To: intel-gfx, mesa-dev; +Cc: Chad Versace

Patch 1 v2:
   - Change buffer height from ALIGN(height / 2, 64) to
     ALIGN((height + 1) / 2, 64).

Patch 2 v2:
   - Change buffer height from ALIGN(height / 2, 64) to
     ALIGN((height + 1) / 2, 64).
   - Change return type of intel_offset_S8 changed to intptr_t.
   - Improve performance of Y_FLIP.
   - Remove XXX comment in intel_alloc_renderbuffer_storage.

  xf86-video-intel
      dri: Do not tile stencil buffer

      src/intel_dri.c |   16 ++++++++++++----

  mesa
      intel: Fix stencil buffer to be W tiled

      src/mesa/drivers/dri/intel/intel_clear.c   |    6 ++
      src/mesa/drivers/dri/intel/intel_context.c |    9 ++-
      src/mesa/drivers/dri/intel/intel_fbo.c     |   12 ++--
      src/mesa/drivers/dri/intel/intel_screen.h  |    9 ++-
      src/mesa/drivers/dri/intel/intel_span.c    |   88 +++++++++++++++++++++-------
      5 files changed, 93 insertions(+), 31 deletions(-)
-- 
1.7.6

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2011-07-19 20:03 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18  7:55 [PATCH] intel: Fix stencil buffer to be W tiled Chad Versace
2011-07-18  7:55 ` [PATCH] dri: Do not tile stencil buffer Chad Versace
2011-07-18  8:15   ` Paul Menzel
2011-07-18 18:45   ` [Mesa-dev] " Ian Romanick
2011-07-18 19:28     ` Chad Versace
2011-07-18 20:58       ` Ian Romanick
2011-07-18  7:55 ` [PATCH] intel: Fix stencil buffer to be W tiled Chad Versace
2011-07-18  8:20   ` Paul Menzel
2011-07-19 20:03     ` [Mesa-dev] " Chad Versace
2011-07-18 15:57   ` Eric Anholt
2011-07-18 21:05     ` [Mesa-dev] " Chad Versace
2011-07-19  0:00     ` Chad Versace
2011-07-19 15:34       ` Eric Anholt
2011-07-18 18:49   ` Ian Romanick
2011-07-18 20:54     ` [Mesa-dev] " Chad Versace
2011-07-18 21:02       ` Ian Romanick
2011-07-18 21:24         ` Chad Versace
2011-07-18 22:34           ` Ian Romanick
  -- strict thread matches above, loose matches on Subject: below --
2011-07-19  0:08 [PATCH v2] " Chad Versace
2011-07-19  0:08 ` [PATCH] " Chad Versace

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.