aboutsummaryrefslogtreecommitdiffstats
path: root/gui/lineshader.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* cleanup: Spelling fixesD. Shah2021-01-281-2/+2
| | | | Signed-off-by: D. Shah <dave@ds0.me>
* clangformatDavid Shah2018-11-161-4/+3
| | | | Signed-off-by: David Shah <dave@ds0.me>
* do not invalidate buffer, leave as isMiodrag Milanovic2018-10-251-7/+1
|
* gui: improved FPGAViewWidget::paintGL() performanceMateusz Zalega2018-10-231-42/+81
| | | | | | | | | Profiling revealed that memcpy() in QOpenGLBuffer::allocate() had been taking the most time during paintGL() calls. I've been able to take the CPU usage down to about 1/4 of its previous values by caching elements in VBOs and updating them only after subsequent calls to renderGraphicElement(). Signed-off-by: Mateusz Zalega <mateusz@appliedsourcery.com>
* gui: clang-formatSergiusz Bazanski2018-07-271-1/+1
|
* gui: include linshader.{cc,h}Sergiusz Bazanski2018-07-261-0/+236