Re: [Mesa-dev] [PATCH] docs: Document spec quoting practices

2016-05-18 Thread Matt Turner
On Wed, May 18, 2016 at 2:21 PM, Kenneth Graunke wrote: > and I think it looks nicer if the opening quote is offset by 1 so that > the actual quoted text lines up. It's just something I've always done. Very much agreed. ___ mesa-dev mailing list mesa-d

Re: [Mesa-dev] [PATCH] docs: Document spec quoting practices

2016-05-18 Thread Kenneth Graunke
On Wednesday, May 18, 2016 3:18:16 PM PDT Ian Romanick wrote: > On 05/18/2016 02:21 PM, Kenneth Graunke wrote: > > On Wednesday, May 18, 2016 1:12:29 PM PDT Ian Romanick wrote: > >> From: Ian Romanick > >> > >> v2: Remove extra "ES" from "GLSL ES ES". Noticed by Chris Forbes. > >> > >> v3: Many u

Re: [Mesa-dev] [PATCH] docs: Document spec quoting practices

2016-05-18 Thread Ian Romanick
On 05/18/2016 02:21 PM, Kenneth Graunke wrote: > On Wednesday, May 18, 2016 1:12:29 PM PDT Ian Romanick wrote: >> From: Ian Romanick >> >> v2: Remove extra "ES" from "GLSL ES ES". Noticed by Chris Forbes. >> >> v3: Many updates based on (very old) feedback from Paul Berry and (more >> recent) obs

Re: [Mesa-dev] [PATCH] docs: Document spec quoting practices

2016-05-18 Thread Kenneth Graunke
On Wednesday, May 18, 2016 1:12:29 PM PDT Ian Romanick wrote: > From: Ian Romanick > > v2: Remove extra "ES" from "GLSL ES ES". Noticed by Chris Forbes. > > v3: Many updates based on (very old) feedback from Paul Berry and (more > recent) observation of what is most commonly done in the code ba

[Mesa-dev] [PATCH] docs: Document spec quoting practices

2016-05-18 Thread Ian Romanick
From: Ian Romanick v2: Remove extra "ES" from "GLSL ES ES". Noticed by Chris Forbes. v3: Many updates based on (very old) feedback from Paul Berry and (more recent) observation of what is most commonly done in the code base. Signed-off-by: Ian Romanick Cc: Brian Paul --- docs/devinfo.html |

Re: [Mesa-dev] [PATCH] docs: Document spec quoting practices

2013-01-04 Thread Paul Berry
On 4 January 2013 16:09, Ian Romanick wrote: > On 12/19/2012 09:56 PM, Paul Berry wrote: > >> On 19 December 2012 15:46, Ian Romanick > > wrote: >> >> From: Ian Romanick > > >> >> Signed-off-by: Ian Romanick >

Re: [Mesa-dev] [PATCH] docs: Document spec quoting practices

2013-01-04 Thread Paul Berry
On 4 January 2013 16:09, Ian Romanick wrote: > On 12/19/2012 09:56 PM, Paul Berry wrote: > >> On 19 December 2012 15:46, Ian Romanick > > wrote: >> >> From: Ian Romanick > > >> >> Signed-off-by: Ian Romanick >

Re: [Mesa-dev] [PATCH] docs: Document spec quoting practices

2013-01-04 Thread Ian Romanick
On 12/19/2012 09:56 PM, Paul Berry wrote: On 19 December 2012 15:46, Ian Romanick mailto:i...@freedesktop.org>> wrote: From: Ian Romanick mailto:ian.d.roman...@intel.com>> Signed-off-by: Ian Romanick mailto:ian.d.roman...@intel.com>> Cc: Paul Berry mailto:stereotype...@gmail.com>>

Re: [Mesa-dev] [PATCH] docs: Document spec quoting practices

2012-12-20 Thread Chris Forbes
+ +Text quoted from the GLSL or GLSL ES ES specifications: + Probably only need one ES here? ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] docs: Document spec quoting practices

2012-12-20 Thread Chad Versace
On 12/19/2012 09:56 PM, Paul Berry wrote: > On 19 December 2012 15:46, Ian Romanick wrote: > >> From: Ian Romanick >> >> Signed-off-by: Ian Romanick >> Cc: Paul Berry >> Cc: Brian Paul >> --- >> docs/devinfo.html | 42 ++ >> 1 file changed, 42 insertio

Re: [Mesa-dev] [PATCH] docs: Document spec quoting practices

2012-12-19 Thread Paul Berry
On 19 December 2012 15:46, Ian Romanick wrote: > From: Ian Romanick > > Signed-off-by: Ian Romanick > Cc: Paul Berry > Cc: Brian Paul > --- > docs/devinfo.html | 42 ++ > 1 file changed, 42 insertions(+) > > diff --git a/docs/devinfo.html b/docs/devinf

[Mesa-dev] [PATCH] docs: Document spec quoting practices

2012-12-19 Thread Ian Romanick
From: Ian Romanick Signed-off-by: Ian Romanick Cc: Paul Berry Cc: Brian Paul --- docs/devinfo.html | 42 ++ 1 file changed, 42 insertions(+) diff --git a/docs/devinfo.html b/docs/devinfo.html index 8f4aeef..eb4c897 100644 --- a/docs/devinfo.html +++ b/