aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller2014-01-271-2/+2
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-8/+8
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-11/+11
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-4/+4
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-14/+14
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Enable native ETC texture support on Broadwell.Kenneth Graunke2014-01-141-1/+1
* i965: Don't call the blitter on addresses it can't handle.Eric Anholt2014-01-091-3/+20
* i965: Set fast color clear mcs_state on newly allocated image miptreesKeith Packard2013-12-201-3/+7
* i965/gen7+: Disentangle MSAA layout from fast clear state.Paul Berry2013-12-091-17/+18
* i965/Gen7: Allow CMS layout for multisample texturesChris Forbes2013-12-071-17/+1
* i965/Gen7: Move decision to allocate MCS surface into intel_mipmap_createChris Forbes2013-12-071-6/+8
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-6/+6
* i965: Disable BLORP on Broadwell for now.Kenneth Graunke2013-11-211-1/+1
* i965/gen7: Disallow Y tiling of renderable surfaces with valign of 2.Paul Berry2013-11-191-0/+17
* i915, i965: Fix memory leak in intel_miptree_create_for_bo.Vinson Lee2013-11-111-1/+3
* i965: Remove some tiny dead code from intel_miptree_map_movntdqaChad Versace2013-11-081-3/+0
* dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2013-11-071-0/+61