summaryrefslogtreecommitdiffstats
path: root/gfx/tests
Commit message (Collapse)AuthorAgeLines
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-2/+0
|
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-1/+0
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* Correctly return zero vertices if clipping plane 0 or 2 clip away theMarkus Stange2019-09-04-0/+62
| | | | | | | | | | | | | | | | | | entire polygon. This fixes a bug that was introduced three years ago in BZ bug 1268854. What happened was that the final pass over the polygon assumed that the current polygon was living in plane[0]. But due to the double buffering, the "current" polygon alternates between plane[0] and plane[1]. The bug had also introduced an early exit so that we could hit the final pass at a time where the current, now empty, polygon was in plane[1]. So we would incorrectly treat all 32 points in plane[0] as part of the final polygon. This bug was responsible for intermittently unreasonable numbers in CompositorOGL's fill rate / overdraw overlay. This fixes a regression caused by the fix for CVE-2016-5252.
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-1/+1
| | | | Tag #288.
* Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-24/+0
|
* Bug 1388020. r=nical, a=RyanVMAndrew Osmond2018-03-14-2/+21
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+70093