Ben Fry
4e6d601d79
Merge pull request #3628 from JakubValtar/remove-fixed-func
...
Fix OS X shader issues
2015-08-16 07:51:29 -04:00
Jakub Valtar
db6ab44cbe
These need preprocessing too
2015-08-15 21:00:20 -04:00
Jakub Valtar
5910f49970
Fix another bunch of vert/frag typos
2015-08-15 20:45:59 -04:00
Jakub Valtar
2a377ae4ce
Fix typo: swapped vert and frag shader loading
2015-08-15 20:32:48 -04:00
Jakub Valtar
0d3d54ac08
Remove hardcoded shader versions
2015-08-15 20:17:21 -04:00
Ben Fry
333a9ea68f
additional notes
2015-08-15 18:55:33 -04:00
Ben Fry
4d87cee32e
clearing out unnecessary maze
2015-08-15 14:41:49 -04:00
Ben Fry
80ba060676
Merge pull request #3625 from Akarshit/gsoc-CM2
...
Update notification hidden when no update is there
2015-08-15 12:43:20 -04:00
Ben Fry
2f0747b76e
Merge branch 'master' of github.com:processing/processing
2015-08-15 12:41:04 -04:00
Ben Fry
aba82ec602
adding recent changes to the release notes
2015-08-15 12:41:01 -04:00
Ben Fry
5937dc091f
hitting Run should restart the sketch, even when debugging ( fixes #3623 )
2015-08-15 12:40:27 -04:00
Akarshit Wal
85ad7b6534
Update notification hidden when no update is there
2015-08-15 21:58:27 +05:30
Ben Fry
3b2b0f1f0a
Merge pull request #3622 from gohai/arm-3.0-for-ben8
...
Third bunch of arm patches
2015-08-15 12:08:46 -04:00
Jakub Valtar
cb83147d74
Detect GLSL version and preprocess to that
2015-08-15 11:03:12 -04:00
gohai
1372fe2ce9
Linux people are used to confusion and misery
...
Let them know what's wrong when an UnsatisfiedLinkError hits. This could also be a missing external dependency that library's dynamic library requests, for example.
2015-08-15 16:04:04 +02:00
gohai
6315a2f3da
Make processing-java return an error code if the VM failed
...
This still doesn't seem to return anything for exceptions inside a sketch, but a start. Error codes could be helpful for automatic regression testing of all examples.
2015-08-15 16:01:37 +02:00
gohai
c5667e7f91
Copy Jakub's shader changes to the quirky vc4 version
...
We want to make it easy to diff between the two. Still works on the Pi's VC IV driver.
2015-08-15 15:59:50 +02:00
Ben Fry
b2902f4316
Merge pull request #3611 from Akarshit/gsoc-CM1
...
Deactivate install button when incompatible
2015-08-15 08:59:02 -04:00
Ben Fry
8ec5f24e8b
Merge pull request #3607 from Akarshit/gsoc-CMup
...
Min size of CM is fixed
2015-08-15 08:56:53 -04:00
Ben Fry
61083e1c1b
Merge pull request #3615 from Akarshit/gsoc-CM2
...
Sorting by author name inplemented
2015-08-15 08:56:04 -04:00
Ben Fry
f2c699bcac
Merge pull request #3606 from JakubValtar/remove-fixed-func
...
Remove debug code
2015-08-15 08:49:33 -04:00
Akarshit Wal
00d840e6e6
Sorting by status
2015-08-15 12:19:53 +05:30
Akarshit Wal
a01d4ef5d5
Sorting by author name
2015-08-15 11:11:27 +05:30
Akarshit Wal
c596b4f3aa
Import base
2015-08-15 10:30:17 +05:30
Akarshit Wal
5a96ef2803
Install button not active for incompatible
2015-08-15 10:22:50 +05:30
Akarshit Wal
6ca688953f
Min size of CM is fixed
2015-08-15 09:56:48 +05:30
Jakub Valtar
aad177546b
Remove debug code
2015-08-14 21:03:42 -04:00
Ben Fry
2d9567e885
writing release notes
2015-08-14 20:42:33 -04:00
Ben Fry
fd677db030
turn off attempted fixes
2015-08-14 20:42:24 -04:00
Ben Fry
c717f68181
Merge pull request #3605 from JakubValtar/remove-fixed-func
...
Get max core profile on OSX
2015-08-14 19:44:20 -04:00
Jakub Valtar
56efb3c6e7
Get max core profile on OSX
2015-08-14 19:27:36 -04:00
Ben Fry
6223e3e187
Merge pull request #3604 from JakubValtar/remove-fixed-func
...
Fixed typos in shader preprocessing
2015-08-14 19:20:58 -04:00
Jakub Valtar
f674a2e2ed
Fixed typos in shader preprocessing
2015-08-14 19:13:36 -04:00
Ben Fry
dd1aed66ef
remove warnings and unused packages
2015-08-14 18:41:56 -04:00
Ben Fry
b09d2e7482
Merge pull request #3602 from JakubValtar/remove-fixed-func
...
Remove fixed-function pipeline
2015-08-14 18:39:14 -04:00
Jakub Valtar
91f96a54c5
Enabling textures rubs OpenGL the wrong way
...
This is was deprecated with fixed-function pipeline
2015-08-14 17:53:03 -04:00
Jakub Valtar
7f5b5cd1df
Remove shader compilation warnings on Intel
2015-08-14 17:51:07 -04:00
Jakub Valtar
eb7469a1f3
Preprocess shaders on MACOSX
...
MACOSX OpenGL core profile requires GLSL 1.30, so we have to rename a
few things to make it happy
2015-08-14 17:50:14 -04:00
Jakub Valtar
38930b5f4b
Fix depth and stencil bits getters
2015-08-14 16:12:32 -04:00
Jakub Valtar
bfe1470614
Request programmable GL profile
2015-08-14 16:09:16 -04:00
Ben Fry
07def439d7
fixing this up a bit
2015-08-14 12:40:19 -04:00
Ben Fry
ac29cc74a9
Merge pull request #3596 from Akarshit/gsoc-CMup
...
CM as in mockup
2015-08-14 11:09:51 -04:00
Akarshit Wal
016157a099
CM as in mockup
2015-08-14 19:51:17 +05:30
Akarshit Wal
6fdf1be323
CM as in mockup
2015-08-14 19:39:52 +05:30
Ben Fry
c76db01b12
implement passing of command line options ( #2552 )
2015-08-14 09:19:53 -04:00
Ben Fry
a637c37805
slightly better error message
2015-08-14 08:05:51 -04:00
Ben Fry
d4f22189bc
remove warnings
2015-08-14 06:54:27 -04:00
Manindra Moharana
dd425e09bf
making sure to close the buffered reader
2015-08-14 00:14:52 -07:00
Manindra Moharana
68de54bbc6
implemented code completion defaults #2951
2015-08-14 00:07:56 -07:00
Manindra Moharana
25380f9a55
fixes broken completion planel
2015-08-13 22:32:52 -07:00