diff options
author | Topi Pohjolainen <[email protected]> | 2014-05-05 22:18:46 +0300 |
---|---|---|
committer | Topi Pohjolainen <[email protected]> | 2014-05-15 21:39:33 +0300 |
commit | d1829badf5caae794393de77cfe34eda44c1fcc9 (patch) | |
tree | 3f2babea6efbdb8c99a341187e2299a5fd5af26c /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | 9d752c098c5dc819fd08b9611ca52d847c1b9495 (diff) |
i965/meta: Stencil blits
v2: Create the intel renderbuffer with level hardcoded to zero instead
of overriding it in the surface state configuration. Also moved the
dimension adjustments for tiling, mip level, msaa into the render
buffer creation. Finally prepares for another blit path needed for
miptree updownsampling.
v3 (Ken): Dropped unnecessary memory context for "ralloc_asprintf()"
Cc: "10.2" <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Signed-off-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 9379fd26122..5fc90b54a75 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -76,6 +76,7 @@ i965_FILES = \ brw_lower_texture_gradients.cpp \ brw_lower_unnormalized_offset.cpp \ brw_meta_updownsample.c \ + brw_meta_stencil_blit.c \ brw_meta_util.c \ brw_misc_state.c \ brw_object_purgeable.c \ |