Amanda Sambath
|
4a4ca60aed
|
Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/gl part 1. r=nical
|
2015-05-28 11:45:33 +02:00 |
Sotaro Ikeda
|
053aaa45c3
|
Bug 1152135 - Split EGLSurface buffer swap and HWC buffer swap r=mwu,nical,jgilbert
|
2015-04-17 09:28:41 -07:00 |
Carsten "Tomcat" Book
|
eba45dcee4
|
Backed out changeset abe6234be8a3 (bug 1152135) for Android 4 opt/debug perma failure
|
2015-04-17 12:04:55 +02:00 |
Sotaro Ikeda
|
7078be3faa
|
Bug 1152135 - Split EGLSurface buffer swap and HWC buffer swap r=mwu,nical,jgilbert
|
2015-04-16 18:15:26 -07:00 |
Sotaro Ikeda
|
a3181c2cc5
|
Backed out changeset 29d01ad10d0b (bug 1152135)
|
2015-04-13 12:28:06 -07:00 |
Sotaro Ikeda
|
1a785adc42
|
Bug 1152135 - Split EGLSurface buffer swap and HWC buffer swap r=mwu,nical,jgilbert
|
2015-04-12 11:23:46 -07:00 |
Sotaro Ikeda
|
9ff8e58781
|
Bug 1151936 - Update GLContextEGL's EGLSurface override handling r=jgilbert
|
2015-04-08 08:35:54 -07: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 |
Ehsan Akhgari
|
ffb386847f
|
Bug 1118419 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics; r=jrmuizel
|
2015-01-07 10:09:17 -05:00 |
Tatiana Meshkova
|
0dbaa9d653
|
Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert
|
2014-04-15 07:57:26 -07:00 |
Ehsan Akhgari
|
276e2d1e15
|
Bug 978472 - Add support for leak checking in GenericRefCounted classes; r=bjacob
|
2014-03-09 14:40:49 -04:00 |
Jeff Gilbert
|
ecac7faae3
|
Bug 978414 - Mark GLContext virtuals const and MOZ_OVERRIDE where appropriate. - r=bjacob
|
2014-03-03 18:47:43 -08:00 |
Benoit Jacob
|
4374a80063
|
Bug 958369 - 5/5 - Make ContextType a typed enum - r=jgilbert
|
2014-01-10 13:55:24 -05:00 |
Benoit Jacob
|
ba93ad0ec2
|
Bug 950903 - 6/8 - Remove GLContext::GetNativeData - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
Benoit Jacob
|
df17e73e7c
|
Bug 950903 - 5/8 - Add static Cast methods to allow getting the backend-specific object from a GLContext - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
Benoit Jacob
|
dc6702ddaf
|
Bug 950903 - 1/8 - Expose GLContextEGL publicly - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |