gallium: add LDEXP TGSI instruction and corresponding cap
[mesa.git] / src / gallium / drivers / nouveau / nv50 / nv50_stateobj_tex.h
index 99548cbdb423d5e04229543b4ef625d8fdba676f..6bc451450b1f9a00b367f8561181357c373dde72 100644 (file)
@@ -7,9 +7,10 @@
 struct nv50_tsc_entry {
    int id;
    uint32_t tsc[8];
+   bool seamless_cube_map;
 };
 
-static INLINE struct nv50_tsc_entry *
+static inline struct nv50_tsc_entry *
 nv50_tsc_entry(void *hwcso)
 {
    return (struct nv50_tsc_entry *)hwcso;
@@ -21,7 +22,7 @@ struct nv50_tic_entry {
    uint32_t tic[8];
 };
 
-static INLINE struct nv50_tic_entry *
+static inline struct nv50_tic_entry *
 nv50_tic_entry(struct pipe_sampler_view *view)
 {
    return (struct nv50_tic_entry *)view;