- 14 Jul, 2008 22 commits
-
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Alexandre Julliard authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
rpcrt4: Implement MesEncodeIncrementalHandleCreate, MesDecodeIncrementalHandleCreate, MesIncrementalHandleReset and MesHandleFree.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
This creates an nvts version of this function, and removes the nvts code from the original one. The nvts version is used by the nvts pipeline implementation, the original one by the nvrc-only, atifs and ffp one.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
As long as we have the shader constants in misc, it is best to keep all the code that affects shader constants, like bumpenvmat setting, in there as well.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
This code creates the structures and the pipeline selection, as well as the caps filling. It does not yet move the actual code around, since this will be a bigger task.
-
Stefan Dösinger authored
This should do the same as the existing code, but it is more obvious.
-
Stefan Dösinger authored
This is a further separation of the sampler state, and a preparation to move the nv texture shader stuff to its own pipeline implementation.
-
Stefan Dösinger authored
When a sampler is changed and unconditional NP2 textures are not supported, the texture matrix may need adjustment. The sampler state function checks for that, and calls the texture transform setting function in that case. However, samplers are a misc state, and the texture transform flags a vertex state. Thus split up the code and move the matrix changes to the vertex side.
-
Stefan Dösinger authored
Since atifs is only doing the fragment pipeline replacement right now there is no need for the shader backend structure any longer. The ffp private data is stored in new fragment pipeline private data(which could potentially be set to equal the shader private data if needed).
-
Juan Lang authored
-
Juan Lang authored
-
- 11 Jul, 2008 18 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Reece Dunn authored
-
Gerald Pfeifer authored
-
Roy Shea authored
-
Maarten Lankhorst authored
-
Andre Wisplinghoff authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
It isn't related to the shader backend any longer. The nvts_enable in the ffp code isn't quite right as well, it should be moved away once there is a dedicated nvts fragment pipeline replacement
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Dylan Smith authored
In version 1.0 of the richedit controls highlighting is done by inverting the colours. Version 2.0 and up highlight instead draw the text using system colours for the background and the text.
-
Dylan Smith authored
-
Dylan Smith authored
-
Piotr Caban authored
-
Piotr Caban authored
msxml3: Fixed ISAXXMLReader_getContentHandler and ISAXXMLReader_getErrorHandler when second argument is NULL.
-