mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
llvmpipe: comments
This commit is contained in:
parent
a36395d487
commit
4769328fe1
1 changed files with 4 additions and 0 deletions
|
|
@ -999,6 +999,10 @@ make_variant_key(struct llvmpipe_context *lp,
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Update fragment state. This is called just prior to drawing
|
||||
* something when some fragment-related state has changed.
|
||||
*/
|
||||
void
|
||||
llvmpipe_update_fs(struct llvmpipe_context *lp)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue