• Jason Green's avatar
    wined3d: Move constant loading out of DrawPrimDrawStrided() and enable · 1f1057fc
    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)
    1f1057fc
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
DEVELOPERS-HINTS Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...