diff options
author | Axel Davy <[email protected]> | 2015-02-20 12:11:56 +0100 |
---|---|---|
committer | Axel Davy <[email protected]> | 2015-04-29 08:28:11 +0200 |
commit | 6f57e014365563c0dcc32451401a76212abf0a54 (patch) | |
tree | 98b81a7216f99444b09db2188837658beed85988 /src/gallium/state_trackers/nine/surface9.c | |
parent | 24eca6a30dea4cde0b0528b85e83d45a6430762e (diff) |
st/nine: Some D3DUSAGE_AUTOGENMIPMAP fixes
Signed-off-by: Axel Davy <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/nine/surface9.c')
-rw-r--r-- | src/gallium/state_trackers/nine/surface9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/nine/surface9.c b/src/gallium/state_trackers/nine/surface9.c index 36e108dd48b..e46afd91157 100644 --- a/src/gallium/state_trackers/nine/surface9.c +++ b/src/gallium/state_trackers/nine/surface9.c @@ -232,7 +232,7 @@ NineSurface9_GetContainer( struct NineSurface9 *This, return hr; } -static INLINE void +void NineSurface9_MarkContainerDirty( struct NineSurface9 *This ) { if (This->texture) { |