DRI2: report swap events correctly in direct rendered case
[mesa.git] / src / gallium / drivers / nv30 / nv30_state.h
index 20c5176160769f849a5f466c9bc92c6bf8601590..e42e872de757257f3c2998b8e25e09b24d87a95e 100644 (file)
@@ -2,7 +2,7 @@
 #define __NV30_STATE_H__
 
 #include "pipe/p_state.h"
-#include "tgsi/util/tgsi_scan.h"
+#include "tgsi/tgsi_scan.h"
 
 struct nv30_sampler_state {
        uint32_t fmt;
@@ -72,6 +72,7 @@ struct nv30_fragment_program {
 
 struct nv30_miptree {
        struct pipe_texture base;
+       struct nouveau_bo *bo;
 
        struct pipe_buffer *buffer;
        uint total_size;