Henri Verbeet
|
368fcab2e8
|
wined3d: Send vertex shader binding updates through the command stream.
|
2013-10-04 12:45:18 +02:00 |
Francois Gouget
|
b0ccc355c3
|
wined3d: Fix compilation on systems that don't define INFINITY or NAN.
|
2013-10-03 16:32:38 +02:00 |
Henri Verbeet
|
052a863010
|
wined3d: Send texture binding updates through the command stream.
|
2013-10-03 12:55:09 +02:00 |
Henri Verbeet
|
d61b14371a
|
wined3d: Send index buffer binding updates through the command stream.
|
2013-10-03 12:55:04 +02:00 |
Henri Verbeet
|
264256970b
|
wined3d: Send stream frequency updates through the command stream.
|
2013-10-03 12:54:59 +02:00 |
Sebastian Lackner
|
af759e30c9
|
wined3d: Ensure that wined3d_cs_st_require_space allocates the required space.
|
2013-10-02 17:13:42 +02:00 |
Henri Verbeet
|
57ec706dde
|
wined3d: Send vertex buffer binding updates through the command stream.
|
2013-10-02 11:05:41 +02:00 |
Henri Verbeet
|
1f864bc9c3
|
wined3d: Send vertex declaration binding updates through the command stream.
|
2013-10-01 10:57:32 +02:00 |
Henri Verbeet
|
fd5fc51bc5
|
wined3d: Send depth stencil binding updates through the command stream.
|
2013-10-01 10:57:29 +02:00 |
Henri Verbeet
|
438b672660
|
wined3d: Send render target binding updates through the command stream.
|
2013-10-01 10:57:27 +02:00 |
Henri Verbeet
|
0776060439
|
wined3d: Send scissor rect updates through the command stream.
|
2013-09-30 20:34:52 +02:00 |
Henri Verbeet
|
8a7744b06e
|
wined3d: Call state_init_default() from state_init() when the appropriate flag is set.
|
2013-09-30 20:34:52 +02:00 |
Henri Verbeet
|
bc0f990b44
|
wined3d: Send viewport updates through the command stream.
|
2013-09-30 20:34:52 +02:00 |
Henri Verbeet
|
baf285d46a
|
wined3d: Send draw operation through the command stream.
|
2013-09-27 10:33:36 +02:00 |
Henri Verbeet
|
708b938f64
|
wined3d: Send clear operations through the command stream.
|
2013-09-27 10:33:34 +02:00 |
Henri Verbeet
|
602c82bce8
|
wined3d: Send present operations through a command stream.
The eventual goal is to have a multithreaded implementation of wined3d_cs_ops
and offload some processing to a different thread.
|
2013-09-27 10:33:15 +02:00 |