drm-uapi: use local files, not system libdrm
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.c
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-01-10 Tapani Pälliintel/isl: move tiled_memcpy static libs from i965...
2018-12-08 Kenneth Graunkeintel/blorp: Expand blorp_address::offset to be 64...
2018-10-23 Scott D Phillipsi965/miptree: Use cpu tiling/detiling when mapping
2018-10-12 Rafael Antognollii965/miptree: Use enum instead of boolean.
2018-09-26 Jason Ekstrandintel/isl: Add a unit suffixes to some struct fields...
2018-09-07 Jason Ekstrandi965: Workaround the gen9 hw astc5x5 sampler bug
2018-08-22 Nanley Cheryi965/miptree: Fix can_blit_slice()
2018-08-22 Nanley Cheryi965/miptree: Use miptree_map in map_blit functions
2018-07-18 Caio Marcelo de... i965/miptree: avoid uninitialized variable warnings
2018-07-13 Nanley Cheryi965/miptree: Allocate MS texture BOs as BUSY
2018-07-13 Nanley Cheryi965/miptree: Inline make_separate_stencil
2018-07-13 Nanley Cheryi965/miptree: Init r8stencil_needs_update to false
2018-07-13 Nanley Cheryi965/miptree: Refactor miptree_create
2018-07-13 Nanley Cheryi965/miptree: Add and use mt_surf_usage
2018-07-13 Nanley Cheryi965/miptree: Share alloc_flags in miptree_create
2018-07-13 Nanley Cheryi965/miptree: Share the miptree format in miptree_create
2018-07-13 Nanley Cheryi965/miptree: Share tiling_flags in miptree_create
2018-07-13 Nanley Cheryi965/miptree: Delete MIPTREE_CREATE_LINEAR
2018-07-13 Nanley Cheryi965/miptree: Use make_surface in map_blit
2018-07-13 Nanley Cheryi965/miptree: Set the r8stencil flag in map_depthstencil
2018-07-13 Nanley Cheryi965: Set the r8stencil flag in miptree_finish_write
2018-07-13 Nanley Cheryi965/miptree: Use the correct BLT pitch
2018-07-13 Nanley Cheryi965/miptree: Drop an if case from retile_as_linear
2018-07-02 Tomeu Vizosost/mesa/i965: Allow decompressing ETC2 to GL_RGBA
2018-06-11 Eric Engestromi965: fix resource leak
2018-06-04 Jason Ekstrandi965/miptree: Rename a parameter to create_for_dri_image
2018-05-26 Kenneth Graunkei965: Revert recent tiled memcpy changes.
2018-05-26 Scott D Phillipsi965/miptree: Use cpu tiling/detiling when mapping
2018-05-22 Jason Ekstrandi965/miptree: Move the access_raw call to the individua...
2018-05-22 Jason Ekstrandi965/miptree: Use blorp for blit maps on gen6+
2018-05-22 Jason Ekstrandi965/miptree: Use blorp for validation tex copies on...
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-05-18 Nanley Cheryi965: isl: Move the MCS gen7+ assertion into ISL
2018-05-18 Nanley Cheryi965/miptree: Remove format assertion in alloc_aux
2018-05-18 Nanley Cheryi965/miptree: Simplify the switch in supports_ccs
2018-05-18 Nanley Cheryi965: Make get_ccs_surf succeed in alloc_aux
2018-05-17 Nanley Cheryi965: Update the indirect buffer in set_clear_color
2018-05-17 Nanley Cheryi965: Use set_clear_color for depth miptrees
2018-05-17 Nanley CheryRevert "i965: Make the miptree clear color setter take...
2018-05-17 Nanley Cheryi965/miptree: Unify aux buffer allocation
2018-05-17 Nanley Cheryi965: Prepare to delete intel_miptree_alloc_ccs()
2018-05-17 Nanley Cheryi965/miptree: Drop the mt param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Drop the alloc_flags param from alloc_aux...
2018-05-17 Nanley Cheryi965/miptree: Drop the name param from alloc_aux_buffer
2018-05-17 Nanley Cheryi965/miptree: Initialize the indirect clear color to...
2018-05-17 Nanley Cheryi965/miptree: Add and use a memset option in alloc_aux_...
2018-05-17 Nanley Cheryi965/miptree: Zero-initialize CCS_D buffers
2018-05-17 Nanley Cheryi965/miptree: Fix handling of uninitialized MCS buffers
2018-05-08 Jason Ekstrandi965/miptree: Remove redundant fields from intel_miptre...
2018-04-30 Chris Wilsoni965: Record mipmap resolver for unmapping
2018-04-30 Chris Wilsoni965: Move unmap_depthstencil before map_depthstencil
2018-04-30 Chris Wilsoni965: Move unmap_etc before map_etc
2018-04-30 Chris Wilsoni965: Move unmap_s8 before map_s8
2018-04-30 Chris Wilsoni965: Move unmap_movntdqa before map_movntdqa
2018-04-30 Chris Wilsoni965: Move unmap_blit before map_blit
2018-04-30 Chris Wilsoni965: Move unmap_gtt before map_gtt
2018-04-24 Nanley Cheryi965/miptree: Extend the sRGB-blending WA to future...
2018-04-24 Nanley Cheryi965: Add and use a getter for the clear color
2018-04-24 Nanley Cheryi965: Add and use a single miptree aux_buf field
2018-04-24 Nanley Cheryi965: Add and use a getter for the miptree aux buffer
2018-04-21 Nanley Cheryi965/miptree: Delete an unused function
2018-04-21 Nanley Cheryi965/miptree: Don't leak the clear_color_bo
2018-04-09 Nanley Cheryi965: Make the miptree clear color setter take a gl_col...
2018-04-09 Nanley Cheryi965/miptree: Move the clear color and value setter...
2018-04-05 Rafael Antognollii965/miptree: Add new clear color BO for winsys aux...
2018-04-05 Rafael Antognollii965/miptree: Add space to store the clear value in...
2018-03-28 Kenneth Graunkei965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
2018-02-22 Jason Ekstrandi965: Use finish_external instead of make_shareable...
2018-02-22 Jason Ekstrandi965/miptree: Loosen the format check in miptree_match_...
2018-02-16 Anuj Phogatintel/common/icl: Add has_sample_with_hiz flag in gen_d...
2018-02-14 Scott D Phillipsi965/miptree: Initialize mcs with a linear map
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_hiz_op
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_fast_clear_op
2018-01-26 Ian Romanicki965: Use enum color_logic_ops for blits
2018-01-25 Jason Ekstrandi965: Stop disabling aux during texture preparation
2018-01-25 Jason Ekstrandi965/miptree: Add an aux_disabled parameter to render_a...
2018-01-25 Jason Ekstrandi965/miptree: Take an aux_usage in prepare/finish_render
2018-01-22 Jason Ekstrandi965/miptree: Use the tiling from the modifier instead...
2018-01-22 Jason Ekstrandi965/miptree: Add an explicit tiling parameter to creat...
2018-01-17 Jason Ekstrandi965: Enable CCS_E sampling of sRGB textures as UNORM
2018-01-17 Jason Ekstrandi965/miptree: Refactor CCS_E and CCS_D cases in render_...
2018-01-17 Jason EkstrandRe-enable regular fast-clears (CCS_D) on gen9+
2017-12-14 Kenneth Graunkei965: Don't allocate an MCS for 16x MSAA and width...
2017-12-01 Jason Ekstrandi965: Disable regular fast-clears (CCS_D) on gen9+
2017-11-14 Jason Ekstrandi965: Add more precise cache tracking helpers
2017-10-31 Nanley Cheryi965: Check CCS_E compatibility for texture view rendering
2017-10-26 Jason Ekstrandi965/miptree: Take an isl_format in render_aux_usage
2017-10-25 Timothy Arcerii965: fix unused var warnings in release build
2017-10-19 Kenneth Graunkei965: Remove the intel_miptree_prepare_fb_fetch wrapper.
2017-10-19 Kenneth Graunkei965: Make intel_miptree_prepare_texture() take level...
2017-10-16 Jason Ekstrandi965/miptree: Drop the invalidate parameter form copy_t...
2017-10-10 Kenneth Graunkei965: Disable auxiliary buffers when there are self...
2017-10-06 Tapani Pällii965: pass wanted format to intel_miptree_create_for_dr...
2017-09-19 Jason EkstrandRevert "i965: Reset miptree aux state on update_image_b...
2017-09-18 Jason Ekstrandi965: Reset miptree aux state on update_image_buffer
2017-09-18 Jason Ekstrandintel/isl: Add a drm_modifier_get_default_aux_state...
2017-09-18 Iago Toral Quirogai965: emit BRW_NEW_AUX_STATE on aux state changes
2017-09-18 Iago Toral Quirogai965: emit BRW_NEW_AUX_STATE if we drop the aux surface
2017-09-12 Iago Toral Quirogai965: do not fallback to linear tiling for stencil...
next