mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
update comments, fix typo
This commit is contained in:
parent
1203f54686
commit
cc9b4df5cb
1 changed files with 3 additions and 4 deletions
|
|
@ -68,12 +68,11 @@ struct st_context
|
||||||
struct pipe_context *pipe;
|
struct pipe_context *pipe;
|
||||||
|
|
||||||
struct draw_context *draw; /**< For selection/feedback */
|
struct draw_context *draw; /**< For selection/feedback */
|
||||||
struct draw_stage *feedback_stage; /**< For FL_FEEDBACK rendermode */
|
struct draw_stage *feedback_stage; /**< For GL_FEEDBACK rendermode */
|
||||||
struct draw_stage *selection_stage; /**< For GL_SELECT rendermode */
|
struct draw_stage *selection_stage; /**< For GL_SELECT rendermode */
|
||||||
|
|
||||||
/* Eventually will use a cache to feed the pipe with
|
/* Some state is contained in constant objects.
|
||||||
* create/bind/delete calls to constant state objects. Not yet
|
* Other state is just parameter values.
|
||||||
* though, we just shove random objects across the interface.
|
|
||||||
*/
|
*/
|
||||||
struct {
|
struct {
|
||||||
const struct cso_alpha_test *alpha_test;
|
const struct cso_alpha_test *alpha_test;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue