Re: [Mesa-dev] [PATCH 1/2] gbm/dri2: propagate errors when creating a DMA-BUF fd

2016-09-22 Thread Nicholas Bishop
Bump, could someone push this? Thanks, -Nicholas On Wed, Sep 14, 2016 at 1:06 PM, Nicholas Bishop <nbis...@neverware.com> wrote: > Thanks for review. Could someone with commit access push this for me? > > On Wed, Sep 14, 2016 at 8:48 AM, Eric Engestrom > <eric.engest

Re: [Mesa-dev] [PATCH 1/2] gbm/dri2: propagate errors when creating a DMA-BUF fd

2016-09-14 Thread Nicholas Bishop
Thanks for review. Could someone with commit access push this for me? On Wed, Sep 14, 2016 at 8:48 AM, Eric Engestrom <eric.engest...@imgtec.com> wrote: > On Thu, Sep 08, 2016 at 03:55:02PM -0400, Nicholas Bishop wrote: >> Changed dri2_query_image to check t

Re: [Mesa-dev] Proposal: move the Mesa documentation to readthedocs.org

2016-09-11 Thread Nicholas Bishop
Good questions, > 1. How can we minimize the effort of maintaining two repositories? (I don't > think anyone here would support dropping the HTML docs, as they feed into > the main Mesa website). I agree that maintaining two repos would be bad, but we don't need to do that. Sphinx can generate

[Mesa-dev] [PATCH 2/2] i915g: add dma-buf support to i915_drm_buffer_get_handle

2016-09-08 Thread Nicholas Bishop
. Without this change it fails while trying to create a DMA-BUF. [1] https://chromium.googlesource.com/chromium/src.git/+/master/ui/ozone/demo/ozone_demo.cc Signed-off-by: Nicholas Bishop <nbis...@neverware.com> --- src/gallium/winsys/i915/drm/i915_drm_buffer.c | 8 1 file chan

[Mesa-dev] [PATCH 1/2] gbm/dri2: propagate errors when creating a DMA-BUF fd

2016-09-08 Thread Nicholas Bishop
-by: Nicholas Bishop <nbis...@neverware.com> --- src/gallium/state_trackers/dri/dri2.c | 11 +++ src/gbm/backends/dri/gbm_dri.c| 8 +--- src/gbm/main/gbm.c| 3 ++- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/gallium/state_tracke

Re: [Mesa-dev] Proposal: move the Mesa documentation to readthedocs.org

2016-09-07 Thread Nicholas Bishop
Bump, any interest in this? On Sat, Aug 27, 2016 at 1:09 AM, Nicholas Bishop <nbis...@neverware.com> wrote: > Hi, > > I'd like to propose a conversion of Mesa's documentation to > reStructuredText (RST) and hosting the result on readthedocs.org. The > intent is to make Mesa

[Mesa-dev] Proposal: move the Mesa documentation to readthedocs.org

2016-08-26 Thread Nicholas Bishop
Hi, I'd like to propose a conversion of Mesa's documentation to reStructuredText (RST) and hosting the result on readthedocs.org. The intent is to make Mesa's documentation more accessible, searchable, and easier to edit. I put together a quick proof-of-concept here:

[Mesa-dev] [PATCH] docs: add links to clarify patch mailing section

2016-08-26 Thread Nicholas Bishop
From: Nicholas Bishop <nicholasbis...@gmail.com> * Changed "Mesa mailing list" to "mesa-dev mailing list" to clarify which list patches should be sent to * Added an explicit link to https://lists.freedesktop.org/mailman/listinfo/mesa-dev to show where to subs

[Mesa-dev] [PATCH] docs: add links to clarify patch mailing section

2016-08-25 Thread Nicholas Bishop
From: Nicholas Bishop <nicholasbis...@gmail.com> - Changed "Mesa mailing list" to "mesa-dev mailing list" to clarify which list patches should be sent to - Added an explicit link to https://lists.freedesktop.org/mailman/listinfo/mesa-dev to show where to subs

[Mesa-dev] [PATCH] i915g: fix incorrect gl_FragCoord value

2016-08-25 Thread Nicholas Bishop
From: Nicholas Bishop <nicholasbis...@gmail.com> On Intel Pineview M hardware, the i915 gallium driver doesn't output the correct gl_FragCoord. It seems to always have an X coord of 0.0 and a Y coord of the window's height in pixels, e.g. 600.0f or such. I believe this is a regression