summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_mipmap_tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-2349/+0
2013-06-12i965/gen7: Enable support for fast color clears.Paul Berry1-0/+20
2013-06-12i965/gen7+: Disable fast color clears on shared regions.Paul Berry1-0/+34
2013-06-12i965/gen7+: Resolve color buffers when necessary.Paul Berry1-0/+5
2013-06-12i965/blorp: Write blorp code to do render target resolves.Paul Berry1-0/+23
2013-06-12i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry1-0/+48
2013-06-12i965/gen7+: Create helper functions for single-sample MCS buffers.Paul Berry1-0/+119
2013-06-12i965/gen7+: Create an enum for keeping track of fast color clear state.Paul Berry1-0/+4
2013-06-12intel: Conditionally compile mcs-related code for i965 only.Paul Berry1-1/+7
2013-06-12intel: Keep region name in intel_miptree_create_for_dri2_buffer().Paul Berry1-0/+1
2013-06-03intel: Fix performance regression from miptree blit changes.Eric Anholt1-1/+1
2013-05-30intel: Add multisample scaled blitting in blorp engineAnuj Phogat1-0/+2
2013-05-28intel: Rework intel_miptree_create_for_region() to wrap a BO.Eric Anholt1-15/+50
2013-05-28intel: Make a temporary miptree for the blit path of miptree mapping.Eric Anholt1-72/+27
2013-05-28intel: Extend the force_y_tiling flag to allow forcing no tiling.Eric Anholt1-8/+17
2013-05-28i965: Consistently do depth resolves before blitting.Eric Anholt1-6/+0
2013-05-28intel: Make a wrapper for intelEmitCopyBlit using miptrees.Eric Anholt1-11/+4
2013-05-28intel: Make intel_miptree_get_tile_offsets return a page offset.Eric Anholt1-3/+18
2013-05-20i965: Skip etc-to-rgb transcode on BayTrail.Eric Anholt1-31/+33
2013-05-16intel: Do a depth resolve before copying images between miptrees.Paul Berry1-0/+6
2013-05-07i965: Use Y-tiled blits to untile for cached mappings of miptrees.Eric Anholt1-1/+2
2013-05-06i965: Move blorp resolve setup into brw_blorp_blit_miptrees().Eric Anholt1-11/+0
2013-04-30i965: Stop passing num_samples to intel_miptree_alloc_hiz().Paul Berry1-4/+3
2013-04-30intel: Remove the last spans code!Eric Anholt1-1/+0
2013-04-30intel: Move the S8 offset calc function near its remaining usage.Eric Anholt1-0/+56
2013-04-29intel: Be more conservative in disabling tiling to save memory.Eric Anholt1-3/+5
2013-04-29intel: Fold the one last function intel_tex_format.c into the caller.Eric Anholt1-6/+10
2013-04-12intel: Fix an unused variable warning in the release build.Eric Anholt1-2/+2
2013-04-12i965: Fix error path for MCS allocation.Eric Anholt1-1/+1
2013-04-10intel: Fall back to X-tiling when larger than estimated aperture size.Kenneth Graunke1-2/+26
2013-04-10intel: Refactor code in intel_miptree_choose_tiling().Kenneth Graunke1-4/+6
2013-04-10intel: Move the max_gtt_map_object_size estimation to intel_context.Kenneth Graunke1-18/+1
2013-04-10intel/hsw: Enable hiz (v2)Chad Versace1-1/+50
2013-04-10intel: Replace checks for hiz_mt with intel_has*hiz()Chad Versace1-6/+2
2013-04-10intel: Add field intel_mipmap_slice::has_hizChad Versace1-0/+14
2013-04-08intel: Remove the texture_tiling driconf option.Kenneth Graunke1-3/+0
2013-04-08i965: Prefer Y-tiling on Gen6+.Kenneth Graunke1-1/+1
2013-04-08i965: Use tiling even for compressed textures.Kenneth Graunke1-1/+1
2013-04-08intel: Refactor selection of miptree tilingChad Versace1-42/+61
2013-04-08intel: Avoid making tiled miptrees we won't be able to blit.Eric Anholt1-14/+21
2013-04-08intel: Do temporary CPU maps of textures that are too big to GTT map.Eric Anholt1-0/+21
2013-04-08intel: Add support for writing to our linear-temporary-CPU-map case.Eric Anholt1-2/+23
2013-03-19i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry1-3/+10
2013-03-16i965: Simplify separate stencil checkPaul Berry1-1/+1
2013-03-05intel: Transition intel_region_map() to being a miptree operation.Eric Anholt1-19/+46
2013-03-05intel: Finish renaming fallback_debug() to perf_debug().Eric Anholt1-2/+2
2013-03-02i965: take the target into account for Gen7 MSAA modesChris Forbes1-3/+19
2013-03-02i965: add support for multisample texturesChris Forbes1-3/+21
2013-03-01intel: Fix software copying of miptree faces for weird formats.Eric Anholt1-18/+77
2013-03-01intel: Add a flag for miptree mapping to disable transcoding.Eric Anholt1-4/+6