Browse Source

llvmpipe: remove unused psize_slot field

undefined
Brian Paul 15 years ago
parent
commit
1550de98e6
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/gallium/drivers/llvmpipe/lp_context.h

+ 0
- 3
src/gallium/drivers/llvmpipe/lp_context.h View File

@@ -94,9 +94,6 @@ struct llvmpipe_context {
/** Vertex format */
struct vertex_info vertex_info;

/** Which vertex shader output slot contains point size */
int psize_slot;

/** The tiling engine */
struct lp_setup_context *setup;


Loading…
Cancel
Save