• Matteo Bruni's avatar
    wined3d: Rename WINED3DUSAGE_PRIVATE to WINED3DUSAGE_CS. · fce93869
    Matteo Bruni authored
    Which is really what it means nowadays: resources created by the
    CS. It has mostly implications WRT thread safety.
    
    In particular, the flag doesn't mean that the resource doesn't
    participate in memory accounting (that was split into
    WINED3DUSAGE_VIDMEM_ACCOUNTING by
    723cd0a4), nor that it isn't checked
    for Reset purposes (we use parent == NULL for that).
    fce93869
glsl_shader.c 570 KB