Commit graph

3175 commits

Author SHA1 Message Date
Ioannis Tsakpinis
c2ba79169b OpenCL C 1.0 didn't support 3-component vectors. 2010-10-01 03:48:41 +00:00
Ioannis Tsakpinis
fb6c46c189 More CL fixes. 2010-10-01 00:18:45 +00:00
Ioannis Tsakpinis
76f2e5bf67 Misc CL fixes. 2010-09-30 23:36:37 +00:00
Ioannis Tsakpinis
662abf403b Added NV OpenCL extensions. 2010-09-30 19:04:25 +00:00
Ioannis Tsakpinis
eab30c3976 Added checks for CL 1.1 stuff. 2010-09-30 17:52:16 +00:00
Ioannis Tsakpinis
2b79b68501 Misc GL/CL fixes and additions.
Made native calls package private, we can now use them from the high-level API.
Added support for "render-to-texture" in the fractal demo.
2010-09-30 17:21:50 +00:00
Ioannis Tsakpinis
a8bcb7fd25 Ported codebase to Java 1.5.
Misc OpenCL fixes and API improvements.
Changed fractal demo to use events/sync objects instead of cl/glFinish for synchronization. (untested)
2010-09-28 21:11:35 +00:00
Ioannis Tsakpinis
d17e13f24b Added AL/CL NativeGetFunctionPointer prefixes. 2010-09-27 00:25:59 +00:00
Ioannis Tsakpinis
917c79a7d4 Apple's cl_platform.h is missing CL_CALLBACK. 2010-09-27 00:13:31 +00:00
Ioannis Tsakpinis
a86fd4b14d Typo fix. 2010-09-26 23:49:09 +00:00
Ioannis Tsakpinis
91593a3a2c Added APPLE's cl_platform.h 2010-09-26 23:44:19 +00:00
Ioannis Tsakpinis
1aa9ab5104 Added support for OpenCL & CL/GL interop + minor improvements. [WIP] 2010-09-26 23:43:24 +00:00
Ioannis Tsakpinis
4318d4d9f8 Fixed ARB_framebuffer_object tokens. 2010-09-15 22:51:27 +00:00
kappa1
b56a7def9c Applet package in nightly builds now cleaned of unused files so extra code to build file can be removed. 2010-09-01 18:12:06 +00:00
kappa1
0d6cc9ccc8 second attempt to clean applet package of unused files 2010-08-31 20:10:12 +00:00
kappa1
a19d4838a7 attempt to clean nightly builds of unused files 2010-08-31 19:30:15 +00:00
kappa1
af6dc3d5b5 Applet Package: clean up and split the applet download package, it should be much easier for noobs to pick it up now and less confusing. 2010-08-28 16:39:16 +00:00
kappa1
94fa701973 AppletLoader: slight tweak to the behaviour of al_version 2010-08-28 13:47:18 +00:00
kappa1
bca5e48ea7 AppletLoader: set java.library.path to the folder containing natives, this should make it easier when using extra custom native files. 2010-08-28 12:04:55 +00:00
kappa1
020a55d74f AppletLoader: slight tweak to use classloader the way Oracle recommend. 2010-08-23 18:12:06 +00:00
kappa1
4d59d460d0 AppletLoader: fix mixed mode message when using custom logo images. 2010-08-23 18:02:17 +00:00
Ioannis Tsakpinis
6be13dfd45 2010-08-16 22:18:33 +00:00
Ioannis Tsakpinis
3e698786be Fixed NPE when safeNewBuffer returns NULL. 2010-08-16 22:09:01 +00:00
Ioannis Tsakpinis
1760ef88a7 Typo fix. 2010-07-31 16:14:13 +00:00
kappa1
6e231b50a8 clean unneeded check 2010-07-28 21:12:41 +00:00
kappa1
7a6a74541f Fix Mac Mouse behaviour where mouse is centred everytime Mouse.setGrabbed(boolean) is called. 2010-07-28 21:07:04 +00:00
Brian Matzon
0738e6985c bumping native version 2010-07-27 19:18:58 +00:00
Brian Matzon
833fcaa122 Adding lwjgl version string to debug output 2010-07-27 19:17:53 +00:00
Brian Matzon
cba5ab3492 incrementing version to 2.6 2010-07-27 19:08:50 +00:00
Ioannis Tsakpinis
e55165239e ARBDebugOutputCallback header. 2010-07-27 16:20:37 +00:00
Ioannis Tsakpinis
5842103580 Added support for OpenGL 4.1 and new extensions. 2010-07-27 15:33:22 +00:00
kappa1
19b501fc46 AppletLoader: slight tweak to make code more readable 2010-07-25 14:22:09 +00:00
kappa1
6f398ac850 AppletLoader: removed dead code. 2010-07-25 13:35:00 +00:00
kappa1
c05cc0b695 AppletLoader: addded ability to use appletloader with no images, just the logo, just the progressbar or both. To set no image for either image you must set the parameter value to "". Both images are now centred independently allowing variable size logo and progressbar images. Resized appletprogress.gif to match appletlogo.png size. 2010-07-25 13:31:49 +00:00
kappa1
12a37c264e AppletLoader: actually fail with error message if logo images are not found or an error occurs when they are loaded, added missing MediaTracker step. Also prevent paint thread from null pointer exception when this happens. 2010-07-25 12:18:17 +00:00
kappa1
bf68b287da AppletLoader: fix error message so that it actually uses the error message string. 2010-07-25 11:40:58 +00:00
kappa1
a7b892b7ab AppletLoader: clean up resources (images) when switching to the LWJGL Applet as opposed to when applet is destroyed 2010-07-24 20:00:58 +00:00
kappa1
3656b80763 AppletLoader: fix bug with LWJGL 2.5 where appletloader crashed if the al_version parameter was used. 2010-07-21 18:53:41 +00:00
Brian Matzon
029fa0e974 Elevate priv for jnlp and sign/trust 2010-07-15 21:58:06 +00:00
kappa1
f96a4bd228 AppletLoader - slight tweak to make AppletLoader looks a bit better 2010-07-15 20:00:41 +00:00
kappa1
3eb5f02368 appletloader.html - edit html to reflect latest changes in the AppletLoader 2010-07-15 19:43:11 +00:00
Brian Matzon
beee77f90b Trusted-Library + Signing changes, blame kappaOne for breakage... 2010-07-15 19:07:49 +00:00
Brian Matzon
6d72727f0a OAL patches by Ciardhubh 2010-07-14 13:12:24 +00:00
kappa1
be84d03799 AppletLoader: slightly more meaningful and friendly error message. 2010-07-12 20:19:21 +00:00
kappa1
7b9dcd5a18 AppletLoader: Remove the boxerrorcolor parameter, there is not much advantage in having different color error message font, its better to have a nice consistent error message then to try scare the user. Also simplifies the AppletLoader api by reducing the number of parameters. 2010-07-12 20:01:56 +00:00
Brian Matzon
8eb55941c6 fixed issue with single-line if 2010-07-12 12:04:56 +00:00
kappa1
71b226f979 fix: Keyboard focus handling broken when using Display.setParent() applets on Ubunutu (strangly worked on OpenSuse), hopefully should be fixed now. 2010-07-11 20:25:24 +00:00
kappa1
77306f770a AppletLoader: fix issue with caching and lzma/pack200 files 2010-07-11 15:26:33 +00:00
kappa1
1ba3f0197b Appletloader: fix caching issue with native jars 2010-07-11 13:54:52 +00:00
kappa1
f5eae9c5ca AppletLoader: fix code to compile on java 1.4 2010-07-11 13:03:16 +00:00