i965/miptree: Allow for accessing a CCS_E image as CCS_D
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.c
2017-07-23 Jason Ekstrandi965/miptree: Allow for accessing a CCS_E image as...
2017-07-23 Jason Ekstrandi965/miptree: Use ISL_AUX_STATE_PARTIAL_CLEAR for CCS_D
2017-07-23 Jason Ekstrandintel/isl: Add an aux state for "partial clear"
2017-07-23 Jason Ekstrandi965/miptree: Take an aux_usage in prepare/finish
2017-07-23 Jason Ekstrandi965/miptree: Refactor some things to use mt->aux_usage
2017-07-23 Jason Ekstrandi965/miptree: Rework prepare/finish_render to be in...
2017-07-23 Jason Ekstrandi965/miptree: Add a helper for getting the aux usage...
2017-07-23 Jason Ekstrandi965/miptree: Partially resolve MCS for texture views
2017-07-23 Jason Ekstrandi965/miptree: Add support for partially resolving MCS
2017-07-23 Jason Ekstrandi965/miptree: Tighten up finish_mcs_write
2017-07-23 Jason Ekstrandi965/miptree: Make aux_state work in terms of logical...
2017-07-23 Jason Ekstrandi965/miptree: Remove some unneeded restrictions
2017-07-23 Jason Ekstrandi965/miptree: Stop setting FOR_SCANOUT for renderbuffers
2017-07-21 Topi Pohjolaineni965/miptree: Clean-up unused
2017-07-21 Topi Pohjolaineni965/miptree: Switch remaining surfaces to isl
2017-07-21 Topi Pohjolaineni965/miptree: Drop miptree_array_layout in get_isl_dim_...
2017-07-21 Topi Pohjolaineni965/miptree: Relax size alignment for linear surfaces
2017-07-21 Topi Pohjolaineni965/miptree: Store compression flag also for isl based
2017-07-21 Topi Pohjolaineni965/miptree/gen4: Prepare x-tiled fallback for isl...
2017-07-21 Topi Pohjolaineni965/miptree: Prepare non-tiled fallback for isl based
2017-07-21 Topi Pohjolaineni965/miptree: Prepare has_color_unresolved() for isl...
2017-07-20 Topi Pohjolaineni965: Represent depth surfaces with isl
2017-07-20 Topi Pohjolaineni965/miptree: Prepare 3D surfaces with physical 2D...
2017-07-20 Topi Pohjolaineni965/miptree: Prepare aux state map for isl based
2017-07-20 Topi Pohjolaineni965/miptree: Represent y-tiled stencil copies with isl
2017-07-20 Topi Pohjolaineni965/miptree: Represent w-tiled stencil surfaces with isl
2017-07-20 Topi Pohjolaineni965/miptree: Prepare compressed offsets for isl based
2017-07-20 Topi Pohjolaineni965/miptree: Add support for imported bo offsets for...
2017-07-20 Topi Pohjolaineni965/miptree: Store chars-per-pixel even for isl based
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::row_pitch
2017-07-20 Topi Pohjolaineni965/miptree: Take interleaving into account in stencil...
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::tiling
2017-07-20 Topi Pohjolaineni965/miptree: Use isl_tiling_to_i915_tiling()
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::samples
2017-07-20 Topi Pohjolaineni965/miptree: Use num_samples of 1 instead of 0 for...
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::msaa_layout
2017-07-18 Topi Pohjolaineni965: Refactor check for separate stencil
2017-07-18 Topi Pohjolaineni965/miptree: Pass flags instead of explicit tiling...
2017-07-18 Topi Pohjolaineni965/miptree: Add pitch override for imported buffer...
2017-07-18 Topi Pohjolaineni965/miptree: Stop setting total_width/height for exist...
2017-07-18 Topi Pohjolaineni965/miptree: Check for miptree_create() failures
2017-07-18 Topi Pohjolaineni965/miptree: Do not rely on msaa type to decide if...
2017-07-18 Topi Pohjolaineni965: Mark read-only args as const in intel_miptree_sup...
2017-07-18 Topi Pohjolaineni965/miptree: Set refcount before failing via _release()
2017-07-17 Jason Ekstrandintel/isl: Add a row_pitch parameter to surf_get_ccs_surf
2017-07-17 Jason Ekstrandi965/miptree: Use BO_ALLOC_ZEROED for CCS_E buffers
2017-07-17 Jason Ekstrandi965/miptree: Replace is_lossless_compressed with mt...
2017-07-17 Jason Ekstrandi965/miptree: Allocate HiZ up-front
2017-07-17 Jason Ekstrandi965/miptree: Add an intel_tiling_supports_hiz helper
2017-07-17 Jason Ekstrandi965/miptree: Gather initial aux allocation into a...
2017-07-17 Lionel Landwerlini965: miptree: silence coverity warning
2017-07-13 Lionel Landwerlini965: map_gtt: check mapping address before adding...
2017-07-13 Jason Ekstrandi965/miptree: Move CCS allocation into create_for_dri_image
2017-07-13 Jason Ekstrandi965/miptree: Add support for window system images...
2017-07-13 Jason Ekstrandi965/miptree: Add a colorspace parameter to create_for_...
2017-07-13 Ben Widawskyi965/miptree: Allocate mt earlier in update winsys
2017-07-13 Ben Widawskyi965/miptree: Add a return for updating of winsys
2017-07-13 Jason Ekstrandi965/miptree: Set level_x/h in create_for_dri_image
2017-07-13 Jason Ekstrandi965/miptree: Add tile_x/y to total_width/height
2017-07-13 Jason Ekstrandi965/miptree: Pass the offset into create_for_bo in...
2017-07-13 Jason Ekstrandi965: Move the DRIimage -> miptree code to intel_mipmap...
2017-06-23 Jason Ekstrandi965/miptree: Rework aux enabling
2017-06-23 Jason Ekstrandi965/miptree: Rename the non_msrt_mcs functions to...
2017-06-23 Jason Ekstrandi965/miptree: Delete the layered rendering resolve
2017-06-22 Chad Versacei965: Rename some vague format members of brw_context
2017-06-21 Pohjolainen, Topii965/gen6: Use isl-based miptree also for stencil rbs
2017-06-21 Jason Ekstrandi965/miptree: Move isl_surf_get_(hiz|mcs)_surf out...
2017-06-19 Topi Pohjolaineni965/wm: Use stored hiz surface instead of creating...
2017-06-19 Topi Pohjolaineni965/miptree/gen7+: Use isl for hiz layouts
2017-06-19 Topi Pohjolaineni965/miptree: Drop BO_ALLOC_FOR_RENDER in intel_miptree...
2017-06-19 Topi Pohjolaineni965/miptree: Use isl for mcs layouts
2017-06-19 Topi Pohjolaineni965/miptree: Refactor aux surface allocation
2017-06-19 Topi Pohjolaineni965/gen6: Use isl for hiz
2017-06-19 Topi Pohjolaineni965/miptree: Refactor isl aux usage resolver
2017-06-19 Topi Pohjolaineni965/gen6: Use isl for stencil surfaces
2017-06-19 Topi Pohjolaineni965/miptree: Prepare range getter for isl based
2017-06-19 Topi Pohjolaineni965/miptree: Prepare stencil mapping for isl based
2017-06-19 Topi Pohjolaineni965: Add isl based miptree creator
2017-06-19 Topi Pohjolaineni965/miptree: Add option to resolve offsets using isl_surf
2017-06-19 Topi Pohjolaineni965: Prepare slice copy for isl based miptrees
2017-06-19 Topi Pohjolaineni965: Prepare slice validator for isl based miptrees
2017-06-19 Topi Pohjolaineni965: Prepare image validation for isl based miptrees
2017-06-19 Topi Pohjolaineni965: Prepare up/downsampling for isl based miptrees
2017-06-19 Topi Pohjolaineni965/miptree: Refactor mapping table alloc
2017-06-19 Topi Pohjolaineni965/gen4: Add support for single layer in alignment...
2017-06-19 Topi Pohjolaineni965/miptree: Separate src and dst slice specifiers...
2017-06-19 Topi Pohjolaineni965/miptree: Clarify face/level/layer in slice copy
2017-06-15 Jason Ekstrandi965/miptree: Use the new simple alloc_tiled for CCS...
2017-06-15 Jason Ekstrandi965/bufmgr: Rename bo_alloc_tiled to bo_alloc_tiled_2d
2017-06-15 Jason Ekstrandi965/miptree: Choose the stencil layout in miptree_crea...
2017-06-12 Lionel Landwerlini965: fix missing break
2017-06-09 Anuj Phogati965/cnl: Don't resolve single sampled color rb in...
2017-06-08 Jason Ekstrandi965: Delete intel_resolve_map
2017-06-08 Jason Ekstrandi965: Use the new tracking mechanism for HiZ
2017-06-08 Jason Ekstrandi965/miptree: Make level_has_hiz take a const miptree
2017-06-08 Jason Ekstrandi965: Wholesale replace the color resolve tracking...
2017-06-08 Jason Ekstrandi965: Delete most of the old resolve interface
2017-06-08 Jason Ekstrandi965: Move depth to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move images to the new resolve functions
2017-06-08 Jason Ekstrandi965: Move framebuffer fetch to the new resolve functions
next