gallium: Add a pipe cap for whether primitive restart works for patches.
[mesa.git] / src / gallium / drivers / i915 / i915_debug_private.h
index b3668d08482d90a067e65137fb4e030dcada7636..f8d4285ba997a2e72dd4060279eecbe0b3b9f1d0 100644 (file)
@@ -1,6 +1,6 @@
 /**************************************************************************
  * 
- * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas.
+ * Copyright 2007 VMware, Inc.
  * All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
- * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
+ * IN NO EVENT SHALL VMWARE AND/OR ITS SUPPLIERS BE LIABLE FOR
  * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  * 
  **************************************************************************/
 
-/* Authors:  Keith Whitwell <keith@tungstengraphics.com>
+/* Authors:  Keith Whitwell <keithw@vmware.com>
  */
 
 #ifndef I915_DEBUG_PRIVATE_H
 #define I915_DEBUG_PRIVATE_H
 
-struct debug_stream 
+struct debug_stream
 {
    unsigned offset;            /* current gtt offset */
    char *ptr;          /* pointer to gtt offset zero */
@@ -39,7 +39,7 @@ struct debug_stream
    unsigned print_addresses;
 };
 
-void i915_disassemble_program(struct debug_stream *stream, 
+void i915_disassemble_program(struct debug_stream *stream,
                              const unsigned *program, unsigned sz);
 
 #endif