mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 20:00:10 +01:00
i965: comments for brw_SAMPLE()
This commit is contained in:
parent
e1a1a5a638
commit
1146d40b9c
1 changed files with 5 additions and 1 deletions
|
|
@ -966,7 +966,11 @@ void brw_fb_WRITE(struct brw_compile *p,
|
|||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Texture sample instruction.
|
||||
* Note: the msg_type plus msg_length values determine exactly what kind
|
||||
* of sampling operation is performed. See volume 4, page 161 of docs.
|
||||
*/
|
||||
void brw_SAMPLE(struct brw_compile *p,
|
||||
struct brw_reg dest,
|
||||
GLuint msg_reg_nr,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue