Bläddra i källkod

svga: remove some unneeded INLINE qualifiers

Trivial.
tags/10.3-branchpoint
Brian Paul 11 år sedan
förälder
incheckning
bfb6b76665

+ 2
- 2
src/gallium/drivers/svga/svga_resource_texture.c Visa fil

@@ -52,7 +52,7 @@
#define SVGA3D_SURFACE_HINT_SCANOUT (1 << 9)


static INLINE void
static void
svga_transfer_dma_band(struct svga_context *svga,
struct svga_transfer *st,
SVGA3dTransferType transfer,
@@ -104,7 +104,7 @@ svga_transfer_dma_band(struct svga_context *svga,
}


static INLINE void
static void
svga_transfer_dma(struct svga_context *svga,
struct svga_transfer *st,
SVGA3dTransferType transfer,

+ 2
- 2
src/gallium/drivers/svga/svga_screen_cache.c Visa fil

@@ -88,7 +88,7 @@ svga_screen_cache_bucket(const struct svga_host_surface_cache_key *key)
* found, remove it from the cache and return the surface pointer.
* Return NULL otherwise.
*/
static INLINE struct svga_winsys_surface *
static struct svga_winsys_surface *
svga_screen_cache_lookup(struct svga_screen *svgascreen,
const struct svga_host_surface_cache_key *key)
{
@@ -197,7 +197,7 @@ svga_screen_cache_shrink(struct svga_screen *svgascreen,
/**
* Transfers a handle reference.
*/
static INLINE void
static void
svga_screen_cache_add(struct svga_screen *svgascreen,
const struct svga_host_surface_cache_key *key,
struct svga_winsys_surface **p_handle)

+ 1
- 1
src/gallium/drivers/svga/svga_surface.c Visa fil

@@ -290,7 +290,7 @@ svga_surface_destroy(struct pipe_context *pipe,
}


static INLINE void
static void
svga_mark_surface_dirty(struct pipe_surface *surf)
{
struct svga_surface *s = svga_surface(surf);

Laddar…
Avbryt
Spara