summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_context.c
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2017-08-24 09:16:53 -0400
committerRob Clark <[email protected]>2017-10-24 12:56:51 -0400
commit7e7096307aff680160f7924cf972718b404c6c88 (patch)
tree274adeb1bba8b3eddbae6beaa1fe02f18120c6cb /src/gallium/drivers/freedreno/freedreno_context.c
parent7a6c6e73a827471b73cafc897bb706b16afaadd7 (diff)
freedreno: pass context flags through to fd_context_init()
Prep work for later patch. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_context.c')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_context.c b/src/gallium/drivers/freedreno/freedreno_context.c
index 1cf366b0c6a..3d0ac3a22db 100644
--- a/src/gallium/drivers/freedreno/freedreno_context.c
+++ b/src/gallium/drivers/freedreno/freedreno_context.c
@@ -244,7 +244,7 @@ fd_context_cleanup_common_vbos(struct fd_context *ctx)
struct pipe_context *
fd_context_init(struct fd_context *ctx, struct pipe_screen *pscreen,
- const uint8_t *primtypes, void *priv)
+ const uint8_t *primtypes, void *priv, unsigned flags)
{
struct fd_screen *screen = fd_screen(pscreen);
struct pipe_context *pctx;