Closed
Bug 1363473
Opened 8 years ago
Closed 8 years ago
Remove typedefs from GLContextSymbols.h
Categories
(Core :: Graphics, enhancement, P4)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: svargas, Assigned: svargas)
Details
(Whiteboard: gfx-noted)
Attachments
(1 file, 5 obsolete files)
|
67.57 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Updated•8 years ago
|
Assignee: nobody → svargas
Priority: -- → P4
Summary: remove typedefs from GLContextSymbols.h → Remove typedefs from GLContextSymbols.h
Whiteboard: gfx-noted
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8866009 -
Flags: review?(jgilbert)
Comment 2•8 years ago
|
||
Comment on attachment 8866009 [details] [diff] [review]
0001-Bug-1363473-Remove-typedefs-from-GLContextSymbols.h-.patch
Review of attachment 8866009 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/gl/GLContextSymbols.h
@@ +31,4 @@
> Zero();
> }
>
> + void Zero() {
This lost a space of indent for some reason.
@@ +56,5 @@
> + void (GLAPIENTRY * fClearBufferiv)(GLenum, GLint, const GLint*);
> + void (GLAPIENTRY * fClearBufferuiv)(GLenum, GLint, const GLuint*);
> + void (GLAPIENTRY * fClearColor)(GLfloat, GLfloat, GLfloat, GLfloat);
> + void (GLAPIENTRY * fClearStencil)(GLint);
> + void (GLAPIENTRY * fColorMask)(realGLboolean, realGLboolean, realGLboolean,
End of line whitespace.
@@ +285,3 @@
>
> // ARB_copy_buffer / OpenGL 3.1 / OpenGL ES 3.0
> + void (GLAPIENTRY * fCopyBufferSubData)(GLenum, GLenum ,
Remove the spaces before the commas here.
@@ +322,5 @@
> + void (GLAPIENTRY * fDeleteTransformFeedbacks)(GLsizei, const GLuint*);
> + realGLboolean (GLAPIENTRY * fIsTransformFeedback)(GLuint);
> + void (GLAPIENTRY * fBindTransformFeedback)(GLenum, GLuint);
> + void (GLAPIENTRY * fTransformFeedbackVaryings)(GLuint, GLsizei, const GLchar*
> + const*, GLenum);
You've split a type across lines here:
`const GLChar* const*` is one type
@@ +389,4 @@
>
> // uniform_buffer_object
> + void (GLAPIENTRY * fGetUniformIndices)(GLuint, GLsizei , const GLchar*
> + const*, GLuint*);
`const GLchar* const*` on one line
Attachment #8866009 -
Flags: review?(jgilbert) → review-
| Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8866009 -
Attachment is obsolete: true
Attachment #8866029 -
Flags: review?(jgilbert)
Comment 4•8 years ago
|
||
Comment on attachment 8866029 [details] [diff] [review]
0001-Bug-1363473-Remove-typedefs-from-GLContextSymbols.h-.patch
Review of attachment 8866029 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/gl/GLContextSymbols.h
@@ +285,4 @@
>
> // ARB_copy_buffer / OpenGL 3.1 / OpenGL ES 3.0
> + void (GLAPIENTRY * fCopyBufferSubData)(GLenum, GLenum,
> + GLintptr, GLintptr,
This indentation is misaligned.
@@ +368,3 @@
>
> // map_buffer_range
> + void* (GLAPIENTRY * fMapBufferRange)(GLenum, GLintptr, GLsizeiptr, GLbitfield);
s/ [*] +/ * /g
@@ +421,5 @@
> + void (GLAPIENTRY * fTexImage3D)(GLenum, GLint, GLenum, GLenum, GLsizei, GLsizei,
> + GLint, GLenum, GLenum, const GLvoid*);
> +
> + void (GLAPIENTRY * fTexSubImage3D)(GLenum, GLint, GLint, GLint, GLint, GLsizei,
> + GLsizei, GLsizei, GLenum, GLenum, const GLvoid*);
Misaligned, here and below.
| Assignee | ||
Comment 5•8 years ago
|
||
Attachment #8866029 -
Attachment is obsolete: true
Attachment #8866029 -
Flags: review?(jgilbert)
Attachment #8866040 -
Flags: review?(jgilbert)
| Assignee | ||
Comment 6•8 years ago
|
||
Attachment #8866044 -
Flags: review?(jgilbert)
| Assignee | ||
Updated•8 years ago
|
Attachment #8866040 -
Attachment is obsolete: true
Attachment #8866040 -
Flags: review?(jgilbert)
Updated•8 years ago
|
Attachment #8866044 -
Flags: review?(jgilbert) → review+
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 7•8 years ago
|
||
needs rebasing
Fetching... done
Parsing... done
adding 1363473 to series file
renamed 1363473 -> 0001-Bug-1363473-Remove-typedefs-from-GLContextSymbols.h-.patch
applying 0001-Bug-1363473-Remove-typedefs-from-GLContextSymbols.h-.patch
patching file gfx/gl/GLContextSymbols.h
Hunk #1 FAILED at 26
1 out of 1 hunks FAILED -- saving rejects to file gfx/gl/GLContextSymbols.h.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working directory
errors during apply, please fix and qrefresh 0001-Bug-1363473-Remove-typedefs-from-GLContextSymbols.h-.patch
Flags: needinfo?(svargas)
Keywords: checkin-needed
| Assignee | ||
Comment 8•8 years ago
|
||
Attachment #8866044 -
Attachment is obsolete: true
Attachment #8866940 -
Flags: review?(jgilbert)
Updated•8 years ago
|
Attachment #8866940 -
Flags: review?(jgilbert) → review+
| Assignee | ||
Comment 9•8 years ago
|
||
Attachment #8866940 -
Attachment is obsolete: true
Flags: needinfo?(svargas)
Attachment #8866962 -
Flags: review?(jgilbert)
Updated•8 years ago
|
Attachment #8866962 -
Flags: review?(jgilbert) → review+
Comment 10•8 years ago
|
||
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6e518d6c45bf
Remove typedefs from GLContextSymbols.h - r=jgilbert
Comment 11•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•