shell32/tests: Use GetProcAddress() on SHGetPathFromIDListW() because it is missing...
[wine] / dlls / winex11.drv / opengl.c
2007-12-07  Francois GougetAssorted spelling fixes.
2007-11-16  Francois Gougetwinex11: Add the trailing '\n' to a Wine trace.
2007-11-12  Roderick Colenbranderwgl: Add wglCopyContext support.
2007-10-11  Francois Gougetwinex11.drv: Add the trailing '\n' to a Wine trace.
2007-10-10  Chris Robinsonwinex11: Don't choose double buffered modes with gdi...
2007-10-10  Chris Robinsonwinex11: Use the specified format for GL Bitmaps.
2007-10-10  Chris Robinsonwinex11: Create GLXPixmap for bitmaps in SetPixelFormat.
2007-10-10  Alexandre Julliardwinex11: Don't store a physdev pointer in the GL context.
2007-10-10  Alexandre Julliardwinex11: Use ExtEscape to flush the GL drawable to...
2007-10-03  Chris Robinsonwinex11: Load and use GLX_MESA_copy_sub_buffer for...
2007-10-03  Chris Robinsonwinex11: Use a GLXPixmap for offscreen OpenGL rendering...
2007-10-03  Chris Robinsonwinex11: Track async GL drawable changes.
2007-10-03  Chris Robinsonwinex11: Pass a display parameter when destroying glxpi...
2007-10-03  Chris Robinsonwinex11: Use an offscreen redirected window for child...
2007-10-03  Chris Robinsonwgl: Remove GL scissors/viewport override.
2007-10-03  Chris Robinsonwinex11: Store a GL-specific drawable with the window.
2007-09-27  Alexandre Julliardwinex11.drv: Don't call GDI functions while holding...
2007-09-25  Chris Robinsonwgl: Override glFinish and glFlush.
2007-09-20  Chris Robinsonwgl: Don't set a pixel format on windows that already...
2007-09-18  Chris Robinsonwgl: Store the fbconfig id with the window when a pixel...
2007-09-13  Roderick Colenbranderwgl: Fix a major ATI regression.
2007-09-12  Chris Robinsonwinex11: Remove improper comment and dead code from...
2007-09-12  Chris Robinsonwinex11: Remove useless checks from wglCreateContext.
2007-09-12  Chris Robinsonwinex11: Free visual info stored with the context.
2007-09-12  Chris Robinsonwinex11: Don't assume just one on-screen pixel format.
2007-09-12  Chris Robinsonwinex11: Simplify ConvertPixelFormatWGLtoGLX.
2007-09-12  Chris Robinsonwinex11: Don't choose pixel formats with incorrect...
2007-08-29  Roderick Colenbranderwgl: Degrade an ERR to a WARN.
2007-08-23  Alexandre Julliardwinex11: Get rid of get_context_from_GLXContext.
2007-08-23  Alexandre Julliardwinex11: Properly update the hdc in the GL context.
2007-08-23  Roderick Colenbranderwgl: Fix wglGetCurrentReadDCARB bugs.
2007-08-20  Roderick Colenbranderwgl: Cleanup pixelformat initialization code.
2007-08-20  Roderick Colenbranderwgl: Fix a typo in the trace code.
2007-08-17  Roderick Colenbranderwgl: Fix a render_texture regression. Only enable GLX_A...
2007-08-14  Chris Robinsonwgl: GDI support is not advertised with double buffering.
2007-08-14  Roderick Colenbranderwgl: Proper stereo / double buffering support for Choos...
2007-08-14  Roderick Colenbranderwgl: Recognize Vista's PFD_SUPPORT_COMPOSITION flag.
2007-08-13  Chris Robinsonwinex11: Set proper pixel format flags.
2007-08-13  Roderick Colenbranderwgl: Re-enable GLX_ATI_render_texture support.
2007-08-10  Roderick Colenbranderwgl: Make sure onscreen pixelformats are on top in...
2007-08-10  Chris Robinsonwinex11: Don't add spaces to the beginning of the wglEx...
2007-08-09  Roderick Colenbranderwgl: Rewrite ChoosePixelFormat.
2007-08-09  Roderick Colenbranderwgl: Correctly check GLX capabilities. Use client GLX...
2007-08-06  Chris Robinsonwinex11: Be consistent with GLX_SLOW_CONFIG meaning...
2007-08-06  Chris Robinsonwinex11: Properly handle WGL_PBUFFER_LOST_ARB.
2007-08-06  Michael Stefaniucwinex11.drv: Move the TRACE before the return. Found...
2007-08-06  Chris Robinsonwgl: WGL_COLOR_BITS_ARB does include alpha.
2007-08-03  Roderick Colenbranderwgl: wglChooosePixelFormatARB returns the total number...
2007-08-03  Chris Robinsonwinex11: Don't use ConvertAttribWGLtoGLX for wglCreateP...
2007-08-03  Chris Robinsonwinex11: Report accumulation buffer bits for pixel...
2007-08-02  Chris Robinsonwinex11: Check for WGL drawing caps.
2007-08-02  Roderick Colenbranderwgl: Support WGL_FLOAT_COMPONENTS_NV in wglGetPixelForm...
2007-08-02  Roderick Colenbranderwgl: Print more debug info.
2007-08-02  Roderick Colenbranderwgl: SetPixelFormat should fail on the root window.
2007-08-02  Roderick Colenbranderwgl: GetPixelFormat fix for offscreen formats.
2007-08-02  Roderick Colenbranderwgl: Silence an error in ConvertPixelFormatWGLtoGLX.
2007-07-30  Roderick Colenbranderwgl: Fix compilation on systems without GLX_RGBA_FLOAT_ARB.
2007-07-30  Roderick Colenbranderwgl: Replace glReadPixels in wglBindTexImage2D by the...
2007-07-30  Roderick Colenbranderwgl: wglBindTexImageARB should return TRUE on success.
2007-07-30  Roderick Colenbranderwgl: Add WGL_ATI_pixel_format_float/WGL_ARB_pixel_forma...
2007-07-30  Roderick Colenbranderwgl: Enable WGL_EXT_swap_control by default even when...
2007-07-30  Roderick Colenbranderwgl: Use correct types and pixelformats for pbuffers.
2007-07-30  Roderick Colenbranderwgl: Add WGL_NV_float_buffer and WGL_NV_texture_rectang...
2007-07-30  Roderick Colenbranderwgl: Fix another BadMatch error by giving a pbuffer...
2007-07-30  Roderick Colenbranderwgl: Fix a BadMatch error resulting from ignoring that...
2007-07-27  Roderick Colenbranderwgl: Fix a typo in the WGL_TEXTURE_TARGET_ARB emulation...
2007-07-27  Roderick Colenbranderwgl: Enable offscreen pixelformats for pbuffers.
2007-07-27  Roderick Colenbranderwgl: Replace the GLXFBConfigIDs in the pixelformat...
2007-07-27  Roderick Colenbranderwgl: Fill the format table with offscreen pixelformats...
2007-07-26  Roderick Colenbranderwgl: Set pbuffer dimensions in HDC.
2007-07-26  Roderick Colenbranderopengl: WGL_ARB_render_texture support.
2007-07-04  Alexandre Julliardconfigure: Merge the libGL existence check with the...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-06-15  Ulrich Czekallaopengl: Use get_glxdrawable to grab the drawable.
2007-03-17  Andrew Talbotwinex11.drv: Replace inline static with static inline.
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-01  Tomas Carneckywinex11.drv: Spring cleanup in X11DRV_setup_opengl_visu...
2007-02-19  Marcus Meissnerwinex11.drv: Small fixes.
2007-02-14  Alexandre Julliardwinex11.drv: Added a check for the ATI driver corruptin...
2007-02-05  Andrew Talbotwinex11.drv: Declare variable signed to accept possible...
2007-01-25  Ken Thomaseswinex11.drv: Copy the GL extensions string because...
2007-01-04  Roderick Colenbranderwgl: Fix piAttributes NULL crash.
2007-01-02  Roderick Colenbranderwinex11.drv: Remove get_drawable.
2006-12-28  Roderick Colenbranderwgl: Fix wglGetPixelFormatAttribiv bug.
2006-12-20  Roderick Colenbranderwinex11.drv: pbuffer detection.
2006-12-20  Ulrich Czekallawinex11.drv: Don't crash when called with a NULL gl...
2006-12-15  Ulrich Czekallawinex11.drv: Avoid grabbing syslevel locks in the wrong...
2006-12-12  Alexandre Julliardwinex11.drv: Fixed computation of viewport and scissor...
2006-12-12  Alexandre Julliardwinex11.drv: Get rid of the display pointer in the...
2006-12-12  Alexandre Julliardopengl32: Don't use ENTER_GL/LEAVE_GL around calls...
2006-12-12  Ulrich Czekallawinex11.drv: Correctly position and clip opengl child...
2006-12-12  Alexandre Julliardwinex11.drv: Get rid of the unused set_drawable function.
2006-12-12  Ulrich Czekallawinex11.drv: Store window and drawable rects in X11DRV_...
2006-12-11  Roderick Colenbranderwgl: Make the WGL code independant of the number of...
2006-12-11  Chris Robinsonwgl: Properly handle GLX_DRAWABLE_TYPE queries.
2006-12-07  Chris Robinsonwgl: Implement wglGetPixelFormatAttribfvARB.
2006-12-06  Chris Robinsonwgl: Fix for missing NV GLX extension.
2006-12-06  Roderick Colenbranderwgl: Cleanup wglMakeCurrent.
2006-12-04  Chris Robinsonwgl: Don't return prematurely if ConvertPixelFormatWGLt...
2006-12-04  Roderick Colenbranderwgl: (W)GL_NV_vertex_array_range.
next