kernel32: Fix LANGID for Korean resource.
[wine] / dlls / winex11.drv / opengl.c
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.
2006-12-01  Roderick Colenbranderwgl: Relax the pixel format attribute conversion code...
2006-11-27  Andrew Talbotwinex11.drv: Cast-qual warnings fix.
2006-11-27  Roderick Colenbranderwgl: Unify pixel format code.
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-13  Francois Gougetwinex11.drv: Fix some comments so they are properly...
2006-11-13  Roderick Colenbranderwgl: Fix a typo in the pbuffer pixelformat enumeration...
2006-11-08  Detlef Riekenbergwinex11.drv: Fix failure of X11DRV_ChoosePixelFormat.
2006-11-06  Alexandre Julliardwinex11.drv: Fixed build without OpenGL headers.
2006-11-06  Roderick Colenbranderwgl: Fix WoW screen flickering.
2006-11-03  Huw Davieswinex11.drv: If the app asks for a single buffered...
2006-11-03  Roderick Colenbranderwinex11.drv: Opengl init fix.
2006-10-31  Alexandre Julliardwinex11.drv: Fixed the prototype of many OpenGL functions.
2006-10-31  Roderick Colenbranderwinex11.drv: Route wglMakeContextCurrentARB through...
2006-10-27  Roderick Colenbranderwgl: Move part of wglGetProcAddress to gdi32.
2006-10-16  Roderick Colenbranderwgl: Move wglGetCurrentDC to gdi32.
2006-10-16  Roderick Colenbranderwgl: Move wglGetCurrentContext to gdi32.
2006-10-09  Vitaliy Margolenwinex11drv: Win64 printf format warning fixes.
2006-10-04  Roderick Colenbranderx11drv: Fix wgl pixel format bug.
2006-10-04  Roderick Colenbrandergdi32: Route WGL font code through gdi32.dll.
2006-10-04  Roderick Colenbrandergdi32: Route WGL context code through gdi32.dll.
2006-09-29  Francois GougetAssorted spelling fixes.
2006-09-29  Alexandre Julliardwinex11.drv: Fix typo that confuses winapi_check.
2006-09-29  Juan Langwinex11.drv: Don't deadlock if GL init fails.
2006-09-26  Roderick Colenbranderwinex11.Drv: Remove unneeded wgl exports.
2006-09-21  Roderick Colenbranderopengl: Move wgl font code to winex11.drv.
2006-09-20  Roderick Colenbranderwinex11.drv: Fix wined3d/opengl regression.
2006-09-20  Roderick Colenbranderwinex11.drv: Fix fbconfig regression.
2006-09-12  Alexandre Julliardwinex11.drv: Fixed and simplified the opengl extension...
2006-09-12  Roderick Colenbranderwinex11.drv: Move WGL extension code to winex11.drv.
2006-09-11  Alexandre Julliardwinex11.drv: Avoid compile errors in the non-OpenGL...
2006-09-11  Roderick Colenbranderwinex11.drv: Import glx makecurrent/wglsharelists.
2006-09-11  Roderick Colenbranderwinex11.drv: Import glx context code.
2006-09-08  Francois GougetAssorted spelling fixes.
2006-08-28  Roderick Colenbranderwinex11.drv: Import ConvertPixelFormatWGLtoGLX from...
2006-08-25  Alexandre Julliardwinex11.drv: Fix a compiler warning when OpenGL is...
2006-08-23  Roderick Colenbranderwinex11.drv: Fix opengl pixel format bug.
2006-08-17  Roderick Colenbranderx11drv/opengl: Pixel format rewrite.
2006-07-07  Stefan DösingerAdd a common fps counter channel to ddraw, opengl and...
2006-06-26  Huw Davieswinex11: Introduce a function to retrieve the glx drawa...
2006-06-23  Huw Davieswinex11: glXQueryExtension has its error and event...
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.