mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01:00
add some warnings about bitmaps/copypixels
This commit is contained in:
parent
e648a86601
commit
6ef1bdbdaa
1 changed files with 2 additions and 0 deletions
|
|
@ -568,6 +568,7 @@ st_Bitmap(GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height,
|
|||
|
||||
st_validate_state(st);
|
||||
|
||||
fprintf(stderr, "st_Bitmap not implemented yet\n");
|
||||
/* XXX to do */
|
||||
}
|
||||
|
||||
|
|
@ -581,6 +582,7 @@ st_CopyPixels(GLcontext *ctx, GLint srcx, GLint srcy,
|
|||
|
||||
st_validate_state(st);
|
||||
|
||||
fprintf(stderr, "st_CopyPixels not implemented yet\n");
|
||||
/* XXX to do */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue