Francois Gouget
04b09dd68c
opengl32: Mark internal symbols with hidden visibility.
2015-03-27 00:12:47 +09:00
Matteo Bruni
bfd4836867
opengl32: Return a NULL pointer for functions requiring unsupported or disabled extensions.
2015-02-25 20:35:25 +09:00
Matteo Bruni
9a1f66a4db
opengl32: Filter disabled extensions on OpenGL core profile contexts too.
2015-02-25 20:35:24 +09:00
Matteo Bruni
9e45ae0413
opengl32: Introduce wrappers for glGetIntegerv and glGetStringi. (v3).
2015-02-11 22:22:57 +09:00
Ken Thomases
4a6743e913
opengl32: Fix get_current_context_type() to not shift the type bits down.
...
The result is compared directly with handle type values like HANDLE_CONTEXT
whose meaningful values are in the high nibble.
2015-02-03 12:45:35 +09:00
Matteo Bruni
1e48bbb7ac
opengl32: Don't use deprecated functions for extension checking purposes on core profile contexts.
2015-02-02 22:37:11 +09:00
Matteo Bruni
cf92569cdd
opengl32: Store the OpenGL context version in the handle value.
2015-01-16 20:15:57 +01:00
Matteo Bruni
d6450cfad5
opengl32: Update to GL 4.5.
2015-01-15 22:12:57 +01:00
Austin English
c62514b953
opengl32: Load dll below 2GB address space.
2014-11-21 18:12:51 +09:00
Bruno Jesus
d0803ef1d0
opengl32/tests: Test glGetString() without an active GL context.
2014-06-25 11:51:48 +02:00
Alexandre Julliard
b72c8a7680
opengl32: Make sure the function table is initialized in all threads.
2014-06-25 11:51:31 +02:00
Ken Thomases
6696e7d9e1
winex11: Don't reset OpenGL swap interval of window on SetParent().
2014-03-21 11:17:23 +01:00
Ken Thomases
fbf2e243fe
opengl32: Download OpenGL registry files even if server certificate can't be verified.
2014-01-16 10:54:30 +01:00
Ken Thomases
46c7acadd7
opengl32: Fix Perl compilation errors in make_opengl script.
2014-01-16 10:52:56 +01:00
Alexandre Julliard
99ef0d6ff0
makefiles: Get rid of the MAKE_TEST_RULES variable.
2014-01-02 12:13:16 +01:00
Alexandre Julliard
5e7416e5c8
makefiles: Get rid of the MAKE_DLL_RULES variable.
2014-01-02 12:08:18 +01:00
Frédéric Delanoy
1c53957f08
opengl32: Use BOOL type where appropriate.
2013-11-19 18:47:52 +01:00
Rico Schüller
2fa9b7ebb5
opengl32: Use opengl xml registry files.
2013-11-05 20:38:21 +01:00
Rico Schüller
8a23fbf56f
opengl32: Allow multiple extensions to support the same function.
...
This allows that gl functions are available for different extensions,
e.g. "glVertexP2ui" which is new GL_ARB_vertex_type_2_10_10_10_rev and
also in GL_VERSION_3_3. It is valid to get that function for each gl
version when GL_ARB_vertex_type_2_10_10_10_rev is in the extension list.
On the other hand that function is available, when the gl version is >= 3.3.
2013-11-05 20:38:21 +01:00
Rico Schüller
465673a3d6
opengl32: Fix some style issues.
2013-11-05 20:38:21 +01:00
Rico Schüller
3c08b95b3b
opengl32: Use variables for file names.
2013-11-05 20:38:21 +01:00
Frédéric Delanoy
eafb3d8fca
opengl32/tests: Use BOOL type where appropriate.
2013-10-31 09:58:43 +01:00
Frédéric Delanoy
129df098a2
opengl32: Use BOOL type where appropriate.
2013-10-31 09:58:43 +01:00
Michael Stefaniuc
443f62d2f7
opengl32/tests: Compile with -D__WINESRC__.
2013-10-17 10:44:07 +02:00
Michael Stefaniuc
0e681027a2
tests: Compile the tests by default with -D__WINESRC__.
2013-10-02 11:04:02 +02:00
Akihiro Sagawa
33e05eb6c5
opengl32: Fix empty glyph handling.
2013-09-23 20:32:25 +02:00
Roderick Colenbrander
1f47580e9c
winex11: Store opengl swap interval with gl_drawable.
2013-05-23 19:02:59 +02:00
Roderick Colenbrander
074d89a078
opengl32: Add a test for WGL_EXT_swap_control.
2013-04-29 20:30:55 +02:00
Andrew Talbot
538a0e4a9e
opengl32: Remove unused variable.
2012-11-26 11:51:36 +01:00
Sam Edwards
001726fcbd
opengl32: Apply correct normals to text rendered with wglUseFontOutlines.
2012-11-08 15:37:50 +01:00
Alexandre Julliard
2480c9395b
opengl32: Get rid of wine_ prefix on generated functions.
2012-11-08 15:37:45 +01:00
Alexandre Julliard
a3d896897c
opengl32: Get rid of the extension removal hack in wglGetProcAddress and clean up the tracing.
2012-11-08 15:37:44 +01:00
Alexandre Julliard
a56c5b185e
opengl32: Don't substitute OpenGL types that are already defined in wgl.h.
2012-11-07 18:12:04 +01:00
Alexandre Julliard
fdc1f2d432
opengl32: Avoid using the system GL headers.
2012-11-07 18:12:02 +01:00
Alexandre Julliard
70e536f46b
opengl32: Generate our own wgl.h header from the OpenGL registry data.
2012-11-07 18:11:52 +01:00
Alexandre Julliard
00628bb646
opengl32: Update to the current OpenGL spec.
2012-11-07 13:56:06 +01:00
Sam Edwards
ced7d66a11
opengl32: Implement the wglUseFontOutlines WGL_FONT_LINES format.
2012-11-07 13:55:37 +01:00
Sam Edwards
2a208bd2ad
opengl32: Implement wglUseFontOutlines curve smoothing.
2012-11-05 11:53:44 +01:00
Ken Thomases
26670de210
opengl32: Don't lose __wine_set_pixel_format() declaration during make_opengl.
2012-11-05 11:30:33 +01:00
Sam Edwards
a428416a8a
opengl32: Fix outline-font glyphs rendering with incorrect front faces.
2012-10-29 10:47:04 +01:00
Alexandre Julliard
f950f41bfe
Revert "winex11: Refuse to set the pixel format for HWND_MESSAGE windows."
...
This reverts commit 53806917a3
.
Tests show that this is allowed.
2012-10-23 16:39:32 +02:00
Alexandre Julliard
025f4aed1e
winex11: Move the fps tracing to opengl32.
2012-09-10 11:38:30 +02:00
Alexandre Julliard
05c32b9b89
gdi32: Move the SwapBuffers entry point to the OpenGL driver.
2012-09-10 11:38:28 +02:00
Alexandre Julliard
9713a54b33
opengl32: Update the extension list.
2012-09-10 11:38:27 +02:00
Michael Stefaniuc
4076e0eb12
opengl32: Avoid conflicting defines for GLAPI / WINGDIAPI.
2012-09-05 11:48:23 +02:00
Michael Stefaniuc
6a6806944c
opengl32: Move the opengl_ext.h include before the other Wine headers.
2012-09-05 11:48:19 +02:00
Alexandre Julliard
2c54f8c12c
opengl32: Generate null driver entry points for all extension functions.
2012-08-23 21:36:55 +02:00
Jérôme Gardou
dbf1c83632
opengl32/tests: Do not pass NULL attrib list to wglCreatePBufferARB.
2012-08-23 21:33:19 +02:00
Alexandre Julliard
96e80c2623
gdi32: Move DescribePixelFormat and SetPixelFormat to the WGL driver.
2012-07-30 22:12:13 +02:00
Alexandre Julliard
5923e32ef1
opengl32: Store the modified extension string in the context.
2012-07-25 16:11:16 +02:00