kappaOne
0c07657edf
Fix a resizing issue with AWTGLCanvas on OS X
2013-04-14 14:54:11 +01:00
kappaOne
a7c704ae2f
Workaround Nvidia driver bug which crashed the OS when releasing a
...
shared context by not releasing shared contexts.
2013-04-14 14:14:36 +01:00
kappaOne
529acd40ff
Clean up used resources when destroying an OS X / CALayer
2013-04-14 13:19:57 +01:00
kappaOne
f3dc48ba6e
Merge branch 'master' of https://github.com/LWJGL/lwjgl.git
2013-04-13 18:18:53 -07:00
kappaOne
2bbd7ebe5b
Fix a crash with CALayers/OSX when running on Java 7
2013-04-13 18:14:32 -07:00
Brian Matzon
18285fa832
Merge pull request #22 from DziNeIT/patch-1
...
Fixed JavaDoc for Mouse#next()
2013-04-11 14:43:07 -07:00
Ollie
5631c5a3ba
Fixed JavaDoc for Mouse#next()
...
Mouse does not contain a getEventDZ() method, so the JavaDoc was invalid.
Signed-off-by: Ollie <dzineit@live.co.uk>
2013-04-11 23:02:11 +02:00
kappaOne
ca39cb3cdb
fix a crash which occurs sometimes when setting the window title
2013-04-09 15:29:02 -07:00
kappaOne
79b5f755d7
Update to latest build of OpenAL-Soft 1.15.1
...
43b406ad9bb32ebde78d26255a2a4f4a09a29926
2013-04-06 23:58:40 +01:00
kappaOne
f45f1e79d9
Fix OSX/CALayer issue where it is not initially visible when running on
...
Java 7
2013-04-05 01:36:07 +01:00
Ioannis Tsakpinis
c9a057db73
Fixed CL_GL_NUM_SAMPLES value.
2013-04-03 15:18:15 +03:00
Ioannis Tsakpinis
a9c15cd1b0
Added missing CL12 tokens.
2013-03-29 01:12:26 +02:00
Ioannis Tsakpinis
523fab4417
cl_device_type is a cl_bitfield, ie. long.
2013-03-28 14:22:55 +02:00
Ioannis Tsakpinis
82fc3bf6bf
Merge branch 'master' of https://github.com/LWJGL/lwjgl
2013-03-27 13:11:51 +02:00
Ioannis Tsakpinis
b83264e296
Added 4.3 in GL versions.
2013-03-27 13:11:29 +02:00
kappaOne
27f66983fc
bump OS X JNI version
2013-03-25 23:08:45 +00:00
kappaOne
76f02c9187
Fix the now infamous "Could not get the JAWT interface" exception when
...
running on OS X and Java 7
2013-03-25 22:55:46 +00:00
kappaOne
38612a402d
third attempt to revert changes and fix nightly build server, gah!
2013-03-25 22:14:17 +00:00
kappaOne
bc7061717e
Another attempt to try fix nightly builds
2013-03-25 14:06:42 +00:00
kappaOne
b83f27e970
undo some changes to the OS X build.xml file as it broke the nightly
...
build server
2013-03-25 12:35:06 +00:00
kappaOne
c53e957833
Remove dependency on Java Native Foundation framework, remove non
...
working JAWT manually loading, change to use headers from
JavaVM.framework when compiling due to JDK7 bug
2013-03-24 20:49:23 +00:00
kappaOne
14de6c518d
Fix crash on close of the Display when using Java 7 on OS X
2013-03-24 17:39:39 +00:00
Ioannis Tsakpinis
7b955ee86b
Merge branch 'master' of https://github.com/LWJGL/lwjgl
2013-03-22 21:31:33 +02:00
Ioannis Tsakpinis
ead1abc2b8
Made glBitmap buffer parameter nullable.
2013-03-22 21:31:22 +02:00
kappaOne
58932fcdbf
tweak how glViewport is set when using Display.setParent/AWTGLCanvas
2013-03-15 01:17:24 +00:00
kappaOne
5738477a7b
Merge pull request #19 from LWJGL/osx-java7
...
LWJGL OS X Java 7 Branch is Ready!
2013-03-14 04:49:43 -07:00
kappaOne
d8297e7583
set correct size on glViewport when using CALayer
2013-03-14 02:58:14 +00:00
kappaOne
d462208c4c
Implement AWTGLCanvas, fix initial glViewport size when using
...
Display.setParent
2013-03-13 00:51:32 +00:00
Ioannis Tsakpinis
50688c825d
Merge branch 'master' of https://github.com/LWJGL/lwjgl
2013-03-09 21:41:52 +02:00
Ioannis Tsakpinis
3509384629
clCreateImage fixes:
...
- Corrected image_desc byte-size calculation on x64.
- Allow null host_ptr.
2013-03-09 21:41:40 +02:00
Ioannis Tsakpinis
96d65d716e
Merge pull request #17 from Lekensteyn/master
...
Fix build error on Linux.
On some Linux distributions, there is no static libXxf86vm.a, only a shared library. In order to succeed a build, link against the shared library. Since the linker options are the same for 32-bit installations and Solaris, merge the options.
2013-02-22 09:19:11 -08:00
Peter Wu
6642ab736c
Fix Linux build error w.r.t. Xxf86vm linking
2013-02-22 17:55:13 +01:00
Ioannis Tsakpinis
8faf5f4f35
Reverted commit b333b029 that affected GLX extension detection. Fixes #16 .
...
We now only query glXQueryExtensionsString instead of the server & client
GLX_EXTENSIONS strings.
2013-02-22 18:22:22 +02:00
kappaOne
0cbe94d9e3
Tweak to fix a crash on exit, attempt to fix missing jawt error on
...
Java 7
2013-02-20 22:20:23 +00:00
kappaOne
6cd860525f
fix potential crash on exit when closing the Display window
2013-02-19 22:28:14 +00:00
kappaOne
f381eb1f35
Simplify code in AWTSurfaceLock for CALayer support
2013-02-17 16:50:56 +00:00
kappaOne
af1ae935d8
fix CALayer/Display.setParent driver crash on resize
2013-02-17 15:09:31 +00:00
kappaOne
6663ee037c
Attempt fix for no JAWT on OS X Java 7 issue
2013-02-16 14:07:16 +00:00
kappaOne
d28381e1cd
minor tweak to comments
2013-02-16 00:31:10 +00:00
kappaOne
e67d717c4e
simplify mouse code a little
2013-02-15 21:49:19 +00:00
kappaOne
10b8d633d0
push
2013-02-15 21:40:33 +00:00
kappaOne
1b48b704bc
Move entire Display nCreate and nDestroy onto the Main Thread 0
2013-02-15 21:35:12 +00:00
kappaOne
817cada066
move nswindow close to main thread 0 to fix a potential crash on exit
2013-02-12 22:00:11 +00:00
kappaOne
ed9ab95419
fix crash on startup when creating a second window Display after a
...
destroy in the same app
2013-02-12 21:53:49 +00:00
kappaOne
e725ca7d34
further tweak to pbuffer support
2013-02-12 21:41:47 +00:00
kappaOne
e28f8554f9
tweak to pbuffer support
2013-02-12 21:40:48 +00:00
kappaOne
e0a52b20c3
fix and reimplement pbuffer support
2013-02-10 21:33:28 +00:00
kappaOne
9929d0fac9
release mouse grab when destroying the Mouse or Display
2013-02-10 20:32:07 +00:00
kappaOne
93bfa246c6
reduce use of window specific code in the context implementation code
2013-02-10 17:57:52 +00:00
kappaOne
f6c0f17c79
Fix freeze/hang when calling AL.create() before Display.create()
2013-02-09 00:59:11 +00:00