rundll32: Check more heap allocation failure paths for consistency.
[wine] / dlls / winex11.drv / opengl.c
2010-04-27  Roderick Colenbranderwgl: Make context not current before deleting it.
2010-04-27  Roderick Colenbranderwgl: Improve wglDeleteContext threading behavior.
2010-04-20  Roderick Colenbranderwgl: Print the fbconfig fmt_id in ConvertPixelFormatWGL...
2010-04-20  Roderick Colenbranderwgl: Ignore fbconfigs which are window drawable but...
2010-04-07  Alexandre Julliardwinex11: Fix the calling convention of X11DRV_wglCreate...
2010-03-15  Roderick Colenbranderwgl: Add more OpenGL diagnosing checks.
2009-12-28  Michael Stefaniucwinex11.drv: Remove some explicit LPARAM/WPARAM casts.
2009-12-24  Alexandre Julliardwinex11: Only check for fs register corruption on i386.
2009-12-09  Alexandre Julliardwinex11: Fix a compiler warning.
2009-12-04  Roderick Colenbranderwgl: Add a direct rendering check to new winediag channel.
2009-11-19  Roderick Colenbranderwgl: Add support for WGL_ARB_create_context_profile...
2009-11-18  Roderick Colenbranderwgl: Add initial WGL_ARB_create_context support.
2009-11-17  Roderick Colenbranderwgl: The GLX context creation code isn't needed anymore...
2009-11-16  Roderick Colenbranderwgl: Get rid of delayed GLX context creation. Instead...
2009-11-13  Roderick Colenbranderwgl: Make sure we set a valid value for GLX_DRAWABLE_TY...
2009-11-13  Roderick Colenbranderwgl: None of the WGL_render_texture attribute values...
2009-11-12  Roderick Colenbranderwgl: Fix a violation of the GLX specs in ConvertAttribW...
2009-10-21  Henri Verbeetwinex11.drv: Properly free "visinfo" in get_formats...
2009-08-03  Roderick Colenbranderwgl: Fix usage of non-GLX visual in glXCreateContext.
2009-06-22  Detlef Riekenbergwinex11: Get rid of glext.h in remaining locations.
2009-06-17  Roderick Colenbranderwgl: Get rid of glXQueryDrawable because officially...
2009-05-27  Francois Gougetwinex11: Also define X11DRV_OpenGL_Cleanup() when OpenG...
2009-05-26  Francois Gougetwinex11.drv: Replace an strdup() with HeapAlloc() in...
2009-05-20  Roderick Colenbranderwgl: Set PFD_GENERIC_FORMAT on bitmap formats instead...
2009-05-19  Roderick Colenbranderwgl: Use local pixel format data for WGL_ACCELERATION_ARB.
2009-05-18  Roderick Colenbranderwgl: Make sure WGL_DRAW_TO_BITMAP_ARB is only seen...
2009-05-18  Roderick Colenbranderwgl: Make sure WGL_SUPPORT_GDI_ARB is only seen on...
2009-05-18  Roderick Colenbranderwgl: Add WGL_SWAP_METHOD_ARB support.
2009-05-15  Roderick Colenbranderwgl: Offer PFD_GENERIC_ACCELERATED on bitmap capable...
2009-05-15  Roderick Colenbranderwgl: Select bitmap capable formats when PFD_DRAW_TO_BIT...
2009-05-15  Roderick Colenbranderwgl: Duplicate some single buffered pixel formats for...
2009-04-21  Roderick Colenbranderopengl: Add WGL_EXT_pixel_format_packed_float support.
2009-02-03  Dmitry Timoshkovwinex11.drv: The MAT2 parameter of GetGlyphOutline...
2009-01-19  Michael Stefaniucwinex11.drv: Remove superfluous pointer casts.
2008-12-23  Maarten Lankhorstgdi32/winex11.drv: Change all gdi/opengl operations...
2008-12-08  Andrew Talbotwinex11.drv: Sign-compare warnings fix.
2008-12-01  Michael Stefaniucwinex11.drv: Remove some superfluous casts.
2008-10-27  Roderick Colenbranderwinex11: Move all delayed GLX context creation code...
2008-10-15  Ivan Sinitsinwinex11: Set copy mode when rendering OpenGL picture.
2008-08-26  Stefan Dösingerwinex11: Add a run-total fps counter to the fps debug...
2008-07-02  Peter Oberndorferopengl32: Fix a typo (wglShaderLists -> wglShareLists).
2008-06-23  Alexandre Julliardwinex11: Print more details on OpenGL load failure...
2008-06-18  Alexandre Julliardwinex11: Check for matching pixel format in wglMakeCurrent.
2008-05-28  Alexandre Julliardwinex11: Add support for performing GL calls on a top...
2008-05-28  Alexandre Julliardwinex11: Make sure that all glX functions are called...
2008-05-28  Alexandre Julliardwinex11: Change the pixel format initialisation to...
2008-05-14  Alexandre Julliardwgl: Don't call ExtEscape if we don't have a GL context.
2008-05-12  Alexandre Julliardwinex11: Silence a harmless error.
2008-05-02  Andrew Talbotwinex11.drv: Remove unused variables.
2008-05-01  Roderick Colenbranderopengl32: Get rid of X/GLX leftovers.
2008-04-30  Roderick Colenbranderwgl: We were already advertising GL_EXT_framebuffer_sRG...
2008-04-29  Alexandre Julliardwinex11: Fix debug trace using the removed opengl channel.
2008-04-24  Roderick Colenbranderwgl: Add a wine specific WGL extension which allows...
2008-04-24  Roderick Colenbranderwgl: Put the core functionality of X11DRV_SetPixelForma...
2008-04-21  Alexandre Julliardwinex11: Get rid of the unnecessary opengl debug channel.
2008-04-01  Roderick Colenbranderwgl: Add missing WGL_STEREO_ARB to ConvertAttribWGLtoGLX.
2008-04-01  Roderick Colenbranderwgl: Fix ChoosePixelFormat behavior.
2008-03-31  Roderick Colenbranderwgl: Move all winex11.drv opengl traces to wgl.
2008-03-24  Roderick Colenbranderwgl: Return TRUE on wglReleasePbufferDCARB success.
2008-03-04  Roderick Colenbranderwgl: Add aux buffers support for use with wglChoosePixe...
2008-02-26  Chris Robinsonwinex11: Fix wglCopyContext case where GLX contexts...
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
2008-02-25  Roderick Colenbranderwgl: Add aux buffers support to DescribePixelFormat.
2008-02-25  Roderick Colenbranderwgl: Remove unneeded opengl initialisation code at...
2008-02-25  Roderick Colenbranderwgl: Remove the pixel format limitation.
2008-02-07  Christopher Harveywinex11: Added WGL_BIND_TO_TEXTURE_DEPTH_NV to ConvertA...
2008-02-04  Andrew Talbotwinex11.drv: Remove unneeded casts.
2008-01-07  Austin EnglishSpelling fixes.
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.
next