aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* i965/drm: Make stride/pitch a uint32_t.Kenneth Graunke2017-04-111-19/+7
* i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.Kenneth Graunke2017-04-111-18/+6
* i965: Fix wonky indentation left by brw_bo_alloc_tiled rename.Kenneth Graunke2017-04-101-8/+8
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-101-3/+3
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-32/+32
* i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.Kenneth Graunke2017-04-101-3/+3
* i965: Make/use a brw_batch_references() wrapper.Kenneth Graunke2017-04-101-1/+1
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-23/+23
* i965: Make sure we don't use CPU maps for the scanout buffer.Kenneth Graunke2017-04-101-1/+13
* i965: Delete tile resource mode codeAnuj Phogat2017-03-271-111/+32
* i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()Anuj Phogat2017-03-091-1/+1
* intel/isl: Rename supports_lossless_compression to supports_ccs_eJason Ekstrand2017-02-021-2/+1
* i965/hiz/gen6: Stop setting false qpitchTopi Pohjolainen2017-01-271-1/+7
* i965/gen6: Simplify hiz surface setupTopi Pohjolainen2017-01-271-7/+2
* i965/miptree: Remove redundant check for null textureTopi Pohjolainen2017-01-271-6/+1
* i965/miptree: Tell when brw_miptree_layout() failsTopi Pohjolainen2017-01-271-1/+4
* i965: Delete pending CCS and HiZ ops in intel_miptree_make_shareable()Chad Versace2017-01-191-0/+16
* i965/miptree: Create a disable CCS flagBen Widawsky2017-01-021-11/+10
* i965: Replace bool aux disable with enumBen Widawsky2017-01-021-12/+12
* i965/miptree: Use intel_miptree_copy for mapsJason Ekstrand2016-12-131-12/+8
* i965/mt: Disable HiZ when sharing depth buffer externally (v2)Chad Versace2016-12-101-7/+22
* i965/mt: Disable aux surfaces after making miptree shareableChad Versace2016-12-101-0/+2
* i965: Release aux buffer when disabling ccsTopi Pohjolainen2016-12-051-0/+3
* i965: Enable fast clears for multi-lodBen Widawsky2016-11-251-15/+0
* i965: Allow single-sampled miptree to be resolved and sharedTopi Pohjolainen2016-11-251-1/+1
* i965/gen8: Relax asserts prohibiting arrayed/mipmapped fast clearsTopi Pohjolainen2016-11-251-12/+15
* i965: Use ISL for CCS layoutsTopi Pohjolainen2016-11-251-100/+38
* i965: Track fast color clear state in level/layer granularityTopi Pohjolainen2016-11-251-20/+59
* i965: Refactor check if color resolve is neededTopi Pohjolainen2016-11-251-15/+28
* i965: Add interface for checking multiple slices if any is unresolvedTopi Pohjolainen2016-11-251-0/+8
* i965: Provide slice details to renderbuffer fast clear state trackerTopi Pohjolainen2016-11-251-0/+46
* i965: Split per miptree and per slice/level fast clear bitsTopi Pohjolainen2016-11-251-9/+9
* i965: Provide slice details to color resolverTopi Pohjolainen2016-11-251-3/+29
* i965: Add new interface for full color resolvesTopi Pohjolainen2016-11-251-2/+9
* i965: Restructure fast clear eligibility decisionBen Widawsky2016-11-231-14/+37
* i965: Set initial msaa fast clear status explicitlyTopi Pohjolainen2016-11-231-1/+1
* i965/gen7: Minify blit size for stencil tree copyJordan Justen2016-11-171-2/+4
* i965: miptree: prevent potential NULL pointer accessLionel Landwerlin2016-11-161-2/+8
* i965/gen9: Allow sampling with hiz when supportedJordan Justen2016-11-081-1/+28
* i965: Add function to indicate when sampling with hiz is supportedJordan Justen2016-11-081-0/+17
* i965/miptree: Create a hiz mcs typeBen Widawsky2016-11-081-29/+31
* i965: Drop the aux mt when not usedBen Widawsky2016-11-081-11/+20
* i965/miptree: Directly gtt map the mcs bufferBen Widawsky2016-11-081-2/+9
* i965: Wrap MCS miptree in intel_miptree_aux_bufferJordan Justen2016-11-081-45/+71
* i965/miptree: Remove the width/height < 32768 restrictionsJason Ekstrand2016-10-271-6/+0
* i965/miptree: Break miptree -> ISL tiling conversion into a helperJason Ekstrand2016-10-271-25/+30
* i965/miptree: Remove the stencil_as_y_tiled parameter from get_aligned_offsetJason Ekstrand2016-10-271-16/+2
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-2/+2
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-2/+2
* i965/rbc: Allocate mcs directlyTopi Pohjolainen2016-09-121-52/+16