mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
i965/gs: Create brw_context::gs structure to track GS program state.
v2: Change name from "vec4_gs" to simply "gs". Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
parent
ec94e3c3d0
commit
a702f6325c
1 changed files with 5 additions and 0 deletions
|
|
@ -1171,6 +1171,11 @@ struct brw_context
|
|||
struct brw_vs_prog_data *prog_data;
|
||||
} vs;
|
||||
|
||||
struct {
|
||||
struct brw_stage_state base;
|
||||
struct brw_gs_prog_data *prog_data;
|
||||
} gs;
|
||||
|
||||
struct {
|
||||
struct brw_ff_gs_prog_data *prog_data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue