aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* i965/miptree: avoid uninitialized variable warningsCaio Marcelo de Oliveira Filho2018-07-181-1/+2
* i965/miptree: Allocate MS texture BOs as BUSYNanley Chery2018-07-131-2/+2
* i965/miptree: Inline make_separate_stencilNanley Chery2018-07-131-23/+6
* i965/miptree: Init r8stencil_needs_update to falseNanley Chery2018-07-131-3/+4
* i965/miptree: Refactor miptree_createNanley Chery2018-07-131-36/+12
* i965/miptree: Add and use mt_surf_usageNanley Chery2018-07-131-13/+25
* i965/miptree: Share alloc_flags in miptree_createNanley Chery2018-07-131-7/+4
* i965/miptree: Share the miptree format in miptree_createNanley Chery2018-07-131-15/+15
* i965/miptree: Share tiling_flags in miptree_createNanley Chery2018-07-131-8/+7
* i965/miptree: Delete MIPTREE_CREATE_LINEARNanley Chery2018-07-131-9/+2
* i965/miptree: Use make_surface in map_blitNanley Chery2018-07-131-6/+6
* i965/miptree: Set the r8stencil flag in map_depthstencilNanley Chery2018-07-131-1/+3
* i965: Set the r8stencil flag in miptree_finish_writeNanley Chery2018-07-131-1/+3
* i965/miptree: Use the correct BLT pitchNanley Chery2018-07-121-6/+6
* i965/miptree: Drop an if case from retile_as_linearNanley Chery2018-07-121-4/+0
* st/mesa/i965: Allow decompressing ETC2 to GL_RGBATomeu Vizoso2018-07-021-1/+1
* i965: fix resource leakEric Engestrom2018-06-111-1/+3
* i965/miptree: Rename a parameter to create_for_dri_imageJason Ekstrand2018-06-041-3/+3
* i965: Revert recent tiled memcpy changes.Kenneth Graunke2018-05-261-98/+4
* i965/miptree: Use cpu tiling/detiling when mappingScott D Phillips2018-05-251-4/+98
* i965/miptree: Move the access_raw call to the individual map functionsJason Ekstrand2018-05-221-3/+13
* i965/miptree: Use blorp for blit maps on gen6+Jason Ekstrand2018-05-221-11/+25
* i965/miptree: Use blorp for validation tex copies on gen6+Jason Ekstrand2018-05-221-11/+29
* i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke2018-05-221-3/+5
* i965: isl: Move the MCS gen7+ assertion into ISLNanley Chery2018-05-181-2/+0
* i965/miptree: Remove format assertion in alloc_auxNanley Chery2018-05-181-5/+0
* i965/miptree: Simplify the switch in supports_ccsNanley Chery2018-05-181-5/+1
* i965: Make get_ccs_surf succeed in alloc_auxNanley Chery2018-05-181-6/+10
* i965: Update the indirect buffer in set_clear_colorNanley Chery2018-05-171-0/+13
* i965: Use set_clear_color for depth miptreesNanley Chery2018-05-171-13/+0
* Revert "i965: Make the miptree clear color setter take a gl_color_union"Nanley Chery2018-05-171-5/+1
* i965/miptree: Unify aux buffer allocationNanley Chery2018-05-171-133/+82
* i965: Prepare to delete intel_miptree_alloc_ccs()Nanley Chery2018-05-171-13/+14
* i965/miptree: Drop the mt param from alloc_aux_bufferNanley Chery2018-05-171-5/+4
* i965/miptree: Drop the alloc_flags param from alloc_aux_bufferNanley Chery2018-05-171-15/+14
* i965/miptree: Drop the name param from alloc_aux_bufferNanley Chery2018-05-171-5/+4
* i965/miptree: Initialize the indirect clear color to zeroNanley Chery2018-05-171-11/+22
* i965/miptree: Add and use a memset option in alloc_aux_bufferNanley Chery2018-05-171-37/+31
* i965/miptree: Zero-initialize CCS_D buffersNanley Chery2018-05-171-6/+4
* i965/miptree: Fix handling of uninitialized MCS buffersNanley Chery2018-05-171-7/+7
* i965/miptree: Remove redundant fields from intel_miptree_aux_bufferJason Ekstrand2018-05-081-12/+7
* i965: Record mipmap resolver for unmappingChris Wilson2018-04-301-17/+16
* i965: Move unmap_depthstencil before map_depthstencilChris Wilson2018-04-301-57/+57
* i965: Move unmap_etc before map_etcChris Wilson2018-04-301-21/+21
* i965: Move unmap_s8 before map_s8Chris Wilson2018-04-301-30/+30
* i965: Move unmap_movntdqa before map_movntdqaChris Wilson2018-04-301-12/+12
* i965: Move unmap_blit before map_blitChris Wilson2018-04-301-22/+22
* i965: Move unmap_gtt before map_gttChris Wilson2018-04-301-6/+6
* i965/miptree: Extend the sRGB-blending WA to future platformsNanley Chery2018-04-241-2/+2
* i965: Add and use a getter for the clear colorNanley Chery2018-04-241-0/+34