aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Delete intel_chipset.h.Kenneth Graunke2014-09-291-1/+0
* i965/blorp: Pass image formats seperately from the miptreeJason Ekstrand2014-09-051-2/+4
* i965/gen6: Force ALL_SLICES_AT_EACH_LOD for separate stencil/hizJordan Justen2014-08-151-2/+4
* i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LODJordan Justen2014-08-151-10/+21
* i965: Change mipmap array_spacing_lod0 to array_layout (enum)Jordan Justen2014-08-151-4/+5
* i965: Implement fast color clears using meta operationsKristian Høgsberg2014-08-151-2/+2
* mesa: guard better when building with sse4.1 optimisationsEmil Velikov2014-08-131-0/+6
* i965/miptree: Layout 1D Array as 2D Array with height of 1Jordan Justen2014-08-011-0/+20
* i965: Fix z_offset computation in intel_miptree_unmap_depthstencil()Anuj Phogat2014-07-171-2/+2
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-6/+5
* mesa: Add and use foreach_list_typed_safe.Matt Turner2014-07-011-3/+1
* i965: Enable compressed multisample support (CMS) on Broadwell.Kenneth Graunke2014-06-261-8/+0
* i965: Add 2x MSAA support to the MCS allocation function.Kenneth Graunke2014-06-261-0/+1
* i965: Drop SINT workaround for CMS layout on Broadwell.Kenneth Graunke2014-06-261-3/+1
* i965: Make INTEL_DEBUG=mip print out whether HiZ is enabled.Kenneth Graunke2014-06-161-0/+2
* i965: Replace open-coded linked list with exec_list.Matt Turner2014-06-101-15/+14
* i965: use _mesa_align_malloc in intel_miptree_map_movntdqaTapani Pälli2014-06-051-2/+2
* i965: Use SSE4.1 runtime detection for intel_miptree_map.Matt Atwood2014-05-221-8/+3
* i965/fb: Use meta path for stencil up/downsamplingTopi Pohjolainen2014-05-151-1/+8
* i965: Move has_hiz from the slice to the level.Eric Anholt2014-05-121-15/+12
* i965: Delete the intel_regions.c code.Eric Anholt2014-05-011-1/+0
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-70/+69
* i965: Stop making a pointless region for DRI2 to just throw it away.Eric Anholt2014-05-011-13/+18
* i965: Drop the global GEM name from regions.Eric Anholt2014-05-011-2/+0
* i965: Drop the tiling argument to intel_miptree_create_for_bo.Eric Anholt2014-05-011-4/+5
* i965: Move intel_region_get_aligned_offset() to be a miptree function.Eric Anholt2014-05-011-4/+45
* i965: Move intel_region_get_tile_masks() to be a miptree function.Eric Anholt2014-05-011-1/+34
* i965: Don't bother flushing the batch if it doesn't ref our mt to map.Eric Anholt2014-04-251-1/+2
* i965: Fix buffer overruns in MSAA MCS buffer clearing.Eric Anholt2014-04-151-1/+1
* i965: refactor format selection for unsupported ETC* formatsChris Forbes2014-04-101-34/+42
* i965: refactor format munging for separate stencilChris Forbes2014-04-101-8/+23
* i965: Include #slices in miptree debugChris Forbes2014-04-101-2/+2
* i965/gen8: Change the winsys MSAA blits from blorp to meta.Eric Anholt2014-03-241-8/+13
* i965: Skip reallocating the private MSAA miptree, unless it's resized.Eric Anholt2014-03-241-17/+28
* i965: Don't forget to free the old singlesample_mt.Eric Anholt2014-03-241-0/+1
* i965: Mark sources for offset getters as constantsTopi Pohjolainen2014-03-051-3/+3
* i965: Don't forget to subtract mt->first_level in minify calls.Kenneth Graunke2014-02-261-4/+4
* i965: Delete the fabulous target_to_target() function.Kenneth Graunke2014-02-211-19/+2
* i965: Fix miptree matching for multisampled, non-interleaved miptrees.Eric Anholt2014-02-211-1/+14
* i965: Fix extra return value after winsys rb update refactor.Eric Anholt2014-02-201-1/+1
* i965: Update physical width/height munging for 2x IMS MSAA.Kenneth Graunke2014-02-191-1/+6
* i965: Disable MCS on Broadwell for now.Kenneth Graunke2014-02-191-0/+8
* i965: Bump generation check in code to disable HiZ at LODs > 0.Kenneth Graunke2014-02-191-1/+1
* i965: Drop mt->levels[].width/height.Eric Anholt2014-02-181-28/+12
* i965: Move singlesample_mt to the renderbuffer.Eric Anholt2014-02-181-189/+20
* i965: Drop some duplicated code in DRI winsys BO updates.Eric Anholt2014-02-181-86/+17
* i965: Simplify intel_miptree_updownsample.Eric Anholt2014-02-181-24/+11
* i965: Make the mt->target of multisample renderbuffers be 2D_MS.Eric Anholt2014-02-181-3/+5
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-4/+4
* i965: Use brw_bo_map[_gtt]() in intel_miptree_map_raw().Kenneth Graunke2014-02-031-8/+2