~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/frontends/nine/basetexture9.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
    int16_t bind_count; /* to Device9->state.texture */
43
43
 
44
 
    boolean shadow;
45
 
    boolean fetch4_compatible;
 
44
    bool shadow;
 
45
    bool fetch4_compatible;
46
46
    uint8_t pstype; /* 0: 2D, 1: 1D, 2: CUBE, 3: 3D */
47
47
 
48
 
    boolean dirty_mip;
 
48
    bool dirty_mip;
49
49
    D3DTEXTUREFILTERTYPE mipfilter;
50
50
 
51
51
    unsigned level_count;
52
52
 
53
53
    /* Specific to managed textures */
54
54
    struct {
55
 
        boolean dirty;
 
55
        bool dirty;
56
56
        DWORD lod;
57
57
        DWORD lod_resident;
58
58
    } managed;