Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Layers] Clear WrappingTextureSourceYCbCrBasic::mTexture correctly | sotaro | 2020-02-14 | -0/+8 |
| | ||||
* | Make extra sure Compositables don't refer back to layers after reassignment. | wolfbeast | 2019-05-28 | -5/+19 |
| | ||||
* | Enable double buffering when using XRENDER. | Mihai Moldovan | 2019-05-22 | -1/+14 |
| | | | | | | | | | This fixes flickering/bars/stripes showing up during quickly-updating operations on Intel hardware when using XRENDER. For more information, refer to the code comment. See #1061 | |||
* | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 | -46/+1 |
| | ||||
* | Remove VR hardware support. | wolfbeast | 2018-11-26 | -22/+2 |
| | | | | This resolves #881 | |||
* | Clean up a number of unused variables. | wolfbeast | 2018-09-29 | -2/+0 |
| | | | | Tag #21. | |||
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 | -51/+3 |
| | | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this. | |||
* | Revert "Bug 1388020. r=nical, a=RyanVM" | wolfbeast | 2018-08-30 | -2/+5 |
| | | | | This reverts commit e7189e33f533f9b974b22c2110b522a13bc4c7f6. | |||
* | Improve the SSSE3 scaler. | wolfbeast | 2018-06-07 | -7/+7 |
| | ||||
* | Account for offsets when creating buffers for image textures. | wolfbeast | 2018-06-07 | -3/+44 |
| | ||||
* | Remove SPS profiler. | wolfbeast | 2018-05-24 | -48/+2 |
| | | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions. | |||
* | Remove gfxCrashReporterUtils. | wolfbeast | 2018-05-20 | -14/+0 |
| | | | | Tag #20. | |||
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 | -12/+1 |
| | ||||
* | Merge pull request #295 from janekptacijarabaci/_native_52ESR_events_auxclick_1 | Moonchild | 2018-04-29 | -0/+1 |
|\ | | | | | UI Events - implement auxclick | |||
| * | Implement auxclick | janekptacijarabaci | 2018-02-04 | -0/+1 |
| | | | | | | | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius) | |||
* | | Bug 1388020. r=nical, a=RyanVM | Andrew Osmond | 2018-04-19 | -5/+2 |
| | | ||||
* | | Bug 1440717 - Use RefPtr for CompositingRenderTargetOGL::mGL. r=Bas, a=ritu | Nicolas Silva | 2018-04-19 | -2/+2 |
| | | | | | | | | | | | | --HG-- extra : source : b6d2d55223d2aa5cb85bbdf33075d1d38f2a9a30 extra : intermediate-source : 0ec90964e0bc479412a4da8a61d48b665211736e | |||
* | | Bug 1388020. r=nical, a=RyanVM | Andrew Osmond | 2018-03-14 | -39/+73 |
| | | ||||
* | | Bug 1428947 - Check plane width & stride constraints. r=mattwoodrow, a=ritu | Dan Glastonbury | 2018-03-14 | -10/+13 |
| | | | | | | | | | | | | | | MozReview-Commit-ID: 328ETwMdVnq --HG-- extra : rebase_source : e16b28d137de080f9d8495c6937e24ac16b16ab1 | |||
* | | Add more NS_BUILD_REFCNT_LOGGING in AtomicRefCountedWithFinalize. | wolfbeast | 2018-02-08 | -2/+8 |
| | | ||||
* | | Avoid potentially unsafe snprintf usage in FPSCounter. | wolfbeast | 2018-02-08 | -6/+21 |
| | | | | | | | | | | | | snprintf returns the number of bytes it would have written when it runs out of space. This patch makes sure we properly handle this unlikely event in FPSCounter. This patch also makes sure we don't print out the contents of an uninitialized buffer. | |||
* | | Check for too large allocation size in BasicPlanarYCbCrImage::CopyData (DiD) | wolfbeast | 2018-02-05 | -1/+8 |
|/ | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+143658 |