On 10/26/2013 05:55 AM, Dave Airlie wrote:
From: Dave Airlie <airl...@redhat.com>

+ nvc0 support for demo purposes, will split up later.

So I've done this by just adding pipe cap queries for this stuff,
we might want to add another high level query to say if we are
bothered exposing this stuff.

nouveau can't get the pci device id as it doesn't seem to use them in
userspace at all.

Signed-off-by: Dave Airlie <airl...@redhat.com>
---
  src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 10 +++++
  src/gallium/include/pipe/p_defines.h           |  7 ++-
  src/gallium/state_trackers/dri/drm/dri2.c      | 61 ++++++++++++++++++++++++++
  3 files changed, 77 insertions(+), 1 deletion(-)

Please update src/gallium/docs with the new PIPE_CAPS_

We should add dummy case statements for these queries in the other drivers to avoid "Unexpected PIPE_CAP_" warning messages (ex: svga).

-Brian

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to