winex11: Make sure that all glX functions are called under the X11 lock.
[wine] / dlls / gdi32 / bitmap.c
2008-02-18  Alexandre Julliardgdi32: Get rid of the 16-bit GetObject functions.
2008-02-05  Alexandre Julliardgdi32: Avoid locking in BITMAP_CopyBitmap.
2008-02-05  Alexandre Julliardgdi32: Don't hold the GDI lock when calling DC_InitDC.
2008-02-05  Alexandre Julliardgdi32: Avoid locking in CreateCompatibleBitmap.
2008-01-15  Dmitry Timoshkovgdi32: Do not allow to create too large device dependen...
2007-12-12  Stefan Dösingergdi32: Test bitmap depths.
2007-09-27  Alexandre Julliardgdi32: Move the object refcount handling to the SelectO...
2007-09-27  Alexandre Julliardgdi32: Don't pass an object pointer to the SelectObject...
2007-08-31  Alexandre Julliardgdi32: New DC locking mechanism that doesn't require...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-02-16  Dmitry Timoshkovgdi32: CreateBitmapIndirect should ignore the provided...
2007-02-05  Dmitry Timoshkovgdi32: CreateBitmap and friends should return stock...
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-11-08  Alexandre Julliardgdi32: Remove call to CreateCompatibleDC() from GetDIBi...
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.