Jeff Gilbert
|
ac277e5603
|
Bug 1287653 - Remove context sharing from WGL. - r=mtseng
MozReview-Commit-ID: 2CJovqWwAGB
|
2016-08-18 14:06:44 -07:00 |
Jeff Gilbert
|
774abaa5e4
|
Bug 1278403 - Spread CreateContextFlags to GLContext::ctor. - r=jrmuizel
MozReview-Commit-ID: 4rPitIpn60l
|
2016-06-21 13:47:30 -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 |
Daniel Holbert
|
9dc413ef38
|
Bug 1118419 followup: Annotate macro-defined typeName functions as MOZ_OVERRIDE for remaining GLContext subclasses.
|
2015-01-27 11:45:57 -08: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
|
bba51d87ca
|
Bug 958368 - Remove the code paths to load a custom Mesa/llvmpipe build instead of system OpenGL (sadface) - r=jgilbert
|
2014-01-10 13:55:23 -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
|
98ca33fe7f
|
Bug 950903 - 4/8 - Expose GLContextWGL publicly - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |