Go to the source code of this file.
Data Structures | |
struct | softpipe_context |
Defines | |
#define | USE_DRAW_STAGE_PSTIPPLE 1 |
This is a temporary variable for testing draw-stage polygon stipple. | |
#define | SP_NUM_QUAD_THREADS 1 |
Functions | |
static struct softpipe_context * | softpipe_context (struct pipe_context *pipe) |
#define SP_NUM_QUAD_THREADS 1 |
Definition at line 51 of file sp_context.h.
#define USE_DRAW_STAGE_PSTIPPLE 1 |
This is a temporary variable for testing draw-stage polygon stipple.
If zero, do stipple in sp_quad_stipple.c
Definition at line 46 of file sp_context.h.
static struct softpipe_context* softpipe_context | ( | struct pipe_context * | pipe | ) | [static, read] |
Definition at line 159 of file sp_context.h.
00160 { 00161 return (struct softpipe_context *)pipe; 00162 }