mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
glx: fix spelling issues
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Andrii Simiklit <andrii.simiklit@globallogic.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7965>
This commit is contained in:
parent
618e480f38
commit
a7fb3954a1
1 changed files with 2 additions and 2 deletions
|
|
@ -474,8 +474,8 @@ indirect_create_context_attribs(struct glx_screen *psc,
|
|||
|
||||
/*
|
||||
** Constrain the maximum drawing command size allowed to be
|
||||
** transfered using the X_GLXRender protocol request. First
|
||||
** constrain by a software limit, then constrain by the protocl
|
||||
** transferred using the X_GLXRender protocol request. First
|
||||
** constrain by a software limit, then constrain by the protocol
|
||||
** limit.
|
||||
*/
|
||||
gc->maxSmallRenderCommandSize = MIN3(bufSize, __GLX_RENDER_CMD_SIZE_LIMIT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue