- 09 Jun, 2006 11 commits
-
-
Jason Green authored
- Declare more variable names for GLSL programs. - Some of these won't need to be declared eventually, but it doesn't hurt to do it for now. - Correct output name for pixel shaders (gl_FragColor instead of glFragColor).
-
Jason Green authored
- Got rid of the separate constant maps. - Side effect of this is that the map is a bit larger for pixel shaders than it needs to be
-
Jason Green authored
- Add a new file glsl_shader.c which contains almost every GLSL specific function we'll need - Move print_glsl_info() into glsl_shader.c - Move the shader_reg_maps struct info into the private header, and make it part of SHADER_OPCODE_ARG. - Create a new shared ps/vs register map for float constants (future patch will make ARB programs use this, too)
-
Jason Green authored
loading float constants for GLSL. - DrawPrim is just too big of a function. This separates the passing of constants to the shader into new functions. - Fixes an off-by-one error when loading vertex declaration constants (should be <, not <=) - Adds a function for GLSL loading of constants (aka Uniforms) - Adds a GLSL program variable to the stateblock and sets it to 0 (a future patch will actually create this program)
-
Dmitry Timoshkov authored
Return FALSE in the WM_CLOSE PROPSHEET_DialogProc handler in order to allow DefDlgProc to post us WM_COMMAND/IDCANCEL and unblock modal message loop.
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 08 Jun, 2006 24 commits
-
-
Alexandre Julliard authored
-
Jeff Latimer authored
-
Jeff Latimer authored
-
Jeff Latimer authored
-
Jeff Latimer authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Robert Reif authored
-
Phil Lodwick authored
-
Phil Lodwick authored
-
Michael Kaufmann authored
Include a bitmap in the resources and don't depend on Windows' OBM_CHECK bitmap anymore.
-
Robert Shearman authored
-
Robert Shearman authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Robert Shearman authored
parent is the desktop (i.e. it is becoming a top-level window).
-
Robert Shearman authored
changed into a connected state, otherwise we could assert in pipe_client_destroy.
-
Alexandre Julliard authored
-
Phil Lodwick authored
-
Phil Lodwick authored
-
Robert Shearman authored
-
Robert Shearman authored
rather than relying on the restriction of one connection per binding. This also avoids the problem of two threads using the same connection at the same time.
-
Robert Shearman authored
-
Robert Shearman authored
Move the calls to the full pointer init functions before NdrClient/ServerInitializeNew, like in MIDL-generated code.
-
- 07 Jun, 2006 5 commits
-
-
H. Verbeet authored
-
H. Verbeet authored
-
H. Verbeet authored
QueryInterface should return S_OK on success and set the object pointer to NULL on failure. This is similar to the patch Ivan submitted a while ago for wined3d.
-
H. Verbeet authored
QueryInterface should return S_OK on success and set the object pointer to NULL on failure. This is similar to the patch Ivan submitted a while ago for wined3d.
-
Andrew Talbot authored
-