This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
llvmpipe: remove unused psize_slot field
undefined
Brian Paul
15 years ago
parent
3a749b5c09
commit
1550de98e6
1 changed files
with
0 additions
and
3 deletions
Split View
Show Diff Stats
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;
Write
Preview
Loading…
Cancel
Save