Jeff Young
|
a25368cc6b
|
Improve spelling.
The groundwork here is thanks to kunda1.
Fixes: lp:1831510
* https://bugs.launchpad.net/kicad/+bug/1831510
|
2019-08-20 19:14:05 +01:00 |
Tomasz Wlostowski
|
aab40ee9e8
|
OPENGL_GAL: don't use glCopyBuffer() on faulty Intel GL drivers
Fixes: lp:1787221
* https://bugs.launchpad.net/kicad/+bug/1787221
|
2018-08-16 14:34:36 +02:00 |
Maciej Suminski
|
6331f94544
|
OpenGL GAL: safer error handling
Replaced assert() with wxCHECK(), so in case of problems methods return
instead of continuing with invalid state/data, wherever possible.
|
2018-03-22 18:20:02 +01:00 |
Maciej Suminski
|
342bb2bf78
|
Code formatting
Renamed VERTEX related constants to follow UPPER_CASE naming.
|
2017-09-09 21:07:32 +02:00 |
Maciej Suminski
|
c18d148589
|
Moved VERTEX_CONTAINERs intialization to the constructors
|
2017-08-08 15:33:57 +02:00 |
Maciej Suminski
|
262fcc91af
|
Fixes for video cards unable to use gl{Un,}MapBuffer correctly
Fixes: lp:1685335
* https://bugs.launchpad.net/kicad/+bug/1685335
Fixes: lp:1683041
* https://bugs.launchpad.net/kicad/+bug/1683041
|
2017-08-08 14:26:05 +02:00 |