meson: add missing idep_nir_headers in iris_gen_libs
[mesa.git] / src / gallium / drivers / iris / iris_blit.c
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