lwjgl/src/java/org/lwjgl/opengl
b23prodtm 7a81bde884 Peer lookup fixed. Canvas as parent is displayed fully covered by the CALayer . Need to check if windowed Display works again. 2014-02-02 20:31:19 +01:00
..
AMDDebugOutputCallback.java Fixed typos. 2013-01-15 17:51:19 +02:00
APIUtil.java Code cleanup. 2011-07-17 09:37:35 +00:00
ARBDebugOutputCallback.java Corrected JavaDoc param order. 2013-01-15 22:59:46 +02:00
AWTCanvasImplementation.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
AWTGLCanvas.java Added missing DrawableLWJGL method. 2011-09-03 19:08:27 +00:00
AWTSurfaceLock.java Simplify code in AWTSurfaceLock for CALayer support 2013-02-17 16:50:56 +00:00
AWTUtil.java catch null pointer exception that can be thrown on mac, app shouldn't explode now. 2010-10-07 20:38:50 +00:00
BaseReferences.java Reverted @CachedReference tracking removal. 2010-11-29 18:25:28 +00:00
CallbackUtil.java Added support for OpenGL 4.3 and OpenGL ES 3.0. 2012-08-07 15:14:03 +00:00
Context.java Changed CallbackUtil to use ContextCapabilities instead of ContextGL. 2011-11-10 18:46:43 +00:00
ContextAttribs.java Added support for OpenGL 4.4 and new extensions. 2013-07-23 01:58:46 +03:00
ContextAttribsImplementation.java Added support for OpenGL 3.2 and the following extensions: AMD_draw_buffers_blend, ARB_depth_clamp, ARB_draw_buffers_blend, ARB_draw_elements_base_vertex, ARB_fragment_coord_conventions, ARB_provoking_vertex, ARB_sample_shading, ARB_seamless_cube_map, ARB_shader_texture_lod, ARB_texture_cube_map_array, ARB_texture_gather, ARB_texture_multisample, ARB_texture_query_lod, ARB_vertex_array_bgra, EXT_separate_shader_objects, EXT_texture_snorm, NV_copy_image, NV_parameter_buffer_object2. 2009-08-04 18:21:41 +00:00
ContextGL.java Refactor so that the peer_info variable in ContextGL does not need to be static 2012-03-04 13:41:49 +00:00
ContextGLES.java Added support for OpenGL ES. 2011-05-17 16:53:57 +00:00
ContextImplementation.java Refactor so that the peer_info variable in ContextGL does not need to be static 2012-03-04 13:41:49 +00:00
Display.java Finalise implementation of HiDPI mode for OS X 2013-11-12 01:25:06 +00:00
DisplayImplementation.java Add new LWJGL API Display.getPixelScaleFactor() for use in high DPI 2013-11-11 23:12:51 +00:00
DisplayMode.java Fix javadoc typo in DisplayMode 2014-01-12 19:47:59 -08:00
Drawable.java Added support for OpenCL & CL/GL interop + minor improvements. [WIP] 2010-09-26 23:43:24 +00:00
DrawableGL.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
DrawableGLES.java Updated GLES FullScreenWindowedTest to destroy/create Display on mode change. 2011-10-14 10:43:45 +00:00
DrawableLWJGL.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
EventQueue.java updated and added license where needed 2008-04-07 18:36:09 +00:00
FastIntMap.java Fixed ELEMENT_ARRAY_BUFFER_BINDING tracking when VAOs are used. 2010-11-29 17:21:05 +00:00
GLChecks.java Fixes related to the new alternate signatures. 2012-08-18 14:00:45 +00:00
GLContext.java Added support for OpenGL 4.4 and new extensions. 2013-07-23 01:58:46 +03:00
GLSync.java Added support for OpenCL & CL/GL interop + minor improvements. [WIP] 2010-09-26 23:43:24 +00:00
GLUConstants.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
GlobalLock.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
InputImplementation.java support for tracking mouse outside window on drag, new api for checking if mouse is inside window 2009-09-12 22:15:21 +00:00
KHRDebugCallback.java Corrected JavaDoc param order. 2013-01-15 22:59:46 +02:00
KeyboardEventQueue.java Added support for OpenGL 3.0 functionality 2008-08-19 16:46:03 +00:00
LinuxAWTGLCanvasPeerInfo.java Added support for OpenGL 3.0 functionality 2008-08-19 16:46:03 +00:00
LinuxCanvasImplementation.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
LinuxContextAttribs.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
LinuxContextImplementation.java Refactor so that the peer_info variable in ContextGL does not need to be static 2012-03-04 13:41:49 +00:00
LinuxDisplay.java Add new LWJGL API Display.getPixelScaleFactor() for use in high DPI 2013-11-11 23:12:51 +00:00
LinuxDisplayPeerInfo.java Added support for OpenGL ES. 2011-05-17 16:53:57 +00:00
LinuxEvent.java Implement the ability for the native Display window on Linux to get its x and y position. In preparation for adding the new Display.getX() & getY() API's. 2012-02-18 01:49:46 +00:00
LinuxKeyboard.java Added support for OpenGL 3.0 functionality 2008-08-19 16:46:03 +00:00
LinuxKeycodes.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
LinuxMouse.java removed a tiny bit of dead debug code 2012-01-31 23:25:44 +00:00
LinuxPbufferPeerInfo.java Added support for OpenGL 3.0 functionality 2008-08-19 16:46:03 +00:00
LinuxPeerInfo.java Added support for OpenGL 3.0 functionality 2008-08-19 16:46:03 +00:00
MacOSXAWTGLCanvasPeerInfo.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
MacOSXCanvasImplementation.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
MacOSXCanvasListener.java Implement Resizing Display API for OS X 2011-07-13 22:15:35 +00:00
MacOSXCanvasPeerInfo.java Peer lookup fixed. Canvas as parent is displayed fully covered by the CALayer . Need to check if windowed Display works again. 2014-02-02 20:31:19 +01:00
MacOSXContextImplementation.java reduce use of window specific code in the context implementation code 2013-02-10 17:57:52 +00:00
MacOSXDisplay.java Fix issue where the scaled desktop resolution was not included as part 2013-11-22 22:35:14 +00:00
MacOSXDisplayPeerInfo.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
MacOSXGLCanvas.java cleanup of imports 2008-06-05 13:36:57 +00:00
MacOSXMouseEventQueue.java Implement Keyboard and Mouse input when using CALayer mode 2013-01-14 23:35:46 +00:00
MacOSXNativeKeyboard.java Fix string index out of bounds exception, credit to @void256 for finding 2013-10-13 19:17:04 +01:00
MacOSXNativeMouse.java fix OS X issue where mouse was moving on mouse scroll wheel events. 2013-07-09 16:07:42 +01:00
MacOSXPbufferPeerInfo.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
MacOSXPeerInfo.java Remove old/redundant code for OS X 10.4 or lower. 2012-12-05 23:08:53 +00:00
MouseEventQueue.java Comitting EmuMogs 28008537/src.zip drop to branch 2012-11-01 20:54:17 +00:00
NVPresentVideoUtil.java Added support for NV_present_video and NV_video_capture. 2011-05-21 10:48:05 +00:00
NVVideoCaptureUtil.java Added support for NV_present_video and NV_video_capture. 2011-05-21 10:48:05 +00:00
OpenGLException.java updated and added license where needed 2008-04-07 18:36:09 +00:00
Pbuffer.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
PeerInfo.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
PixelFormat.java Fixed Pbuffer init when Display has not been created. 2011-08-24 23:18:56 +00:00
PixelFormatLWJGL.java Added GLES classes on which Display depends to the main jar. 2011-07-12 15:36:16 +00:00
ReferencesStack.java Reverted @CachedReference tracking removal. 2010-11-29 18:25:28 +00:00
RenderTexture.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
SharedDrawable.java Added support for OpenGL ES. 2011-05-17 16:53:57 +00:00
StateStack.java updated and added license where needed 2008-04-07 18:36:09 +00:00
StateTracker.java Reverted @CachedReference tracking removal. 2010-11-29 18:25:28 +00:00
Sync.java Set a name for LWJGL's Sync class timer accuracy thread ("LWJGL Timer") for debugging purposes. RFE by NateS. 2012-09-12 21:00:48 +00:00
Util.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
WindowsAWTGLCanvasPeerInfo.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
WindowsCanvasImplementation.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
WindowsContextAttribs.java Added support for OpenGL 3.2 on MacOS X 10.7+. 2011-09-03 18:52:45 +00:00
WindowsContextImplementation.java Refactor so that the peer_info variable in ContextGL does not need to be static 2012-03-04 13:41:49 +00:00
WindowsDisplay.java Reverted resizable workaround. 2013-12-22 16:56:00 +02:00
WindowsDisplayPeerInfo.java Added support for OpenGL ES. 2011-05-17 16:53:57 +00:00
WindowsFileVersion.java Added support for OpenGL 3.0 functionality 2008-08-19 16:46:03 +00:00
WindowsKeyboard.java Only consider the workaround if both shift buttons are pressed. 2013-10-20 15:39:50 +03:00
WindowsKeycodes.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
WindowsMouse.java limit mouse buttons to 5, since we can't read more at this time 2012-01-29 20:35:22 +00:00
WindowsPbufferPeerInfo.java Added support for OpenGL 3.0 functionality 2008-08-19 16:46:03 +00:00
WindowsPeerInfo.java Added support for OpenGL 3.0 functionality 2008-08-19 16:46:03 +00:00
WindowsRegistry.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
XRandR.java fix: correctly parse current config with xrandr 1.4 2013-04-27 21:49:29 +02:00