Adam D. Ruppe
78fd5c9b7c
empty string was illegal
2019-07-31 08:54:21 -04:00
Adam D. Ruppe
24ab65d588
thx elronnd
2019-07-25 19:01:57 -04:00
Adam D. Ruppe
67bbc546a4
copy/paste mistake led to spurious warning
2019-07-13 09:01:26 -04:00
Adam D. Ruppe
5235dafffd
Merge pull request #201 from AsumFace/nvgimprovements
...
Replace broken OpenGL solution with working one
2019-07-12 16:52:05 -04:00
asumface
5d6e320a77
Replace broken OpenGL solution with working one
...
Previous one was utter nonsense upon closer inspection.
The one in glnvg__finishClip is tested, the one in glnvg__copyFBOToFrom is not because I couldn't figure out how to reach it. Same code however so, eh.
2019-07-12 22:43:01 +02:00
Adam D. Ruppe
794ce6ecc5
Merge pull request #200 from AsumFace/nvgimprovements
...
Some improvements to nanovega
2019-07-12 11:07:20 -04:00
asumface
c52fb47084
Add LOD bias by default
...
I don't know how driver dependent this shit is, but on my system the scaling with a factor of 0.5<x<1 just looks better with the bias
2019-07-12 00:06:47 +02:00
asumface
08fa54b8e9
Change Mipmapping option interaction
...
Mipmapping only affects downscaling anyway, so by letting it override the interpolation method we enable another useful configuration. (Blocky upscaling, smooth downscaling)
Option documentation updated.
2019-07-12 00:03:33 +02:00
asumface
ed74614ff0
Replace deprecated OpenGL function usage
...
Change deprecated calls to their modern equivalents. This achieves compatiblity with OpenGL >=3.2 core contexts. Since nanovega requires >=3.0 anyway, all new calls are already required to be supported anyway.
Since no compatibility context is required anymore, the tip has become superfluous.
2019-07-12 00:01:46 +02:00
asumface
ff4349777f
Add support for BindBC bindings
...
Add support for dynamic OpenGL and static FreeType bindings from BindBC. Fontconfig bindings aren't provided yet, so the inbuilt ones are still used.
Add tip to inform users about binding options.
2019-07-11 23:26:19 +02:00
Adam D. Ruppe
3df61e91ff
new convenience func
2019-07-09 09:24:36 -04:00
Adam D. Ruppe
c21ca0de83
new convenience func
2019-07-09 09:23:20 -04:00
Adam D. Ruppe
ed20829686
new convenience func
2019-07-09 09:22:53 -04:00
Adam D. Ruppe
1268d3bf42
pr indent fixup
2019-07-09 08:50:22 -04:00
Adam D. Ruppe
6b3ebe868e
Merge pull request #199 from MuriloMir/patch-1
...
Give ScreenPainter another function
2019-07-09 08:44:57 -04:00
Adam D. Ruppe
80700fc944
more compatibility fixes with my mac
2019-07-08 21:04:41 -04:00
Adam D. Ruppe
0daa497977
mang i am so sloppy
2019-07-08 20:32:05 -04:00
Adam D. Ruppe
6ba9aad211
oops
2019-07-08 19:26:15 -04:00
Adam D. Ruppe
7c3e46d432
new dmd deprecations
2019-07-08 19:25:47 -04:00
Adam D. Ruppe
dc322d1d9a
dont work
2019-07-08 11:14:19 -04:00
Adam D. Ruppe
e5a2de115f
mac
2019-07-08 11:13:36 -04:00
Adam D. Ruppe
acb833d724
lots of compatibility
2019-07-08 11:03:26 -04:00
Adam D. Ruppe
03315adfa6
so much amazing stuff
2019-07-07 22:44:11 -04:00
Adam D. Ruppe
4953cba8fa
offer static linking option
2019-07-06 22:51:14 -04:00
Adam D. Ruppe
97bb641aa1
more cool stuff
2019-07-06 22:49:45 -04:00
Adam D. Ruppe
2ff7b77ac1
finally right greyscale lol
2019-07-06 15:00:22 -04:00
Adam D. Ruppe
b7ad04afd9
im the worst at greys
2019-07-06 13:22:25 -04:00
Adam D. Ruppe
ba0ea0c717
greyscale fill all bytes
2019-07-06 12:43:48 -04:00
Adam D. Ruppe
0bbee857c0
support other bit depths of greyscale (hopefully)
2019-07-06 12:31:17 -04:00
Adam D. Ruppe
814875e411
Merge branch 'master' of github.com:adamdruppe/arsd
2019-07-03 00:09:40 -04:00
Adam D. Ruppe
c11b2c9338
new cool stuff
2019-07-03 00:09:36 -04:00
Adam D. Ruppe
d6410e4426
cool new stuff
2019-07-03 00:09:25 -04:00
Adam D. Ruppe
cc08b6f01e
use newer openssl now
2019-07-03 00:09:07 -04:00
Adam D. Ruppe
787da8cd01
this seems to work better
2019-07-02 23:51:31 -04:00
Murilo Miranda
fd7d32c57c
Give ScreenPainter another function
...
I am making a program that draws circles and I noticed there were no functions for that but I could make it happen by using drawArc() the right way so I figured it would be a good idea to add a drawCircle() function. This new function was crafted using the preexisting drawArc() function. I have tested it and it is much more practical than using drawArc() when working with pure circles.
2019-07-02 01:16:38 -03:00
Adam D. Ruppe
730a5af7e6
Merge pull request #198 from andre2007/sql
...
dub.json changes for database modules
2019-06-28 08:53:46 -04:00
Andre Pany
1d8b8f2a10
dub.json changes for database modules
2019-06-28 14:19:52 +02:00
Adam D. Ruppe
4748b8009a
spurious deprecations
2019-06-23 16:49:50 -04:00
Adam D. Ruppe
2344fbb1d0
oops
2019-06-18 22:15:36 -04:00
Adam D. Ruppe
4b9eb734d3
newer openssl api versioned
2019-06-18 22:14:54 -04:00
Adam D. Ruppe
ea545eabe2
Merge branch 'master' of github.com:adamdruppe/arsd
2019-06-18 22:12:39 -04:00
Adam D. Ruppe
9263a88bf7
newer openssl api internally
2019-06-18 22:12:29 -04:00
Adam D. Ruppe
57c995f4bf
new stuff im working on
2019-06-15 18:50:32 -04:00
Adam D. Ruppe
3fa87f08c4
add some configurations for cgi, make embedded_httpd first and thus default
2019-06-14 10:34:43 -04:00
Adam D. Ruppe
8a608eae3b
keep my version
2019-06-14 10:11:45 -04:00
Adam D. Ruppe
7629782830
dox
2019-06-14 10:10:58 -04:00
Adam D. Ruppe
2fb6f806be
Merge pull request #197 from andre2007/master
...
Dub.json update for terminal, cgi, http2
2019-06-14 10:07:12 -04:00
Andre Pany
856da3de53
Dub.json update for terminal, cgi, http2
2019-06-14 13:36:01 +02:00
Adam D. Ruppe
9dd03c3158
change style to mine again
2019-06-03 08:39:56 -04:00
Adam D. Ruppe
7613028eeb
Merge pull request #192 from MuriloMir/patch-2
...
Adding 2 more properties
2019-06-03 08:35:26 -04:00