mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
i965: Fix typo in doxygen hyperlink
s/brw_state_upload/brw_upload_state/ Found because the link was broken. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
parent
11b8df0c01
commit
b7262ac7ea
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ static bool brw_try_draw_prims( struct gl_context *ctx,
|
|||
|
||||
intel_prepare_render(intel);
|
||||
|
||||
/* This workaround has to happen outside of brw_state_upload() because it
|
||||
/* This workaround has to happen outside of brw_upload_state() because it
|
||||
* may flush the batchbuffer for a blit, affecting the state flags.
|
||||
*/
|
||||
brw_workaround_depthstencil_alignment(brw);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue