cell: remove old blend/depth/stencil/logicop structs
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 11 Sep 2008 16:26:00 +0000 (10:26 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 11 Sep 2008 16:39:29 +0000 (10:39 -0600)
src/gallium/drivers/cell/common.h

index 61d2b7d1aedd8e18917f3ab5d9a39e0e73d4afc6..8aa2b23ec096387e7720e37ac0a0317fa8786d3d 100644 (file)
 #define CELL_DEBUG_SYNC     (1 << 1)
 
 
-/**
- */
-struct cell_command_depth_stencil_alpha_test
-{
-   uint64_t base;               /**< Effective address of code start. */
-   unsigned size;               /**< Size in bytes of SPE code. */
-   unsigned read_depth;         /**< Flag: should depth be read? */
-   unsigned read_stencil;       /**< Flag: should stencil be read? */
-   struct pipe_depth_stencil_alpha_state state;
-};
-
-
-/**
- * Upload code to perform framebuffer blend operation
- */
-struct cell_command_blend
-{
-   uint64_t base;               /**< Effective address of code start. */
-   unsigned size;               /**< Size in bytes of SPE code. */
-   unsigned read_fb;            /**< Flag: should framebuffer be read? */
-};
-
-
-struct cell_command_logicop
-{
-   uint64_t base;               /**< Effective address of code start. */
-   unsigned size;               /**< Size in bytes of SPE code. */
-};
-
 
 #define SPU_MAX_FRAGMENT_OPS_INSTS 64