Austin English
|
313a85f163
|
Spelling fixes.
|
2008-04-17 12:25:57 +02:00 |
Roderick Colenbrander
|
616ac380f9
|
wgl: Fix ChoosePixelFormat behavior.
|
2008-04-01 11:27:11 +02:00 |
Markus Amsler
|
f34efcb839
|
opengl: Allocate DisabledExtensions buffer.
|
2008-03-24 12:56:49 +01:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Francois Gouget
|
31137aa197
|
opengl32/tests: Add the trailing '\n' to an ok() call and make a spelling fix.
|
2008-02-27 14:52:23 +01:00 |
Roderick Colenbrander
|
675988633f
|
wgl: Add a test case for wglCreateContext.
|
2008-02-25 20:34:58 +01:00 |
Paul Vriens
|
82cbbbdb46
|
opengl32/tests: Only use functions if they are implemented.
|
2008-02-11 20:41:40 +01:00 |
Detlef Riekenberg
|
efb13b28df
|
Assorted spelling fixes.
|
2007-12-08 19:55:39 +01:00 |
Alexandre Julliard
|
24241c0847
|
opengl32: ntdll import is still needed when building without optimizations.
|
2007-12-08 19:49:22 +01:00 |
Alexandre Julliard
|
ad9396302d
|
Removed some unneeded imports.
|
2007-12-06 21:24:24 +01:00 |
Roderick Colenbrander
|
8295c547f3
|
wgl: Add wglCopyContext support.
|
2007-11-12 14:16:44 +01:00 |
Francois Gouget
|
c4b1195c0c
|
Assorted spelling fixes.
|
2007-10-23 18:20:27 +02:00 |
Chris Robinson
|
ebfba49e27
|
wgl: Remove GL scissors/viewport override.
|
2007-10-03 11:40:12 +02:00 |
Chris Robinson
|
665a8add92
|
wgl: Override glFinish and glFlush.
|
2007-09-25 13:33:37 +02:00 |
Chris Robinson
|
87e3cd66ab
|
wgl: Don't set a pixel format on windows that already have one.
|
2007-09-20 16:49:07 +02:00 |
Chris Robinson
|
d9571c9e6f
|
wgl: Store the fbconfig id with the window when a pixel format is set.
|
2007-09-18 09:28:06 +02:00 |
Roderick Colenbrander
|
daceb4564f
|
wgl: Fix wglGetCurrentReadDCARB bugs.
|
2007-08-23 12:38:39 +02:00 |
Roderick Colenbrander
|
0dde222bc5
|
opengl32: Don't use 64bit gl types.
|
2007-08-20 22:25:44 +02:00 |
Roderick Colenbrander
|
c9d4aec1ae
|
opengl32: Fix some gl type bugs.
|
2007-08-20 11:51:45 +02:00 |
Paul Vriens
|
d644242169
|
opengl32/tests: Be a bit more verbose when doing wglGetProcAddress.
|
2007-08-20 11:50:45 +02:00 |
Chris Robinson
|
5e6d3c15e7
|
wgl: GDI support is not advertised with double buffering.
|
2007-08-14 20:29:21 +02:00 |
Chris Robinson
|
3fc8ac5546
|
wgl: WGL_COLOR_BITS_ARB does include alpha.
|
2007-08-06 12:12:08 +02:00 |
Francois Gouget
|
c7eca6a027
|
opengl32/tests: Add missing '\n' to ok() call.
|
2007-08-03 12:44:53 +02:00 |
Roderick Colenbrander
|
323d9e428c
|
wgl: SetPixelFormat should fail on the root window.
|
2007-08-02 12:18:22 +02:00 |
Roderick Colenbrander
|
219269c0f1
|
wgl: GetPixelFormat fix for offscreen formats.
|
2007-08-02 12:04:33 +02:00 |
Roderick Colenbrander
|
802c87d066
|
opengl32: Relax extension checking.
|
2007-07-26 11:49:20 +02:00 |
Alexandre Julliard
|
5a95cfbd9c
|
configure: Export the shared library extension instead of hardcoding .so.
|
2007-07-02 14:35:05 +02:00 |
Andrew Talbot
|
cde845fec5
|
opengl32: Exclude unused header.
|
2007-05-16 11:56:01 +02:00 |
Stefan Huehner
|
4d1d01f266
|
Mark several functions as static.
|
2007-03-13 13:35:12 +01:00 |
Roderick Colenbrander
|
3e63a9f123
|
opengl32: Add new extensions.
|
2007-02-19 12:35:56 +01:00 |
Jan Zerebecki
|
cfaf5059b2
|
opengl32: Remove redundant const.
|
2007-01-25 11:06:03 +01:00 |
Roderick Colenbrander
|
bef91cd580
|
opengl32: Fix wglGetProcAddress typo.
|
2006-12-29 12:49:41 +01:00 |
Roderick Colenbrander
|
cb42253ff3
|
opengl32: Add OpenGL 2.1 support and more extensions.
|
2006-12-28 12:22:15 +01:00 |
Roderick Colenbrander
|
402d277765
|
wgl: Fix wglGetProcAddress bug.
|
2006-12-28 12:22:08 +01:00 |
Alexandre Julliard
|
fdcd9859b4
|
winex11.drv: Get rid of the display pointer in the GL context.
|
2006-12-12 18:23:34 +01:00 |
Alexandre Julliard
|
6e01e4aa51
|
opengl32: Don't use ENTER_GL/LEAVE_GL around calls to driver functions.
This causes lock inversions when the driver accesses the DC.
|
2006-12-12 18:21:01 +01:00 |
Alexandre Julliard
|
de154e738a
|
opengl32: Avoid generating a wrapper for internal functions when we can call the internal one directly.
|
2006-12-12 17:59:44 +01:00 |
Ulrich Czekalla
|
715d0e8409
|
winex11.drv: Correctly position and clip opengl child windows.
|
2006-12-12 17:28:12 +01:00 |
Francois Gouget
|
b2656633a6
|
Add some documentation headers to make winapi_check happy.
|
2006-11-13 13:01:15 +01:00 |
Alexandre Julliard
|
879da0436a
|
opengl32: Hack to make sure winex11 is loaded before getting function pointers.
|
2006-11-10 12:37:04 +01:00 |
Francois Gouget
|
30e44c85c8
|
Assorted spelling fixes.
|
2006-11-07 15:25:24 +01:00 |
Roderick Colenbrander
|
6c4267a1cf
|
opengl32: Use HKCU instead of HKLM.
|
2006-11-06 12:13:14 +01:00 |
Roderick Colenbrander
|
1ef0d0a61a
|
opengl32: Remove glx context.
|
2006-11-04 12:01:55 +01:00 |
Roderick Colenbrander
|
2f8a05e27e
|
wgl: Add extension checking code / glxGetProcAddress protection.
|
2006-11-03 21:00:29 +01:00 |
Roderick Colenbrander
|
88ad69f9bd
|
wgl: Move part of wglGetProcAddress to gdi32.
|
2006-10-27 12:43:31 +02:00 |
Roderick Colenbrander
|
7eea8b9312
|
wgl: Move wglDeleteContext to gdi32.
|
2006-10-17 11:14:07 +02:00 |
Roderick Colenbrander
|
92e6e46ca9
|
wgl: Move wglShareLists to gdi32.
|
2006-10-16 12:05:32 +02:00 |
Roderick Colenbrander
|
8c32dd77a3
|
wgl: Move wglGetCurrentDC to gdi32.
|
2006-10-16 12:05:20 +02:00 |
Roderick Colenbrander
|
ad7bc71c0c
|
wgl: Move wglGetCurrentContext to gdi32.
|
2006-10-16 12:03:47 +02:00 |
Roderick Colenbrander
|
8be92001e6
|
x11drv: Fix building issue.
|
2006-10-06 12:32:44 +02:00 |
Michael Stefaniuc
|
d421935df7
|
opengl32: Win64 printf format warning fixes.
|
2006-10-05 11:33:17 +02:00 |
Roderick Colenbrander
|
95a67ab373
|
gdi32: Route WGL font code through gdi32.dll.
|
2006-10-04 10:10:03 +02:00 |
Roderick Colenbrander
|
4b212dc401
|
gdi32: Route WGL context code through gdi32.dll.
|
2006-10-04 10:07:33 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Roderick Colenbrander
|
272196f514
|
winex11.Drv: Remove unneeded wgl exports.
|
2006-09-26 11:41:46 +02:00 |
Roderick Colenbrander
|
b669fcaf7b
|
opengl: Move wgl font code to winex11.drv.
|
2006-09-21 11:45:08 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Roderick Colenbrander
|
4287bf392b
|
opengl32: Remove unused code.
|
2006-09-12 14:35:31 +02:00 |
Roderick Colenbrander
|
12dbce5c93
|
winex11.drv: Move WGL extension code to winex11.drv.
|
2006-09-12 14:35:31 +02:00 |
Roderick Colenbrander
|
2b36c4a4c3
|
winex11.drv: Import glx makecurrent/wglsharelists.
|
2006-09-11 11:33:02 +02:00 |
Roderick Colenbrander
|
9377c23eff
|
winex11.drv: Import glx context code.
|
2006-09-11 11:31:13 +02:00 |
Francois Gouget
|
06f9532dda
|
Assorted spelling fixes.
|
2006-09-08 11:04:53 +02:00 |
Roderick Colenbrander
|
336f34f652
|
opengl: Fix Mesa/DRI regression.
|
2006-08-28 11:36:21 +02:00 |
Roderick Colenbrander
|
f25cea1094
|
opengl32: Fix ATI OpenGL bug.
|
2006-08-24 12:07:51 +02:00 |
Roderick Colenbrander
|
59dc73b911
|
x11drv/opengl: Pixel format rewrite.
|
2006-08-17 11:48:21 +02:00 |
Alexandre Julliard
|
1249c64277
|
opengl32: Make some functions and variables static.
|
2006-08-02 13:26:36 +02:00 |
Alexandre Julliard
|
77dc0d9be5
|
.gitignore: Added wildcards to ignore generated resource files.
|
2006-07-10 21:39:00 +02:00 |
Alexandre Julliard
|
5258e061dc
|
make_dlls: Ignore generated import libraries from the top-level .gitignore.
|
2006-07-10 20:55:58 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Huw Davies
|
ac5a024a5c
|
opengl32: Fix the returned metrics and add a translation vector to the end of each list.
|
2006-06-28 15:38:48 +02:00 |
Huw Davies
|
53348f8966
|
opengl32: If there's no glX context don't return a wgl context.
|
2006-06-23 11:53:32 +02:00 |
Alexandre Julliard
|
ad5e02e604
|
opengl32: Store function pointers in a separate array to avoid a bunch of relocations.
|
2006-06-09 18:13:09 +02:00 |
Alexandre Julliard
|
3e68508ecd
|
opengl32: Only store the glX name if different from the wgl name.
|
2006-06-09 16:26:44 +02:00 |
Alexandre Julliard
|
cac3301854
|
opengl32: Make all the function pointers and thunks static.
|
2006-06-09 16:11:38 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Michael Stefaniuc
|
a87520036f
|
janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
Some HeapFree's are hidden behind macros. Found by smatch.
|
2006-05-10 11:31:41 +02:00 |
Tomas Carnecky
|
3a3a0b3013
|
opengl: Properly use glXQueryDrawable() to get the Visual ID.
|
2006-05-09 12:39:30 +02:00 |
Tomas Carnecky
|
56de92d795
|
opengl: Put OpenGL setup functions into their own debug channel.
|
2006-03-27 11:30:50 +02:00 |
Mike Hearn
|
253a2d089c
|
opengl32: Optimize thunks by storing GL context in the thread environment block.
|
2006-03-21 11:27:13 +01:00 |
Huw Davies
|
4eb4546f21
|
opengl32: Implement wglUseFontOutlines.
|
2006-03-08 11:34:18 +01:00 |
Huw Davies
|
13268261bb
|
opengl: Sync a dibsection to its pixmap before drawing to it via opengl.
|
2006-02-02 13:23:55 +01:00 |
Huw Davies
|
586ed7d458
|
opengl: Use indirect contexts if the surface is a pixmap.
|
2006-01-11 12:10:04 +01:00 |
Raphael Junqueira
|
2d708edc5f
|
opengl: Fix last wgl regression.
Fix wgl regression: test glx server version and extensions to use (and
not use glXQueryDrawable on older glx implementations).
|
2005-12-22 13:54:01 +01:00 |
Huw Davies
|
412cb77d51
|
opengl: Add support for rendering on bitmaps.
|
2005-12-19 17:45:13 +01:00 |
Raphael Junqueira
|
1399edb092
|
opengl: render_texture
- better render_texture emulation (using pbuffers)
- support GLX_ATI_render_texture for render_texture
|
2005-12-08 12:45:07 +01:00 |
Aric Cyr
|
d0713d28e2
|
Move standard WGL function declarations to wingdi.h.
dlls/opengl32/wgl.h is now empty and no longer needed.
|
2005-12-03 18:01:51 +01:00 |
Raphael Junqueira
|
902edb117c
|
Added some checks on wglCreatContext to avoid problems (and
SetLastErrors).
|
2005-11-30 18:26:16 +01:00 |
Raphael Junqueira
|
2a0b18dce4
|
Fixed crash in wglShareList.
|
2005-11-29 10:43:38 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Raphael Junqueira
|
38c54b9d3b
|
Fix incorrect implementation of WGL_COLOR_BITS_ARB.
|
2005-11-24 19:21:38 +01:00 |
Raphael Junqueira
|
7ed830b8e1
|
Add GLXFBConfig on Wine_GLContext (we should remove XVisualInfo
references on code).
Hook glGetIntegerv on GL_ALPHA_BITS to query on GLXFBConfig instead of
glGetInteger (as it returns bad value).
|
2005-11-11 10:52:14 +00:00 |
Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Martin Fuchs
|
9f9fd4080b
|
Correct WINAPI position for MSVC portability.
|
2005-11-02 20:51:41 +00:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
H. Verbeet
|
f469b6f8de
|
Fix missing prototypes when using nVidia OpenGL headers.
|
2005-09-28 18:12:00 +00:00 |
Alexandre Julliard
|
9f859692f9
|
Replace DPRINTF by TRACE in a few places.
|
2005-09-25 15:23:21 +00:00 |
Alexandre Julliard
|
261e376495
|
Fixed a number of pointer to integer conversions that wouldn't work
right on a 64-bit platform.
|
2005-09-12 15:14:06 +00:00 |
Mike McCormack
|
98520ef499
|
gcc 4.0 warning fixes.
|
2005-08-10 09:48:58 +00:00 |
Mike McCormack
|
d7b9a23afd
|
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
|
2005-07-06 19:08:05 +00:00 |
Eric Pouech
|
2510658d8b
|
Now generating argument-less functions as (void) instead of ().
|
2005-06-27 09:46:35 +00:00 |