decimad
|
f78721b451
|
Multichannel Signed Distance Field text rendering for OpenGL GAL
|
2016-09-14 10:00:49 +02:00 |
Maciej Suminski
|
9f5f0ab31b
|
Minor OpenGL GAL code changes
|
2016-08-08 14:17:40 +02:00 |
Maciej Suminski
|
c9a41be774
|
Added licence for the GAL bitmap font
|
2016-08-03 17:02:43 +02:00 |
Simon Richter
|
da5699de0a
|
Replace boost::shared_ptr with std::shared_ptr.
|
2016-06-29 11:09:55 -04:00 |
Michael Steinberg
|
fde12ebd25
|
Replace boost::function and boost::bind with their std:: counterparts
|
2016-06-29 12:23:11 +02:00 |
Maciej Suminski
|
b82ccc3b4e
|
Reverted 6912 with minor changes (LockCtx requires to specify canvas that locks a context).
|
2016-06-13 16:43:33 +02:00 |
Maciej Suminski
|
57d4e8d51d
|
Fixed OpenGL crash on canvas switch.
|
2016-06-13 09:35:36 +02:00 |
Maciej Suminski
|
b7ec4ea160
|
Corrected the last instance check in OPENGL_GAL.
|
2016-06-10 17:07:12 +02:00 |
Simon Richter
|
2928cb7419
|
Replace unshared boost::shared_array with std::unique_ptr
|
2016-06-08 09:43:07 +02:00 |
Maciej Suminski
|
3fcae6b120
|
Fixes for OpenGL resources handling.
|
2016-06-07 14:42:42 +02:00 |
Maciej Suminski
|
b4ad18a3ea
|
Do not rebuild shaders on each OPENGL_GAL construction.
|
2016-06-03 15:46:13 +02:00 |
Maciej Suminski
|
b83c148e10
|
Delete OpenGL context on GLCanvas subclasses destruction.
|
2016-06-03 15:46:13 +02:00 |
Maciej Suminski
|
68b6da57c0
|
Removed OPENGL_GAL::instanceCounter.
|
2016-06-03 15:46:12 +02:00 |
Maciej Suminski
|
01f32dd52c
|
GL_CONTEXT_MANAGER class to avoid unexpected GL context switches.
|
2016-06-03 15:46:12 +02:00 |
Maciej Suminski
|
4f7bb4c0f7
|
Simplified error checking in OPENGL_GAL test.
|
2016-06-03 15:46:11 +02:00 |
jean-pierre charras
|
3e2cae946c
|
Corrected wxDC objects used by EDA_DRAW_PANEL_GAL & OPENGL_GAL.
|
2016-06-03 15:46:11 +02:00 |
jean-pierre charras
|
1ae9175671
|
A few minor fixes for compil warnings (shadowed variables and deprecated auto_ptr)
|
2016-05-29 17:02:34 +02:00 |
jean-pierre charras
|
ca0113ab65
|
Fix my previous commit: I committed the wrong file
|
2016-05-28 21:51:35 +02:00 |
jean-pierre charras
|
b7f863dc4c
|
Fix the commit 6838 (Fix non optimal position of net name and pad name in GAL mode), broken.
|
2016-05-28 21:46:13 +02:00 |
Maciej Suminski
|
a42cb0ef8c
|
OpenGL GAL: Set context in destructor when possible (under Linux the window has to be visible).
|
2016-05-09 18:00:34 +02:00 |
Maciej Suminski
|
d9f4877c94
|
Fixed a crash when starting pcbnew with OpenGL GAL.
|
2016-05-09 17:23:01 +02:00 |
Maciej Suminski
|
cca36d355a
|
Remove unnecessary debug messages (OpenGL GAL).
|
2016-05-04 10:10:15 +02:00 |
Maciej Suminski
|
22c4e4d240
|
Set OpenGL context only when the parent window is visible.
|
2016-05-03 16:39:58 +02:00 |
Maciej Suminski
|
55976e39ef
|
Fixed crash occuring when a vertex buffer is mapped in invalid OpenGL context.
|
2016-05-03 16:16:59 +02:00 |
Maciej Suminski
|
a62d2b5412
|
Bigger net labels (GAL).
|
2016-05-03 15:15:08 +02:00 |
Maciej Suminski
|
8d952f35c6
|
Fixed text vertical alignment for bitmap font (OpenGL).
|
2016-05-03 11:58:48 +02:00 |
Maciej Suminski
|
58ed0c8cce
|
Improved grid drawing routine (OpenGL).
|
2016-05-02 16:15:24 +02:00 |
Maciej Suminski
|
fff3abc9a0
|
Support for overbars in bitmap fonts (OpenGL GAL).
|
2016-05-02 16:12:18 +02:00 |
Maciej Suminski
|
c506d2b16c
|
Set OpenGL context before freeing video resources.
|
2016-05-02 16:12:18 +02:00 |
Maciej Suminski
|
59fe8df269
|
Split bitmap text drawing routine into smaller functions (GAL).
|
2016-05-02 16:12:18 +02:00 |
Maciej Suminski
|
702be4903f
|
Vertices are stored in GPU memory (OpenGL GAL).
|
2016-05-02 16:12:16 +02:00 |
Maciej Suminski
|
b32fdd97d9
|
Changed shading model to flat.
|
2016-05-02 16:12:15 +02:00 |
Maciej Suminski
|
e2c8e07344
|
Enabled mipmapping for bitmap fonts.
|
2016-05-02 16:12:14 +02:00 |
Maciej Suminski
|
928d4e0404
|
SwapBuffers() contain an implicit glFlush()
|
2016-05-02 16:08:50 +02:00 |
Maciej Suminski
|
bda3011519
|
Initial support for bitmap fonts (OpenGL GAL).
|
2016-05-02 16:04:45 +02:00 |
Maciej Suminski
|
431e343201
|
Switch to direct rendering before clearing the screen (OpenGL GAL).
|
2016-05-02 15:56:19 +02:00 |
Maciej Suminski
|
5ba84dda0a
|
OpenGL capabilities test is run only once.
|
2016-05-02 15:56:19 +02:00 |
Maciej Suminski
|
36dd6eb6b3
|
GAL profiling output is enabled with WXTRACE env variable.
|
2016-05-02 15:56:17 +02:00 |
Maciej Suminski
|
c0465e5519
|
Instance counter for OPENGL_GAL to avoid double freeing.
|
2016-05-02 15:56:16 +02:00 |
Maciej Suminski
|
4262915b38
|
Code formatting.
|
2016-05-02 15:56:10 +02:00 |
Maciej Suminski
|
0cfa360390
|
Added VERTEX_MANAGER::Reserve() function.
|
2016-05-02 15:56:10 +02:00 |
Bernhard Stegmaier
|
3e2b4244f9
|
OSX: add support for wxMagnifyEvent on OSX builds using wxWidgets 3.1.0 or greater.
|
2016-01-24 19:18:29 -05:00 |
Maciej Suminski
|
4951285a67
|
GAL::DrawPolygon() and GAL::DrawPolyline() variants that work with VECTOR2D array.
|
2016-01-20 15:16:39 +01:00 |
Maciej Suminski
|
9b4d12653e
|
FIxed the drawing layer for arcs (GAL).
|
2015-12-03 15:05:53 +01:00 |
unknown
|
c1b46e6ed8
|
Fix bug Bug #1519590 (gal cannot start on surface book)
|
2015-11-29 07:50:25 +01:00 |
Maciej Suminski
|
247f018075
|
FIxed rendering artifacts in OpenGL canvas.
|
2015-09-09 10:49:25 +02:00 |
Maciej Suminski
|
0386a4df94
|
Bulletproof canvas switching.
|
2015-08-21 10:33:36 +02:00 |
jean-pierre charras
|
1c9115ee91
|
opengl_gal: fix a strange but already encountered issue on Ubuntu/Unity when switching to GAL: the dialog which test the opengl version was never raised, and the Pcb editor frame partially no more responding to menu events.
Also fix a bug: this test dialog was never destroyed.
|
2015-07-13 10:46:05 +02:00 |
Maciej Suminski
|
51c0ae3480
|
Fixed cursor offset in GAL.
|
2015-07-01 03:46:42 +02:00 |
Maciej Suminski
|
d3c7b45438
|
Corrected GAL canvases screen size, so they do not include scroll bars.
|
2015-06-30 14:08:35 +02:00 |