summaryrefslogtreecommitdiffstats
path: root/gfx/layers/composite
Commit message (Collapse)AuthorAgeLines
* Revert "Bug 1388020. r=nical, a=RyanVM"wolfbeast2018-08-30-1/+2
| | | | This reverts commit e7189e33f533f9b974b22c2110b522a13bc4c7f6.
* Account for offsets when creating buffers for image textures.wolfbeast2018-06-07-2/+4
|
* Remove SPS profiler.wolfbeast2018-05-24-23/+1
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Bug 1388020. r=nical, a=RyanVMAndrew Osmond2018-04-19-2/+1
|
* Bug 1388020. r=nical, a=RyanVMAndrew Osmond2018-03-14-15/+60
|
* Avoid potentially unsafe snprintf usage in FPSCounter.wolfbeast2018-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.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+12747