From: Marcin Slusarz <marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Maarten Maathuis <madman2003-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [PATCH 2/3] nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc
Date: Wed, 30 Dec 2009 22:51:00 +0100 [thread overview]
Message-ID: <20091230215100.GA21688@joi.lan> (raw)
In-Reply-To: <1262209002-10778-2-git-send-email-madman2003-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
On Wed, Dec 30, 2009 at 10:36:41PM +0100, Maarten Maathuis wrote:
> From: Marcin Slusarz <marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>
> ---
> src/gallium/drivers/nouveau/nouveau_push.h | 93 -----
> src/gallium/drivers/nv04/nv04_context.c | 44 ++-
> src/gallium/drivers/nv04/nv04_context.h | 4 -
> src/gallium/drivers/nv04/nv04_prim_vbuf.c | 84 +++--
> src/gallium/drivers/nv04/nv04_state_emit.c | 72 +++--
> src/gallium/drivers/nv10/nv10_context.c | 367 ++++++++++----------
> src/gallium/drivers/nv10/nv10_context.h | 4 -
> src/gallium/drivers/nv10/nv10_fragtex.c | 28 +-
> src/gallium/drivers/nv10/nv10_prim_vbuf.c | 34 +-
> src/gallium/drivers/nv10/nv10_state_emit.c | 166 +++++----
> src/gallium/drivers/nv20/nv20_context.c | 530 ++++++++++++++--------------
> src/gallium/drivers/nv20/nv20_context.h | 4 -
> src/gallium/drivers/nv20/nv20_fragtex.c | 28 +-
> src/gallium/drivers/nv20/nv20_prim_vbuf.c | 56 ++--
> src/gallium/drivers/nv20/nv20_state_emit.c | 181 ++++++----
> src/gallium/drivers/nv30/nv30_context.c | 15 +-
> src/gallium/drivers/nv30/nv30_context.h | 4 -
> src/gallium/drivers/nv30/nv30_query.c | 20 +-
> src/gallium/drivers/nv30/nv30_vbo.c | 106 +++---
> src/gallium/drivers/nv30/nv30_vertprog.c | 18 +-
> src/gallium/drivers/nv40/nv40_context.c | 15 +-
> src/gallium/drivers/nv40/nv40_context.h | 4 -
> src/gallium/drivers/nv40/nv40_draw.c | 62 ++--
> src/gallium/drivers/nv40/nv40_query.c | 20 +-
> src/gallium/drivers/nv40/nv40_state_emit.c | 11 +-
> src/gallium/drivers/nv40/nv40_vbo.c | 106 +++---
> src/gallium/drivers/nv40/nv40_vertprog.c | 18 +-
> 27 files changed, 1089 insertions(+), 1005 deletions(-)
> delete mode 100644 src/gallium/drivers/nouveau/nouveau_push.h
you can see this patch here:
http://alan.umcs.lublin.pl/~mslusarz/kill-pushbuf.h/0003-nouveau-kill-nouveau_push.h-and-use-libdrm-versions-.patch
next prev parent reply other threads:[~2009-12-30 21:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-30 21:36 [PATCH 1/3] nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped Maarten Maathuis
[not found] ` <1262209002-10778-1-git-send-email-madman2003-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-12-30 21:36 ` [PATCH 2/3] nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc Maarten Maathuis
[not found] ` <1262209002-10778-2-git-send-email-madman2003-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-12-30 21:36 ` [PATCH 3/3] nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly Maarten Maathuis
[not found] ` <1262209002-10778-3-git-send-email-madman2003-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-12-30 21:39 ` Maarten Maathuis
[not found] ` <6d4bc9fc0912301339l6e639d46oef3bab28dad70e15-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-12-30 22:43 ` Maarten Maathuis
[not found] ` <6d4bc9fc0912301443g7721311anbe7ea2dbe6156eac-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-01-04 23:04 ` Xavier
2010-01-05 2:19 ` Younes Manton
[not found] ` <586c2acd1001041819q3f0662d4q84a5da7f57edf14f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-01-05 18:17 ` Maarten Maathuis
2009-12-30 21:51 ` Marcin Slusarz [this message]
2009-12-30 21:37 ` [PATCH 1/3] nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped Maarten Maathuis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091230215100.GA21688@joi.lan \
--to=marcin.slusarz-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=madman2003-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.