summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-13i965/miptree: Set the r8stencil flag in map_depthstencilNanley Chery1-1/+3
2018-07-13i965: Set the r8stencil flag in miptree_finish_writeNanley Chery1-1/+3
2018-07-12i965/miptree: Use the correct BLT pitchNanley Chery1-6/+6
2018-07-12i965/miptree: Drop an if case from retile_as_linearNanley Chery1-4/+0
2018-07-02st/mesa/i965: Allow decompressing ETC2 to GL_RGBATomeu Vizoso1-1/+1
2018-06-11i965: fix resource leakEric Engestrom1-1/+3
2018-06-04i965/miptree: Rename a parameter to create_for_dri_imageJason Ekstrand1-3/+3
2018-05-26i965: Revert recent tiled memcpy changes.Kenneth Graunke1-98/+4
2018-05-25i965/miptree: Use cpu tiling/detiling when mappingScott D Phillips1-4/+98
2018-05-22i965/miptree: Move the access_raw call to the individual map functionsJason Ekstrand1-3/+13
2018-05-22i965/miptree: Use blorp for blit maps on gen6+Jason Ekstrand1-11/+25
2018-05-22i965/miptree: Use blorp for validation tex copies on gen6+Jason Ekstrand1-11/+29
2018-05-22i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke1-3/+5
2018-05-18i965: isl: Move the MCS gen7+ assertion into ISLNanley Chery1-2/+0
2018-05-18i965/miptree: Remove format assertion in alloc_auxNanley Chery1-5/+0
2018-05-18i965/miptree: Simplify the switch in supports_ccsNanley Chery1-5/+1
2018-05-18i965: Make get_ccs_surf succeed in alloc_auxNanley Chery1-6/+10
2018-05-17i965: Update the indirect buffer in set_clear_colorNanley Chery1-0/+13
2018-05-17i965: Use set_clear_color for depth miptreesNanley Chery1-13/+0
2018-05-17Revert "i965: Make the miptree clear color setter take a gl_color_union"Nanley Chery1-5/+1
2018-05-17i965/miptree: Unify aux buffer allocationNanley Chery1-133/+82
2018-05-17i965: Prepare to delete intel_miptree_alloc_ccs()Nanley Chery1-13/+14
2018-05-17i965/miptree: Drop the mt param from alloc_aux_bufferNanley Chery1-5/+4
2018-05-17i965/miptree: Drop the alloc_flags param from alloc_aux_bufferNanley Chery1-15/+14
2018-05-17i965/miptree: Drop the name param from alloc_aux_bufferNanley Chery1-5/+4
2018-05-17i965/miptree: Initialize the indirect clear color to zeroNanley Chery1-11/+22
2018-05-17i965/miptree: Add and use a memset option in alloc_aux_bufferNanley Chery1-37/+31
2018-05-17i965/miptree: Zero-initialize CCS_D buffersNanley Chery1-6/+4
2018-05-17i965/miptree: Fix handling of uninitialized MCS buffersNanley Chery1-7/+7
2018-05-08i965/miptree: Remove redundant fields from intel_miptree_aux_bufferJason Ekstrand1-12/+7
2018-04-30i965: Record mipmap resolver for unmappingChris Wilson1-17/+16
2018-04-30i965: Move unmap_depthstencil before map_depthstencilChris Wilson1-57/+57
2018-04-30i965: Move unmap_etc before map_etcChris Wilson1-21/+21
2018-04-30i965: Move unmap_s8 before map_s8Chris Wilson1-30/+30
2018-04-30i965: Move unmap_movntdqa before map_movntdqaChris Wilson1-12/+12
2018-04-30i965: Move unmap_blit before map_blitChris Wilson1-22/+22
2018-04-30i965: Move unmap_gtt before map_gttChris Wilson1-6/+6
2018-04-24i965/miptree: Extend the sRGB-blending WA to future platformsNanley Chery1-2/+2
2018-04-24i965: Add and use a getter for the clear colorNanley Chery1-0/+34
2018-04-24i965: Add and use a single miptree aux_buf fieldNanley Chery1-54/+52
2018-04-24i965: Add and use a getter for the miptree aux bufferNanley Chery1-20/+5
2018-04-20i965/miptree: Delete an unused functionNanley Chery1-13/+0
2018-04-20i965/miptree: Don't leak the clear_color_boNanley Chery1-2/+1
2018-04-09i965: Make the miptree clear color setter take a gl_color_unionNanley Chery1-1/+5
2018-04-09i965/miptree: Move the clear color and value setter implementationsNanley Chery1-0/+26
2018-04-05i965/miptree: Add new clear color BO for winsys aux buffersRafael Antognolli1-0/+17
2018-04-05i965/miptree: Add space to store the clear value in the aux surface.Rafael Antognolli1-0/+17
2018-03-27i965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().Kenneth Graunke1-2/+2
2018-02-21i965: Use finish_external instead of make_shareable in setTexBuffer2Jason Ekstrand1-0/+19
2018-02-21i965/miptree: Loosen the format check in miptree_match_imageJason Ekstrand1-2/+4