mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-14 13:38:20 +02:00
st/mesa: fix up comment
This commit is contained in:
parent
8796dbf519
commit
8468234bfa
1 changed files with 5 additions and 2 deletions
|
|
@ -49,8 +49,11 @@
|
|||
#include "st_mesa_to_tgsi.h"
|
||||
#include "cso_cache/cso_context.h"
|
||||
|
||||
/* Clean out any old compilations:
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Clean out any old compilations:
|
||||
*/
|
||||
void
|
||||
st_vp_release_varients( struct st_context *st,
|
||||
struct st_vertex_program *stvp )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue