mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 15:50:11 +01:00
i965/meta: Fix typo in comment
Trivial. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
7237c937af
commit
6e37304521
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ setup_bounding_rect(GLuint prog, const struct blit_dims *dims)
|
|||
|
||||
/**
|
||||
* Setup uniforms telling the destination width, height and the offset. These
|
||||
* are needed to unnoormalize the input coordinates and to correctly translate
|
||||
* are needed to unnormalize the input coordinates and to correctly translate
|
||||
* between destination and source that may have differing offsets.
|
||||
*/
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue