• Raphael Junqueira's avatar
    - move input and output data in VertexShader struct · 6b03dd5c
    Raphael Junqueira authored
    - better traces
    - specific input data filling function for vertex shaders using vertex
      shader declaration (and not FVF ... maybe FVF will return for fast
      path with simples vertex shader declarations)
    - huge vertex shader fixes:
      - add and fix many vs (1.0->2.0) used opcodes in complex shaders
      - improvements to programs parser: parse comments, version, ..
      - add a vertex shader input filler function (parsing vertex shader
        declaration): almost complete
    - comments most of the traces (else flood ...)
    - add more urls in comments
    - indent, cleanups
    6b03dd5c
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile.in Loading commit data...
basetexture.c Loading commit data...
cubetexture.c Loading commit data...
d3d8.spec Loading commit data...
d3d8_main.c Loading commit data...
d3d8_private.h Loading commit data...
device.c Loading commit data...
directx.c Loading commit data...
indexbuffer.c Loading commit data...
resource.c Loading commit data...
shader.c Loading commit data...
surface.c Loading commit data...
swapchain.c Loading commit data...
texture.c Loading commit data...
vertexbuffer.c Loading commit data...
volume.c Loading commit data...
volumetexture.c Loading commit data...