mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 21:40:08 +01:00
svga: remove questionable INLINE qualifiers
This commit is contained in:
parent
421f134028
commit
daf4254d07
1 changed files with 2 additions and 2 deletions
|
|
@ -410,7 +410,7 @@ svga_buffer_add_range(struct svga_buffer *sbuf,
|
|||
/**
|
||||
* Copy the contents of the malloc buffer to a hardware buffer.
|
||||
*/
|
||||
static INLINE enum pipe_error
|
||||
static enum pipe_error
|
||||
svga_buffer_update_hw(struct svga_screen *ss, struct svga_buffer *sbuf)
|
||||
{
|
||||
assert(!sbuf->user);
|
||||
|
|
@ -460,7 +460,7 @@ svga_buffer_update_hw(struct svga_screen *ss, struct svga_buffer *sbuf)
|
|||
*
|
||||
* Used when the buffer is too big to fit in the GMR aperture.
|
||||
*/
|
||||
static INLINE enum pipe_error
|
||||
static enum pipe_error
|
||||
svga_buffer_upload_piecewise(struct svga_screen *ss,
|
||||
struct svga_context *svga,
|
||||
struct svga_buffer *sbuf)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue