iris: add some draw resolve hooks
[mesa.git] / src / gallium / drivers / iris / iris_blit.c
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