iris: silence maybe-uninitialized for stc_dst_aux_usage variable
[mesa.git] / src / gallium / drivers / iris / iris_blit.c
2020-07-08 Timothy Arceriiris: silence maybe-uninitialized for stc_dst_aux_usage...
2020-06-19 Nanley Cheryiris: Use ISL_AUX_USAGE_GEN12_CCS_E on gen12
2020-06-19 Nanley Cheryiris: Disable sRGB fast-clears for non-0/1 values
2020-06-03 Francisco JerezOPTIONAL: iris: Perform BLORP buffer barriers outside...
2020-06-03 Francisco Jereziris: Remove batch argument of iris_resource_prepare_ac...
2020-06-03 Francisco Jereziris: Bracket batch operations which access memory...
2020-04-30 Lionel Landwerliniris: don't assert on unfinished aux import in copy...
2020-04-29 Mike Blumenkrantziris: move iris_vtable to iris_screen
2020-03-12 Jason Ekstrandiris: Use ISL_AUX_USAGE_STC_CCS for stencil CCS
2020-03-12 Jason Ekstrandiris: Use ISL_AUX_USAGE_HIZ_CCS_WT to indicate write...
2020-03-05 Jason Ekstrandiris: Enable HiZ and stencil CCS for blorp blit destina...
2020-03-05 Jason Ekstrandiris: Enable CCS for copies from HiZ+CCS depth buffers
2020-03-05 Jason Ekstrandiris: Allow HiZ on blit sources
2020-02-24 Nanley Cheryiris: Use isl_aux_usage_has_fast_clear()
2020-02-22 Kenneth Graunkeiris: Make mocs an inline helper in iris_resource.h
2020-01-04 Kenneth Graunkeiris: Allow HiZ for copy_region sources
2020-01-04 Kenneth Graunkeiris: Delete remnants of the unimplemented ASTC 5x5...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-12 Rafael Antognolliiris: Use mocs from isl_dev.
2019-10-29 Sagar Ghugeiris: Resolve stencil resource prior to copy or used...
2019-10-29 Sagar Ghugeiris: Prepare resources before stencil blit operation
2019-10-28 Sagar Ghugeiris: Get correct resource aux usage for copy
2019-10-28 Nanley Cheryiris: Enable HIZ_CCS sampling
2019-10-28 Nanley Cheryiris: Define initial HIZ_CCS state and transitions
2019-10-08 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to...
2019-09-01 Kenneth Graunkeiris: Lessen texture cache hack flush for blits/copies...
2019-08-13 Jordan Justeniris: Export and import surfaces with modifiers that...
2019-07-01 Kenneth Graunkeiris: Use MI_COPY_MEM_MEM for tiny resource_copy_region...
2019-06-20 Kenneth Graunkeiris: Drop RT flushes from depth stencil clearing flushes.
2019-06-20 Kenneth Graunkeiris: Avoid double flushing in iris_transfer_flush_regi...
2019-06-20 Kenneth Graunkeiris: Implement INTEL_DEBUG=pc for pipe control logging.
2019-06-17 Kenneth Graunkeiris: Make resource_copy_region handle packed depth...
2019-06-17 Kenneth Graunkeiris: Order CS stall and TC invalidate for format reint...
2019-06-17 Kenneth Graunkeiris: Be more aggressive at post-format-reintepret...
2019-05-07 Mike Blumenkrantziris: support dmabuf imports with offsets
2019-04-23 Kenneth Graunkeiris: Track valid data range and infer unsynchronized...
2019-04-16 Kenneth Graunkeiris: Add texture cache flushing hacks for blit and...
2019-04-15 Kenneth Graunkeiris: Actually mark blorp_copy_buffer destinations...
2019-03-30 Sergii Romantsovi965,iris/blorp: do not blit 0-sizes
2019-03-28 Kenneth Graunkeiris: Fix blits with S8_UINT destination
2019-03-20 Rafael Antognolliiris: Let blorp update the clear color for us.
2019-03-20 Rafael Antognolliiris: Use the clear depth when emitting 3DSTATE_CLEAR_P...
2019-03-08 Kenneth Graunkeiris: Export a copy_region helper that doesn't flush
2019-03-07 Kenneth Graunkeiris: Properly support alpha and luminance-alpha formats
2019-03-07 Kenneth Graunkeiris: Fix MOCS for blits and clears
2019-02-21 Kenneth Graunkeiris: some initial HiZ bits
2019-02-21 Kenneth Graunkeiris: Make blit code use actual aux usages
2019-02-21 Kenneth Graunkeiris: try to fix copyimage vs copybuffers
2019-02-21 Kenneth Graunkeiris: add some draw resolve hooks
2019-02-21 Kenneth Graunkeiris: blorp using resolve hooks
2019-02-21 Kenneth Graunkeiris: Initial import of resolve code
2019-02-21 Kenneth Graunkeiris: Pay attention to blit masks
2019-02-21 Kenneth Graunkeiris: Assert about blits with color masking
2019-02-21 Kenneth Graunkeiris: Implement multi-slice copy_region
2019-02-21 Kenneth Graunkeiris: fix conditional compute, don't stomp predicate...
2019-02-21 Kenneth Graunkeiris: for BLORP, only use the predicate enable bit...
2019-02-21 Dave Airlieiris: add conditional render support
2019-02-21 Kenneth Graunkeiris: Flush for history at various moments
2019-02-21 Kenneth Graunkeiris: Fix buffer -> buffer copy_region
2019-02-21 Kenneth Graunkeiris: Put batches in an array
2019-02-21 Kenneth Graunkeiris: scissored and mirrored blits
2019-02-21 Kenneth Graunkeiris: rework format translation apis
2019-02-21 Kenneth Graunkeiris: use consistent copyright formatting
2019-02-21 Kenneth Graunkeiris: call maybe_flush for each blorp operation
2019-02-21 Kenneth Graunkeiris: assert depth is 1 in resource_copy_region
2019-02-21 Kenneth Graunkeiris: blorp blit multiple slices
2019-02-21 Kenneth Graunkeiris: actually do stencil blits
2019-02-21 Kenneth Graunkeiris: comment everything
2019-02-21 Kenneth Graunkeiris: fix msaa flipping filters
2019-02-21 Kenneth Graunkeiris: fix blorp filters
2019-02-21 Kenneth Graunkeiris: actually handle array layers in blits
2019-02-21 Kenneth Graunkeiris: maybe-flush before blorp operations
2019-02-21 Kenneth Graunkeiris: implement copy image
2019-02-21 Kenneth Graunkeiris: fall back to u_generate_mipmap
2019-02-21 Kenneth Graunkeiris: clears
2019-02-21 Kenneth Graunkeiris: more blitting code to make readpixels work
2019-02-21 Kenneth Graunkeiris: delete iris_pipe.c, shuffle code around