Andrew Comminos
|
544dcecc58
|
Bug 1203135 - Terminate linking if maximum vertex attribute count is exceeded on Mesa. r=jgilbert
|
2015-11-24 21:27:29 -08:00 |
|
Jeff Muizelaar
|
5c21dbd45c
|
Bug 1218939. Fixup GetTransformFeedbackVarying. r=jgilbert
|
2015-11-14 10:58:27 -05:00 |
|
Jeff Muizelaar
|
d9ae377b3f
|
Bug 1218559. Implement FindUniformBlockByMappedName. r=jgilbert
|
2015-11-04 13:35:35 -05:00 |
|
Jeff Muizelaar
|
c0980e9573
|
Bug 1218944. Transform feedback linking should use varyings intead of attribs. r=jgilbert
|
2015-11-04 13:35:35 -05:00 |
|
Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Jeff Gilbert
|
a9bb1d2c45
|
Bug 1128044 - Enforce packing restrictions for varyings. - r=kamidphish
|
2015-03-11 20:12:43 -07:00 |
|
Jeff Muizelaar
|
86feeec278
|
Bug 1128264 - Update ANGLE to chromium/2214. r=jgilbert
--HG--
extra : rebase_source : 2a8e6bdd19f95ada11aa6b3c58165b91d1f5eea2
|
2015-02-05 14:39:18 -05:00 |
|
Jeff Gilbert
|
625fccbb86
|
Bug 1109945 - Rewrite shader/program handling. - r=kamidphish
|
2015-01-15 15:40:39 -08:00 |
|
Carsten "Tomcat" Book
|
ad7392f70a
|
Backed out changeset b5c6dd9423cf (bug 1109945) for gl2 test failures on a CLOSED TREE
|
2015-01-13 09:07:26 +01:00 |
|
Jeff Gilbert
|
20706f09c9
|
Bug 1109945 - Rewrite shader/program handling. - r=kamidphish
|
2015-01-12 19:51:20 -08:00 |
|
Wes Kocher
|
43fd1c9428
|
Backout ca411b1cf001 (bug 1109945) for shader editor failures
|
2015-01-09 21:03:54 -08:00 |
|
Jeff Gilbert
|
c0dd0d5346
|
Bug 1109945 - Rewrite shader/program handling. - r=kamidphish
|
2015-01-09 18:40:56 -08:00 |
|