gallivm: Pass condition masks as an unsigned bitmask.
[mesa.git] / src / gallium / drivers / i965 / brw_winsys.h
index f30c7f181323fb0d5cedf364149c613f57a9ee32..a06f8bb7d6140d9e1d61111d4ea927d752355143 100644 (file)
@@ -147,6 +147,7 @@ static INLINE void make_reloc(struct brw_winsys_reloc *reloc,
 
 struct brw_winsys_screen {
 
+   unsigned pci_id;
 
    /**
     * Buffer functions.
@@ -261,12 +262,6 @@ bo_reference(struct brw_winsys_buffer **ptr, struct brw_winsys_buffer *buf)
 }
 
 
-/**
- * Create brw pipe_screen.
- */
-struct pipe_screen *brw_create_screen(struct brw_winsys_screen *iws, unsigned pci_id);
-
-
 
 /*************************************************************************
  * Cooperative dumping between winsys and driver.  TODO: make this