All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Cherry-pick nv50/nvc0 patches from gallium-nine
@ 2014-05-20 23:39 Ilia Mirkin
  2014-05-20 23:39 ` [PATCH 02/12] nv50: setup scissors on clear_render_target/depth_stencil Ilia Mirkin
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Ilia Mirkin @ 2014-05-20 23:39 UTC (permalink / raw)
  To: mesa-dev, nouveau

I went through the gallium-nine tree and picked out nouveau patches that are
general bug-fixes. The first bunch I'd like to also get into 10.2. I've
reviewed all of them and they make sense to me, but sending them out for
public review as well in case there are any objections.

Unless I hear objections, I'd like to push this by Friday.

Christoph Bumiller (11):
  nv50,nvc0: always pull out bufctx on context destruction
  nv50: setup scissors on clear_render_target/depth_stencil
  nv50,nvc0: set constbufs dirty on pipe context switch
  nv50/ir/tgsi: TGSI_OPCODE_POW replicates its result
  nv50/ir/opt: fix constant folding with saturate modifier
  nv50/ir: fix lowering of predicated instructions (without defs)
  nv50/ir/tgsi: optimize KIL
  nv50,nvc0: handle guard band defines
  nv50,nvc0: allow 15,16,30 bpp display formats
  nvc0: use PRIxPTR for sizeof()
  nvc0: assert that we have vertex elements state

Joakim Sindholt (1):
  nv50: count wrapped textures towards the tex_obj count

 .../drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp    | 11 ++++++++++-
 .../nouveau/codegen/nv50_ir_lowering_nv50.cpp        |  5 ++++-
 .../drivers/nouveau/codegen/nv50_ir_peephole.cpp     |  4 +++-
 src/gallium/drivers/nouveau/nv50/nv50_context.c      |  7 ++-----
 src/gallium/drivers/nouveau/nv50/nv50_formats.c      |  8 ++++----
 src/gallium/drivers/nouveau/nv50/nv50_miptree.c      |  2 ++
 src/gallium/drivers/nouveau/nv50/nv50_screen.c       | 10 ++++++++--
 .../drivers/nouveau/nv50/nv50_state_validate.c       |  4 ++++
 src/gallium/drivers/nouveau/nv50/nv50_surface.c      | 20 ++++++++++++++++++--
 src/gallium/drivers/nouveau/nvc0/nvc0_context.c      |  9 +++++----
 src/gallium/drivers/nouveau/nvc0/nvc0_program.c      |  2 +-
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c       | 10 ++++++++--
 .../drivers/nouveau/nvc0/nvc0_state_validate.c       |  1 +
 src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c          |  1 +
 14 files changed, 71 insertions(+), 23 deletions(-)

-- 
1.8.5.5

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

end of thread, other threads:[~2014-05-21 19:06 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 23:39 [PATCH 00/12] Cherry-pick nv50/nvc0 patches from gallium-nine Ilia Mirkin
2014-05-20 23:39 ` [PATCH 02/12] nv50: setup scissors on clear_render_target/depth_stencil Ilia Mirkin
     [not found]   ` <1400629206-4447-3-git-send-email-imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org>
2014-05-21 18:57     ` [Mesa-dev] " Emil Velikov
     [not found]       ` <537CF70A.4000905-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-05-21 18:59         ` Ilia Mirkin
2014-05-21 19:06           ` Emil Velikov
2014-05-20 23:39 ` [PATCH 03/12] nv50, nvc0: set constbufs dirty on pipe context switch Ilia Mirkin
2014-05-20 23:39 ` [PATCH 05/12] nv50/ir/opt: fix constant folding with saturate modifier Ilia Mirkin
     [not found] ` <1400629206-4447-1-git-send-email-imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org>
2014-05-20 23:39   ` [PATCH 01/12] nv50, nvc0: always pull out bufctx on context destruction Ilia Mirkin
2014-05-20 23:39   ` [PATCH 04/12] nv50/ir/tgsi: TGSI_OPCODE_POW replicates its result Ilia Mirkin
2014-05-21 18:51     ` Emil Velikov
     [not found]       ` <537CF597.4080406-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-05-21 18:53         ` [Mesa-dev] " Ilia Mirkin
     [not found]           ` <CAKb7Uvj1EomVeAwqFdguuP9xQ1dDkRGDVc9N7239b8O+aL-VrQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-05-21 19:01             ` Emil Velikov
     [not found]               ` <537CF7F7.1010504-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-05-21 19:03                 ` Ilia Mirkin
     [not found]                   ` <CAKb7UvgQ3Pz8CUFTGi16x+Ay=0PezJrOuw0kWXLf-rnDeLCgDw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-05-21 19:04                     ` Ilia Mirkin
2014-05-20 23:40   ` [PATCH 06/12] nv50/ir: fix lowering of predicated instructions (without defs) Ilia Mirkin
2014-05-20 23:40   ` [PATCH 08/12] nv50,nvc0: handle guard band defines Ilia Mirkin
2014-05-20 23:40   ` [PATCH 09/12] nv50, nvc0: allow 15, 16, 30 bpp display formats Ilia Mirkin
2014-05-20 23:40   ` [PATCH 10/12] nvc0: use PRIxPTR for sizeof() Ilia Mirkin
2014-05-20 23:40   ` [PATCH 11/12] nvc0: assert that we have vertex elements state Ilia Mirkin
2014-05-20 23:40 ` [PATCH 07/12] nv50/ir/tgsi: optimize KIL Ilia Mirkin
2014-05-20 23:40 ` [PATCH 12/12] nv50: count wrapped textures towards the tex_obj count Ilia Mirkin

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.