mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 10:40:11 +01:00
gallium/cso: Put the comment about shader in the code for future reference.
This commit is contained in:
parent
ab79d2be2e
commit
3dd7b53178
1 changed files with 7 additions and 0 deletions
|
|
@ -185,6 +185,13 @@ cso_restore_clip(struct cso_context *cso);
|
|||
|
||||
/* fragment sampler view state */
|
||||
|
||||
/*
|
||||
* We don't provide shader caching in CSO. Most of the time the api provides
|
||||
* object semantics for shaders anyway, and the cases where it doesn't
|
||||
* (eg mesa's internally-generated texenv programs), it will be up to
|
||||
* the state tracker to implement their own specialized caching.
|
||||
*/
|
||||
|
||||
void
|
||||
cso_set_fragment_sampler_views(struct cso_context *cso,
|
||||
uint count,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue