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
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
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
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
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:
> >>>
> >
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.
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
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
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
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
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
> >>
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
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
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:
> >
> >
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
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
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 ++
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
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
, 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
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
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
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
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
[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
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
26 matches
Mail list logo