• Stefan Dösinger's avatar
    wined3d: GL_NV_vertex_program2_option supports relative offsets > 63. · bffd5362
    Stefan Dösinger authored
    The ARR codepath used if ctx->target_version >= NV2 does not account for
    the correction offset, but the indirect addressing reads do, which
    ultimately results in incorrect offsets. Since the limitation goes away
    as soon as we enable GL_NV_vertex_program_2_option ignoring the offset
    is the best thing to do. I don't set shader_data->rel_offset to zero in
    the pre-compilation analysis because enablding NV_vertex_program2 is in
    theory a decision that is taken later during code generation.
    bffd5362
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...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Make.vars.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...