Re: [Mesa-dev] [PATCH v2 2/2] mesa: docs: Intel i965 hardware limits.

2016-03-14 Thread Sarah Sharp
I waited a little less than a week for review, but got no responses, so I've pushed these two trivial docs patches to master. Sarah Sharp On Tue, Mar 08, 2016 at 11:42:44AM -0800, Sarah Sharp wrote: > v2: > - use \name doxygen format instead of @defgroup, which creates >a s

[Mesa-dev] [PATCH v2 2/2] mesa: docs: Intel i965 hardware limits.

2016-03-08 Thread Sarah Sharp
Intel PRMs to find the magic platform hardware values. Signed-off-by: Sarah Sharp --- src/mesa/drivers/dri/i965/brw_device_info.h | 55 + 1 file changed, 48 insertions(+), 7 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_device_info.h b/src/mesa/drivers/dr

[Mesa-dev] [PATCH v2 1/2] mesa: docs: i965: Use correct doxygen groupings syntax

2016-03-08 Thread Sarah Sharp
the GPU hardware limitations and hardware quirks fields. Once you've run `cd doxygen; make clean; make all`, updated documentation can be found at mesa/doxygen/i965/structbrw__device__info.html Signed-off-by: Sarah Sharp --- src/mesa/drivers/dri/i965/brw_device_info.h | 4 ++-- 1 file change

[Mesa-dev] [PATCH v2] Add missing platform information for KBL

2016-01-11 Thread Sarah Sharp
r URB size where available." Signed-off-by: Mark Janes Signed-off-by: Sarah Sharp Reviewed-by: Kristian Høgsberg Kristensen Cc: "11.1" --- src/mesa/drivers/dri/i965/brw_device_info.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_devic

Re: [Mesa-dev] [PATCH] Add missing platform information for KBL

2016-01-11 Thread Sarah Sharp
On Sat, Jan 09, 2016 at 11:57:38AM -0800, Kristian Høgsberg Kristensen wrote: > Mark Janes writes: > > > Sarah Sharp writes: > > > >> On Fri, Jan 08, 2016 at 04:30:20PM -0800, Mark Janes wrote: > >>> In testing KBL, I found: > >>> > >

Re: [Mesa-dev] [PATCH] Add missing platform information for KBL

2016-01-10 Thread Sarah Sharp
4 URB size should be 1152K (divided by the number of slices, that's 384K). However, another table says to limit the URB size to 1008K for "SKL+" and it doesn't say to exclude KBL. Yay conflicting documentation! I'll talk this over with Ben when he gets back on Monday.

[Mesa-dev] [PATCH 2/3] mesa: docs: i965: Use correct doxygen groupings syntax

2015-12-07 Thread Sarah Sharp
t properly grouped. Instead, the group description is applied to the first field. You can see this in the current doxygen build, since there are no links to groups (doxygen calls them modules). Fix this. Use the brw_ prefix for the group name, since I'm pretty sure group names are global. Signe

[Mesa-dev] [PATCH 1/3] mesa: docs: Add link to planet.freedesktop.org

2015-12-07 Thread Sarah Sharp
The freedesktop.org blog feeds aren't mentioned on either mesa3d.org or any of the graphics project wikis (including the DRI wiki) on freedeskop.org. Fix that by linking to it from the sidebar. Signed-off-by: Sarah Sharp --- docs/contents.html | 1 + 1 file changed, 1 insertion(+) diff

[Mesa-dev] [PATCH 3/3] mesa: docs: Intel i965 hardware limits.

2015-12-07 Thread Sarah Sharp
This should help the next person working on hardware enabling figure out where in the Intel PRMs to find the magic platform hardware values. Signed-off-by: Sarah Sharp --- src/mesa/drivers/dri/i965/brw_device_info.h | 51 ++--- 1 file changed, 46 insertions(+), 5

Re: [Mesa-dev] [PATCH v2 1/2] mesa: Add KBL PCI IDs and platform information.

2015-12-07 Thread Sarah Sharp
Ping? I believe all the concerns about this patchset (and the DRM patch to add KBL) have been addressed. Can someone push this to master? Shall I rebase and resend the patches? Sarah Sharp On Tue, Nov 17, 2015 at 11:40:53AM -0800, Sarah Sharp wrote: > Add PCI IDs for the Intel Kabylake platfo

Re: [Mesa-dev] [PATCH v2 1/2] mesa: Add KBL PCI IDs and platform information.

2015-11-20 Thread Sarah Sharp
On Fri, Nov 20, 2015 at 02:18:56PM +, Emil Velikov wrote: > On 18 November 2015 at 21:59, Ilia Mirkin wrote: > > On Wed, Nov 18, 2015 at 4:54 PM, Sarah Sharp > > wrote: > >>> There's not really a consensus I guess, but most people do leave the > >>

Re: [Mesa-dev] [PATCH v2 1/2] mesa: Add KBL PCI IDs and platform information.

2015-11-18 Thread Sarah Sharp
On Tue, Nov 17, 2015 at 02:20:28PM -0800, Ben Widawsky wrote: > On Tue, Nov 17, 2015 at 11:40:53AM -0800, Sarah Sharp wrote: > > Add PCI IDs for the Intel Kabylake platforms. The IDs are taken > > directly from the Linux kernel patches, which are under review

[Mesa-dev] [PATCH v2 1/2] mesa: Add KBL PCI IDs and platform information.

2015-11-17 Thread Sarah Sharp
Use larger URB size where available." Thanks to Ben for fixing a bug around setting urb.size, and being patient with my questions about what the various fields mean. Signed-off-by: Sarah Sharp Suggested-by: Ben Widawsky Tested-by: Rodrigo Vivi (KBL-GT2) --- v2: - reorder the PCI IDs - r

Re: [Mesa-dev] [PATCH 1/2] mesa: Add KBL PCI IDs and platform information.

2015-11-17 Thread Sarah Sharp
On Mon, Nov 16, 2015 at 04:40:20PM -0800, Matt Turner wrote: > On Mon, Nov 16, 2015 at 4:24 PM, Sarah Sharp > wrote: > > Add PCI IDs for the Intel Kabylake platforms. The IDs are taken > > directly from the Linux kernel patches, which are under review: > > > >

[Mesa-dev] [PATCH 2/2] intel/kbl: Add Kabylake PCI ids

2015-11-16 Thread Sarah Sharp
From: Rodrigo Vivi Also, following kernel definition Kabylake is skylake. Signed-off-by: Rodrigo Vivi Signed-off-by: Sarah Sharp --- intel/intel_chipset.h | 57 ++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/intel

[Mesa-dev] [PATCH 0/2] Mesa and DRM patches for Intel Kabylake platform

2015-11-16 Thread Sarah Sharp
Sarah Sharp (1): mesa: Add KBL PCI IDs and platform information. include/pci_ids/i965_pci_ids.h | 22 +++ src/mesa/drivers/dri/i965/brw_device_info.c | 60 + 2 files changed, 82 insertions(+) Rodrigo Vivi (1): intel/kbl: Add Kabylake PCI ids

[Mesa-dev] [PATCH 1/2] mesa: Add KBL PCI IDs and platform information.

2015-11-16 Thread Sarah Sharp
d being patient with my questions about what the various fields mean. Signed-off-by: Sarah Sharp Suggested-by: Ben Widawsky Tested-by: Rodrigo Vivi (KBL-GT2) --- include/pci_ids/i965_pci_ids.h | 22 +++ src/mesa/drivers/dri/i965/brw_device_info.c | 60 ++

Re: [Mesa-dev] Updating mesa3d.org docs?

2015-10-15 Thread Sarah Sharp
On Thu, Oct 15, 2015 at 01:34:54PM -0600, Brian Paul wrote: > On 10/15/2015 01:18 PM, Sarah Sharp wrote: > >1. What's the process for pushing updated documentation to the site? > > All the website pages are found in the git docs/ directory. Changes are > submitted as pa

[Mesa-dev] Updating mesa3d.org docs?

2015-10-15 Thread Sarah Sharp
to push updated docs? I'll be improving Mesa documentation as part of my new job, and I would love to be able to push myself once patches are accepted, rather than having to ping you. Thanks, Sarah Sharp ___ mesa-dev mailing list

[Mesa-dev] [PATCH v3 1/2] Import eglextchromium.h from Chromium.

2014-05-06 Thread Sarah Sharp
, which makes the header actually compile. Signed-off-by: Sarah Sharp Reviewed-by: Chad Versace Cc: Jamey Sharp Cc: Ian Romanick Cc: Stéphane Marchesin --- v3: Add an include guard on Chromium header. include/EGL/eglext.h | 1 + include/EGL/eglextchromium.h | 60

[Mesa-dev] [PATCH v3 2/2] egl: Add EGL_CHROMIUM_sync_control extension.

2014-05-06 Thread Sarah Sharp
iff;h=27cbfdab35c601f70aa150581ad1448d0401f447 The EGL_CHROMIUM_sync_control extension is similar to the GLX extension OML_sync_control, but only defines one function, eglGetSyncValuesCHROMIUM, which is equivalent to glXGetSyncValuesOML. http://www.opengl.org/registry/specs/OML/glx_sync_control.txt Signed-off-by: Sarah

[Mesa-dev] [PATCH v2 1/2] Import eglextchromium.h from Chromium.

2014-04-24 Thread Sarah Sharp
Error 1 Signed-off-by: Sarah Sharp Cc: Chad Versace Cc: Jamey Sharp Cc: Ian Romanick Cc: Stéphane Marchesin --- include/EGL/eglext.h | 1 + include/EGL/eglextchromium.h | 55 src/egl/main/Makefile.am | 1 + 3 files changed, 57 insert

[Mesa-dev] [PATCH v2 2/2] egl: Add EGL_CHROMIUM_sync_control extension.

2014-04-24 Thread Sarah Sharp
iff;h=27cbfdab35c601f70aa150581ad1448d0401f447 The EGL_CHROMIUM_sync_control extension is similar to the GLX extension OML_sync_control, but only defines one function, eglGetSyncValuesCHROMIUM, which is equivalent to glXGetSyncValuesOML. http://www.opengl.org/registry/specs/OML/glx_sync_control.txt Signed-off-by: Sarah

Re: [Mesa-dev] [PATCH] egl: Add GetSyncValuesCHROMIUM extension.

2014-04-22 Thread Sarah Sharp
On Sat, Apr 19, 2014 at 12:34:37PM -0700, Stéphane Marchesin wrote: > On Fri, Apr 18, 2014 at 3:37 PM, Sarah Sharp > wrote: > > > Chromium defined a new GL extension (that isn't registered with Khronos). > > > > This here is the problem IMO. I'll see next we

Re: [Mesa-dev] [PATCH] egl: Add GetSyncValuesCHROMIUM extension.

2014-04-18 Thread Sarah Sharp
[I missed Chad on the original Cc somehow; hopefully he can find the original mails.] On Fri, Apr 18, 2014 at 04:49:43PM -0700, Ian Romanick wrote: > On 04/18/2014 03:37 PM, Sarah Sharp wrote: > > Chromium defined a new GL extension (that isn't registered with Khronos). > > W

[Mesa-dev] [PATCH] egl: Add GetSyncValuesCHROMIUM extension.

2014-04-18 Thread Sarah Sharp
the Mesa XCB calls, and he said he copied the style from Chris Wilson. If using the unchecked versions isn't required, we should look into moving the XCB calls in Mesa to the normal checked versions. Otherwise people will just keep copy-pasting the unchecked versions around. Signed-o