nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
241 stars 97 forks source link

ENH: Add FXAA option #295

Closed larsoner closed 4 years ago

larsoner commented 4 years ago

FXAA can be problematic with OSMESA, give users a way to disable it.

larsoner commented 4 years ago

Barring any objections, I'll make CIs happy, merge this and #291, then merge

larsoner commented 4 years ago

Sorry, I meant then cut a release

codecov[bot] commented 4 years ago

Codecov Report

Merging #295 into master will decrease coverage by 0.02%. The diff coverage is 80.00%.

@@            Coverage Diff             @@
##           master     #295      +/-   ##
==========================================
- Coverage   75.09%   75.06%   -0.03%     
==========================================
  Files           7        7              
  Lines        2634     2635       +1     
  Branches      514      515       +1     
==========================================
  Hits         1978     1978              
  Misses        479      479              
- Partials      177      178       +1