aboutsummaryrefslogtreecommitdiffstats
path: root/gui/fpgaviewwidget.cc
Commit message (Collapse)AuthorAgeFilesLines
* Make GUI nice and smooth.Sergiusz Bazanski2018-07-131-102/+52
|
* Style.Sergiusz Bazanski2018-07-131-37/+20
|
* invert palette for fpga viewerMiodrag Milanovic2018-07-131-0/+10
|
* Add coloring per graphics element styleMiodrag Milanovic2018-07-131-29/+71
|
* Remove legacy graphics APISergiusz Bazanski2018-07-121-26/+26
| | | | | For now we do not optimize the OpenGL renderer against the new decal API, but this can be done in the future.
* Updates from clang-formatClifford Wolf2018-07-121-10/+6
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/fix-zoomSergiusz Bazanski2018-07-121-7/+14
|\
| * make colors configurable, changed to grayMiodrag Milanovic2018-07-121-7/+14
| |
* | Fix zoom in fpgawidgetSergiusz Bazanski2018-07-121-57/+52
|/
* changed order of scale and translate, makes it zoom at centerMiodrag Milanovic2018-07-121-2/+2
|
* Add Groups APIClifford Wolf2018-07-121-0/+10
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Merge branch 'ice40gfx' into 'master'Clifford Wolf2018-07-111-5/+25
|\ | | | | | | | | Ice40gfx See merge request SymbioticEDA/nextpnr!7
| * Add GUI Decals APIClifford Wolf2018-07-111-0/+20
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Increase max zoom, decrease line widthDavid Shah2018-07-091-3/+3
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Reduce line width, adding some switchboxesDavid Shah2018-07-091-3/+3
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | reversed Y coordinate in guiMiodrag Milanovic2018-07-111-1/+1
|/
* clang format and some cleanupMiodrag Milanovic2018-07-061-1/+1
|
* no messages on console if all is fine with openglMiodrag Milanovic2018-07-051-1/+1
|
* Disable warning from qt5 andMiodrag Milanovic2018-07-051-2/+2
|
* clangformat cleanupMiodrag Milanovic2018-06-281-4/+2
|
* Make GUI use recreated contextMiodrag Milanovic2018-06-261-15/+17
|
* clangformat cleanupMiodrag Milanovic2018-06-231-32/+17
|
* OpenGL 3.1, VAO/VBOSergiusz Bazanski2018-06-221-15/+69
|
* Small fixes.Sergiusz Bazanski2018-06-221-10/+10
|
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/glSergiusz Bazanski2018-06-221-2/+2
|\
| * fixed namespace for gui sectionMiodrag Milanovic2018-06-221-0/+4
| |
| * Make arch specific main windowMiodrag Milanovic2018-06-211-2/+2
| |
* | Reimplement FPGAWidget in modern OpenGL.Sergiusz Bazanski2018-06-221-97/+295
|/
* Rename Design to Context, derive from Arch instead of instantiatingClifford Wolf2018-06-181-4/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* nice way to get main windowMiodrag Milanovic2018-06-101-3/+13
|
* Draw fpga modelMiodrag Milanovic2018-06-101-13/+42
|
* Propagate design to widgetMiodrag Milanovic2018-06-101-0/+2
|
* clang format for gui related filesMiodrag Milanovic2018-06-061-41/+22
|
* Initial GUI workMiodrag Milanovic2018-06-051-0/+153