Sign in
goma
/
wine
/
4b5386e2cd530996b1ceb517e2225eeaa6aed405
/
dlls
/
opengl32
56de92d
opengl: Put OpenGL setup functions into their own debug channel.
by Tomas Carnecky
· 19 years ago
253a2d0
opengl32: Optimize thunks by storing GL context in the thread environment block.
by Mike Hearn
· 19 years ago
4eb4546
opengl32: Implement wglUseFontOutlines.
by Huw Davies
· 19 years ago
1326826
opengl: Sync a dibsection to its pixmap before drawing to it via opengl.
by Huw Davies
· 19 years ago
586ed7d
opengl: Use indirect contexts if the surface is a pixmap.
by Huw Davies
· 19 years ago
2d708ed
opengl: Fix last wgl regression.
by Raphael Junqueira
· 19 years ago
412cb77
opengl: Add support for rendering on bitmaps.
by Huw Davies
· 19 years ago
1399edb
opengl: render_texture
by Raphael Junqueira
· 19 years ago
d0713d2
Move standard WGL function declarations to wingdi.h.
by Aric Cyr
· 19 years ago
902edb1
Added some checks on wglCreatContext to avoid problems (and SetLastErrors).
by Raphael Junqueira
· 19 years ago
2a0b18d
Fixed crash in wglShareList.
by Raphael Junqueira
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
38c54b9
Fix incorrect implementation of WGL_COLOR_BITS_ARB.
by Raphael Junqueira
· 19 years ago
7ed830b
Add GLXFBConfig on Wine_GLContext (we should remove XVisualInfo
by Raphael Junqueira
· 19 years ago
0edbaf7
Remove spaces before '\n' in traces.
by Francois Gouget
· 19 years ago
9f9fd40
Correct WINAPI position for MSVC portability.
by Martin Fuchs
· 19 years ago
7e22be4
We are no longer generating .dbg.c files.
by Alexandre Julliard
· 20 years ago
f469b6f
Fix missing prototypes when using nVidia OpenGL headers.
by H. Verbeet
· 20 years ago
9f85969
Replace DPRINTF by TRACE in a few places.
by Alexandre Julliard
· 20 years ago
261e376
Fixed a number of pointer to integer conversions that wouldn't work
by Alexandre Julliard
· 20 years ago
98520ef
gcc 4.0 warning fixes.
by Mike McCormack
· 20 years ago
d7b9a23
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
by Mike McCormack
· 20 years ago
2510658
Now generating argument-less functions as (void) instead of ().
by Eric Pouech
· 20 years ago
aa0b9aa
Sort entry points alphabetically.
by Alexandre Julliard
· 20 years ago
be20922
Initialize extensions after correct context is created.
by Vitaly Lipatov
· 20 years ago
039beee
Remove some FIXMEs and replace them with TRACEs.
by Lionel Ulmer
· 20 years ago
62253b7
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
c887d08
Add 'use strict' and fix make_opengl accordingly.
by Francois Gouget
· 20 years ago
89fadda
Added yet another missing OpenGL define.
by Alexandre Julliard
· 20 years ago
1291a1a
- better robustness of pbuffer code (checks, SetLastError as specs, etc...).
by Raphael Junqueira
· 20 years ago
0d8cf03
Fix allocated buffer size to avoid buffer overflow.
by Raphael Junqueira
· 20 years ago
d7d1101
Fix WGL_ACCELERATION_ARB queries from applications.
by Aric Cyr
· 20 years ago
5f0031e
Define GLX_SAMPLE_BUFFERS_ARB and GLX_SAMPLES_ARB if they were not
by Francois Gouget
· 20 years ago
34fa35d
Added rules for building import libraries in the individual dll
by Alexandre Julliard
· 20 years ago
d62356a
Added rules to build import libraries in the individual dll makefiles.
by Alexandre Julliard
· 20 years ago
c3116c5
Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively
by Alexandre Julliard
· 20 years ago
f5c9da6
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
44cfc89
- implement wglGetCurrentReadDCARB, wglMakeContextCurrentARB on
by Raphael Junqueira
· 20 years ago
e4a3c2e
Sync to the latest opengl specs.
by Tom Wickline
· 20 years ago
e732fc0
Janitorial: Get rid of strncpy/strncpyW.
by Peter Berg Larsen
· 20 years ago
695f316
- implements WGL_ARB_render_texture support (no more stubs)
by Raphael Junqueira
· 20 years ago
29d7b81
- implement partial PBuffer support - minimal pixel format support
by Raphael Junqueira
· 20 years ago
eab1f45
Sync to latest OpenGL specifications.
by Tom Wickline
· 20 years ago
27f87ca
Add stubs for wglSwapIntervalEXT & wglGetSwapIntervalEXT.
by Troy Rollo
· 20 years ago
5ad7d85
Do not check for non NULL pointer before HeapFree'ing it. It's redundant.
by Michael Stefaniuc
· 20 years ago
0a25896
Const correctness fixes.
by Eric Pouech
· 20 years ago
5c38e1b
Version resources cleanup.
by Tom Wickline
· 20 years ago
719a789
Fix signed/unsigned comparison warnings.
by Hans Leidekker
· 21 years ago
9f331f4
Convert mostly useless ERR to WARN message.
by Lionel Ulmer
· 21 years ago
5d91a63
Move some OpenGL defines from the private wgl.h header to where they belong.
by Andreas Mohr
· 21 years ago
8bbabd1
Added glDeleteObjectBufferATI function. Fix for types that have a common root.
by Christian Costa
· 21 years ago
63eab8c
Set version to Win XP Service patch 2.
by Tom Wickline
· 21 years ago
9e4ed64
.spec.c files are no longer used for 32-bit dlls.
by Alexandre Julliard
· 21 years ago
0e999e3
- sync up with latest OpenGL specifications
by Lionel Ulmer
· 21 years ago
7cff5d8
Handle proper substraction of unsigned numbers.
by Lionel Ulmer
· 21 years ago
51ec927
- fix 'empty' glyphs - implement proper bitmap coordinates
by Lionel Ulmer
· 21 years ago
8fec392
Use the NULL matrix instead of giving a badly filled identity matrix.
by Lionel Ulmer
· 21 years ago
a2e2e18
Avoid a few more GetModuleHandle calls.
by Alexandre Julliard
· 21 years ago
036c4b7
Beginning of infrastructure to support WGL extensions.
by Lionel Ulmer
· 21 years ago
294c8af
Removed some unnecessary inclusions of gdi.h.
by Alexandre Julliard
· 21 years ago
b945bfd
Implement wglUseFontBitmapsW.
by Lionel Ulmer
· 21 years ago
1dcc247
Removed now useless call to glXQueryExtensionsString.
by Alexandre Julliard
· 21 years ago
1ce53bd
Fixed a problem using glXGetProcAddresARB with bad OpenGL libs.
by Daniel Skorka
· 21 years ago
fbdfd91
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
by Dimitrie O. Paun
· 21 years ago
4d375d1
Fixed warnings with gcc option "-Wwrite-strings".
by Michael Günnewig
· 21 years ago
6c57988
Add missing LF in trace message.
by Mike McCormack
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
4ff79ad
Remove some unneeded __WINESRC__ tests from the headers.
by Dimitrie O. Paun
· 22 years ago
ba78aac
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 22 years ago
aa95df0
Check if 'GLX_ARB_get_proc_address' is supported before using
by Lionel Ulmer
· 22 years ago
c8173ec
Avoid empty lines at the end of generated files.
by Alexandre Julliard
· 22 years ago
1f4fea3
Load glXGetProcAddressARB dynamically.
by Lionel Ulmer
· 22 years ago
8def400
Only put 'pure' GL 1.2 calls in the 'opengl_norm.c' file.
by Lionel Ulmer
· 22 years ago
4e1ef0c
For all DLLs with defined DllMain and which do not require
by Dmitry Timoshkov
· 22 years ago
334aacd
Do not use any typedefs in the GL thunks to prevent all possible
by Lionel Ulmer
· 22 years ago
9ac8ba1
Upgrade OpenGL thunks with latest version of OpenGL extension registry.
by Lionel Ulmer
· 22 years ago
5e8d015
Added wglGetExtensionsStringARB.
by Michael Schlüter
· 22 years ago
69361e0
Moved x11drv.h to dlls/x11drv.
by Alexandre Julliard
· 22 years ago
5a96cbf
Have the 'make_opengl' in line with the (manually edited) spec file.
by Lionel Ulmer
· 22 years ago
114a31a
Take advantage of new winebuild syntax to remove redundant function
by Alexandre Julliard
· 22 years ago
a9c51cb
Replaced forwards by normal function declarations.
by Alexandre Julliard
· 22 years ago
649c3d3
Support 'stub' wglGetExtensionsStringEXT function.
by Lionel Ulmer
· 22 years ago
4ed280f
- update to latest GL spec files - added KTX Buffer Region extension
by Lionel Ulmer
· 22 years ago
55d4f93
Added stub for undocumented 'wglGetDefaultProcAddress' function.
by Lionel Ulmer
· 22 years ago
dbf8b78
Added .spec.def files.
by Alexandre Julliard
· 22 years ago
374a7ab
Implement wglCreateLayerContext for layer 0.
by Lionel Ulmer
· 22 years ago
56ab2b3e
Load OpenGL library dynamically from x11drv.
by Lionel Ulmer
· 22 years ago
1e1313d
Made the dll entry point default to DllMain and removed most of the
by Alexandre Julliard
· 22 years ago
b34fb35
Fixed warnings caused by conversion to -DSTRICT.
by Alexandre Julliard
· 22 years ago
137eed8
Moved X flags and libraries out of Make.rules into the makefiles that need them.
by Alexandre Julliard
· 23 years ago
2c40e29
Import wine_tsx11_lock/unlock directly from x11drv in opengl32 and
by Alexandre Julliard
· 23 years ago
5da88a2
Support new registered extensions.
by Lionel Ulmer
· 23 years ago
70d6e28
Support wglUseFontBitmapsA when using client-side rendering.
by Lionel Ulmer
· 23 years ago
a3f4e7f
Detect DCs without fonts and return an error in wglUseBitmapFonts.
by Lionel Ulmer
· 23 years ago
77afd6c
Made some more spec file entries optional or unnecessary.
by Alexandre Julliard
· 23 years ago
85844e5
Authors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer <lionel.ulmer@free.fr>
by Alexandre Julliard
· 23 years ago
7cae558
Removed some more trailing whitespace.
by Alexandre Julliard
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
2ab7625
Removed most imports of ntdll since we no longer import Wine internal
by Alexandre Julliard
· 23 years ago
ad53383
Added winebuild support for generating a .dbg.c file containing the
by Alexandre Julliard
· 23 years ago
Next »