mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
llvmpipe: comments
This commit is contained in:
parent
9be1feacf2
commit
a36395d487
1 changed files with 5 additions and 3 deletions
|
|
@ -135,9 +135,11 @@ compute_vertex_info(struct llvmpipe_context *llvmpipe)
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Hopefully this will remain quite simple, otherwise need to pull in
|
||||
/**
|
||||
* Handle state changes.
|
||||
* Called just prior to drawing anything (pipe::draw_arrays(), etc).
|
||||
*
|
||||
* Hopefully this will remain quite simple, otherwise need to pull in
|
||||
* something like the state tracker mechanism.
|
||||
*/
|
||||
void llvmpipe_update_derived( struct llvmpipe_context *llvmpipe )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue