summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
Commit message (Expand)AuthorAgeFilesLines
...
* i965/skl: Fix the qpitch valueNeil Roberts2015-04-201-3/+7
* i965: Change intel_miptree_create_for_bo() signatureChad Versace2015-04-131-1/+2
* i965: Add field intel_mipmap_tree::disable_aux_buffersChad Versace2015-04-131-0/+7
* i965: Refactor brw_is_hiz_depth_format()Chad Versace2015-04-131-1/+4
* i965: Declare intel_miptree_create_layout() as staticChad Versace2015-04-131-13/+0
* i965: Declare intel_miptree_alloc_mcs() as staticChad Versace2015-04-131-5/+0
* i965/hiz: Start to separate miptree out from hiz buffersJordan Justen2015-03-091-3/+26
* i965/mipmap_tree: Add a depth parameter to create_for_boJason Ekstrand2015-01-221-0/+1
* i965: Fix intel_miptree_map() signature to be more 64-bit safeChad Versace2014-12-221-1/+1
* i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LODJordan Justen2014-08-151-2/+4
* i965: Change mipmap array_spacing_lod0 to array_layout (enum)Jordan Justen2014-08-151-6/+55
* i965: Replace open-coded linked list with exec_list.Matt Turner2014-06-101-1/+1
* i965: Move has_hiz from the slice to the level.Eric Anholt2014-05-121-12/+10
* i965: Fix a stale comment referenceEric Anholt2014-05-021-1/+1
* i965: Delete the intel_regions.c code.Eric Anholt2014-05-011-1/+3
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-34/+29
* i965: Stop making a pointless region for DRI2 to just throw it away.Eric Anholt2014-05-011-1/+3
* i965: Drop the tiling argument to intel_miptree_create_for_bo.Eric Anholt2014-05-011-2/+1
* i965: Move intel_region_get_aligned_offset() to be a miptree function.Eric Anholt2014-05-011-0/+4
* i965: Move intel_region_get_tile_masks() to be a miptree function.Eric Anholt2014-05-011-0/+5
* i965: refactor format selection for unsupported ETC* formatsChris Forbes2014-04-101-0/+3
* i965: refactor format munging for separate stencilChris Forbes2014-04-101-0/+3
* i965: Mark sources for offset getters as constantsTopi Pohjolainen2014-03-051-2/+2
* i965: Fix miptree matching for multisampled, non-interleaved miptrees.Eric Anholt2014-02-211-0/+2
* i965: Drop mt->levels[].width/height.Eric Anholt2014-02-181-4/+1
* i965: Move singlesample_mt to the renderbuffer.Eric Anholt2014-02-181-56/+3
* i965: Drop some duplicated code in DRI winsys BO updates.Eric Anholt2014-02-181-13/+6
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-2/+2
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-3/+3
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-1/+1
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-8/+8
* i965: Don't store qpitch / 4 as mt->qpitch for compressed surfaces.Kenneth Graunke2014-01-251-1/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Store QPitch in intel_mipmap_tree.Kenneth Graunke2013-12-201-0/+5
* i965/gen7+: Disentangle MSAA layout from fast clear state.Paul Berry2013-12-091-22/+20
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-8/+8
* dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2013-11-071-0/+8
* i965: add intel_miptree_set_all_slices_need_depth_resolveJordan Justen2013-08-041-0/+4
* i965: Refer people to brw_tex_layout.c rather than the BSpec.Kenneth Graunke2013-07-151-2/+2
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-30/+25
* i965: Remove some dead code.Kenneth Graunke2013-07-031-29/+0
* i965: Drop #ifdef I915 code.Eric Anholt2013-06-281-21/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+788
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-1/+0
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-166/+1
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-7/+7
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+166