aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Removed the field etc_format from the struct intel_mipmap_treeEleni Maria Stea2019-02-151-7/+0
* i965: Fixed the CopyImageSubData for ETC2 on Gen < 8Eleni Maria Stea2019-02-151-17/+0
* i965: Faking the ETC2 compression on Gen < 8 GPUs using two miptrees.Eleni Maria Stea2019-02-151-68/+106
* i965: Rename intel_mipmap_tree::r8stencil_* -> ::shadow_*Nanley Chery2019-02-151-8/+8
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* intel/isl: move tiled_memcpy static libs from i965 to islTapani Pälli2019-01-101-17/+70
* intel/blorp: Expand blorp_address::offset to be 64 bits.Kenneth Graunke2018-12-071-1/+1
* i965/miptree: Use cpu tiling/detiling when mappingScott D Phillips2018-10-231-4/+106
* i965/miptree: Use enum instead of boolean.Rafael Antognolli2018-10-121-1/+1
* intel/isl: Add a unit suffixes to some struct fields and variablesJason Ekstrand2018-09-261-33/+33
* i965: Workaround the gen9 hw astc5x5 sampler bugJason Ekstrand2018-09-071-3/+16
* i965/miptree: Fix can_blit_slice()Nanley Chery2018-08-221-4/+3
* i965/miptree: Use miptree_map in map_blit functionsNanley Chery2018-08-221-8/+6
* 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