Henri Verbeet
|
f3dbbba48e
|
wined3d: Initialize the various backends in wined3d_adapter_init_nogl() as well.
|
2013-01-16 12:22:43 +01:00 |
Henri Verbeet
|
7595a58085
|
ddraw: Explicitly create a wined3d object without 3D capabilities when creating a normal wined3d object fails.
|
2013-01-14 11:01:53 +01:00 |
Henri Verbeet
|
85d12b320c
|
wined3d: Recognize any "X.Org" GL vendor as Mesa.
|
2013-01-03 16:43:36 +01:00 |
Henri Verbeet
|
cf4f09cf85
|
wined3d: Simplify select_card_amd_mesa() a bit.
We can use the same code for the Gallium and "classic" drivers, and the
classic drivers are no longer supported upstream anyway.
|
2013-01-03 16:43:32 +01:00 |
Caron Jensen
|
e51bd12315
|
wined3d: Add new Radeon HD 6570 GL renderer string.
|
2012-12-28 20:32:40 +01:00 |
Jiang Yike
|
44d5d3951b
|
wined3d: Add recognition for NVIDIA GeForce GTX 660 Ti, 660, 650 Ti and 650.
|
2012-12-19 14:38:59 +01:00 |
Piotr Caban
|
b71af96b9c
|
wined3d: Recognize Nvidia GT610 card.
|
2012-12-18 12:37:59 +01:00 |
Caron Jensen
|
86cb15b235
|
wined3d: Recognize Nvidia GT520 cards.
|
2012-12-14 18:58:10 +01:00 |
Henri Verbeet
|
78984cf46c
|
wined3d: Get rid of ENTER_GL / LEAVE_GL.
|
2012-12-11 12:03:39 +01:00 |
Alexandre Julliard
|
13f126498b
|
wined3d: Call wglSwapBuffers through the GL driver function table.
|
2012-12-06 14:10:04 +01:00 |
Henri Verbeet
|
1835e2f5ba
|
wined3d: Add support for ARB_instanced_arrays.
|
2012-12-03 12:37:49 +01:00 |
Henri Verbeet
|
7f62678c16
|
d3d10core: Implement d3d10_device_DrawIndexedInstanced().
|
2012-11-27 16:54:57 +01:00 |
Christian Inci
|
83ed5efb31
|
wined3d: Add support for nVidia GT 640M.
|
2012-11-15 21:22:06 +01:00 |
Henri Verbeet
|
10d46bc042
|
wined3d: Add support for GLSL based fixed function fragment shaders.
|
2012-11-12 12:15:25 +01:00 |
Alexandre Julliard
|
449deda62f
|
wined3d: Link directly to opengl32.
|
2012-11-08 15:37:44 +01:00 |
Rico Schüller
|
deae923cd8
|
wined3d: Fix return value for WINED3DFMT_ATI2N in CheckTextureCapability().
|
2012-10-24 19:37:15 +02:00 |
Francois Gouget
|
23470870a1
|
wined3d: Add a trailing '\n' to a Wine trace.
|
2012-10-18 19:20:48 +02:00 |
Matteo Bruni
|
3c11d8f331
|
wined3d: Add new Radeon HD 6670 GL renderer string.
|
2012-10-16 20:44:02 +02:00 |
Matteo Bruni
|
29c336916c
|
wined3d: Recognize AMD Radeon HD 5000 series GPUs on recent binary drivers.
|
2012-10-16 20:43:56 +02:00 |
Matteo Bruni
|
6a9df3e757
|
wined3d: Provide a better fallback for D3D10 AMD GPUs.
|
2012-10-16 20:43:51 +02:00 |
Matteo Bruni
|
4e57dd0cde
|
wined3d: Add a D3D10-level fallback for Intel GPU recognition.
|
2012-10-16 20:43:41 +02:00 |
Matteo Bruni
|
37ff45cca2
|
wined3d: Improve a Nvidia GPU recognition fallback.
|
2012-10-16 20:43:35 +02:00 |
Matteo Bruni
|
fe81c61804
|
wined3d: Split GPU vendor and GL vendor handling in GPU recognition.
|
2012-10-16 20:43:28 +02:00 |
Matteo Bruni
|
3d71c2d1ca
|
wined3d: Recognize Radeon HD 6970 as reported on some Macs.
|
2012-10-10 20:34:12 +02:00 |
Oleg Bosis
|
81525453f1
|
wined3d: Add correct detection of GeForce GT 650M video card.
|
2012-10-01 12:21:06 +02:00 |
Henri Verbeet
|
1ff07a7d68
|
wined3d: Take the data type of registers into account in the GLSL shader backend.
|
2012-09-25 11:19:15 +02:00 |
Henri Verbeet
|
fb989f1d1e
|
wined3d: Implement version checks for geometry shaders.
|
2012-09-19 13:04:56 +02:00 |
Bruno Jesus
|
10cdc26542
|
wined3d: Recognize GeForce 9300 properly.
|
2012-09-18 10:19:57 +02:00 |
Jiang Yike
|
a308bde74a
|
wined3d: Add AMD Radeon HD 7700 series and HD 7800 series graphics cards.
|
2012-09-07 12:23:31 +02:00 |
Matteo Bruni
|
152a09ce75
|
wined3d: Use GL_FRAMEBUFFER_SRGB when possible.
|
2012-08-15 12:15:42 +02:00 |
Nikolay Bogoychev
|
9716c1b50c
|
wined3d: Recognize GeForce GT 630M.
|
2012-08-14 17:42:06 +02:00 |
Henri Verbeet
|
894d161891
|
wined3d: Call core GL functions through gl_info.gl_ops as well.
|
2012-07-25 20:10:08 +02:00 |
Alexandre Julliard
|
63396e00b9
|
wined3d: Retrieve OpenGL extension functions directly through the TEB table.
|
2012-07-25 19:59:13 +02:00 |
Henri Verbeet
|
c7e3bb5a93
|
wined3d: Use struct opengl_funcs for storing GL extension pointers.
|
2012-07-24 13:36:29 +02:00 |
Henri Verbeet
|
4f3263e08c
|
wined3d: Handle core fixups like any other kind of extension fixup.
|
2012-07-24 13:36:28 +02:00 |
Henri Verbeet
|
526901e307
|
wined3d: Get rid of APPLE_flush_render, it doesn't exist.
|
2012-07-23 12:35:56 +02:00 |
Henri Verbeet
|
ea8dfe640d
|
wined3d: Convert some uppercase hex constants to lowercase.
|
2012-07-20 13:59:53 +02:00 |
Alexandre Julliard
|
d7250e97ed
|
wined3d: Fetch GL functions from the WGL driver table, including glFinish and glFlush.
|
2012-07-20 13:21:27 +02:00 |
Alexandre Julliard
|
4c0779006e
|
opengl32: Move the wgl functions to the main OpenGL function table.
|
2012-07-19 22:50:37 +02:00 |
Alexandre Julliard
|
2f31a66941
|
wined3d: Load glPointParameter functions as extensions rather than standard OpenGL functions.
|
2012-07-19 16:47:49 +02:00 |
Henri Verbeet
|
f1aea860f9
|
wined3d: Fix the draw buffer limit calculation.
|
2012-07-19 15:43:26 +02:00 |
Henri Verbeet
|
2bfc5214be
|
ddraw: Implement ddraw7_GetScanLine() on top of wined3d_get_adapter_raster_status().
|
2012-07-19 15:43:11 +02:00 |
Caron Jensen
|
9877df9aeb
|
wined3d: Recognize AMD Tahiti cards.
|
2012-07-19 15:43:01 +02:00 |
Henri Verbeet
|
e834c920ec
|
wined3d: Introduce a separate function for initializing various limits.
|
2012-07-17 12:50:22 +02:00 |
Henri Verbeet
|
adf66a338f
|
wined3d: Get rid of the unused sampler_stages limit.
|
2012-07-16 14:21:52 +02:00 |
Vincas Miliūnas
|
ada3dff134
|
wined3d: Recognize AMD Radeon HD 6700 Series renderer string.
|
2012-07-02 19:18:07 +02:00 |
Henri Verbeet
|
e97dc9f33d
|
d3d9: Implement d3d9_EnumAdapterModesEx().
|
2012-07-02 19:17:59 +02:00 |
Henri Verbeet
|
8d4e3d0d58
|
d3d9: Implement d3d9_GetAdapterModeCountEx().
|
2012-06-29 10:14:29 +02:00 |
Henri Verbeet
|
035b79ebcf
|
wined3d: Use the device name stored in the adapter in wined3d_get_adapter_identifier().
|
2012-06-29 10:14:10 +02:00 |
Henri Verbeet
|
d843447580
|
wined3d: Use the device name stored in the adapter in wined3d_set_adapter_display_mode().
|
2012-06-29 10:14:06 +02:00 |