| Commit message (Expand) | Author | Age | Files | Lines |
* | android: anv: add dependency on libnativewindow for O and later | Mauro Rossi | 2018-02-26 | 1 | -8/+14 |
* | android: anv/extensions: fix generated sources build | Mauro Rossi | 2018-02-26 | 1 | -3/+13 |
* | anv/blorp: multisample resolve all attachment layers | Iago Toral Quiroga | 2018-02-22 | 1 | -11/+20 |
* | intel/isl: Improve the documentation on get_default_aux_state | Jason Ekstrand | 2018-02-21 | 1 | -4/+20 |
* | anv/image: Add support for modifiers for WSI | Jason Ekstrand | 2018-02-21 | 4 | -4/+104 |
* | anv/image: Separate modifiers from legacy scanout | Jason Ekstrand | 2018-02-21 | 3 | -38/+21 |
* | anv: Don't assert that stencil HiZ clears are single-slice | Jason Ekstrand | 2018-02-21 | 1 | -3/+6 |
* | anv: Only copy clear dwords if we're rendering to the first slice | Jason Ekstrand | 2018-02-21 | 1 | -1/+4 |
* | i965: Fix compiler warning about write being undefined. | Eric Anholt | 2018-02-20 | 1 | -1/+1 |
* | anv/blorp: Use layout_to_aux_usage when a layout is provided | Jason Ekstrand | 2018-02-20 | 1 | -25/+46 |
* | anv/cmd_buffer: Delete some assert-only variables | Jason Ekstrand | 2018-02-20 | 1 | -4/+1 |
* | anv/cmd_buffer: Use layout_to_* helpers in compute_aux_usage | Jason Ekstrand | 2018-02-20 | 1 | -18/+35 |
* | anv/cmd_buffer: Simplify transition_depth_buffer | Jason Ekstrand | 2018-02-20 | 1 | -12/+0 |
* | anv/cmd_buffer: Do subpass image transitions in begin/end_subpass | Jason Ekstrand | 2018-02-20 | 1 | -132/+88 |
* | anv/cmd_buffer: Mark depth/stencil surfaces written in begin_subpass | Jason Ekstrand | 2018-02-20 | 1 | -21/+29 |
* | anv/cmd_buffer: Sync clear values in begin_subpass | Jason Ekstrand | 2018-02-20 | 1 | -100/+48 |
* | anv/pass: Store usage in each subpass attachment | Jason Ekstrand | 2018-02-20 | 3 | -14/+39 |
* | anv/cmd_buffer: Add a concept of pending load aspects | Jason Ekstrand | 2018-02-20 | 2 | -6/+17 |
* | anv/cmd_buffer: Iterate all subpass attachments when clearing | Jason Ekstrand | 2018-02-20 | 1 | -45/+33 |
* | anv/cmd_buffer: Decide whether or not to HiZ clear up-front | Jason Ekstrand | 2018-02-20 | 1 | -35/+72 |
* | anv/cmd_buffer: Move the rest of clear_subpass into begin_subpass | Jason Ekstrand | 2018-02-20 | 3 | -140/+185 |
* | intel/blorp: Add a blorp_hiz_clear_depth_stencil helper | Jason Ekstrand | 2018-02-20 | 2 | -0/+64 |
* | anv/cmd_buffer: Move the color portion of clear_subpass into begin_subpass | Jason Ekstrand | 2018-02-20 | 3 | -92/+94 |
* | anv/cmd_buffer: Pass a subpass id into begin_subpass | Jason Ekstrand | 2018-02-20 | 1 | -7/+5 |
* | anv/cmd_buffer: Add begin/end_subpass helpers | Jason Ekstrand | 2018-02-20 | 1 | -24/+31 |
* | anv/cmd_buffer: Apply subpass flushes before set_subpass | Jason Ekstrand | 2018-02-20 | 1 | -4/+4 |
* | anv: Use framebuffer layers for implicit subpass transitions | Jason Ekstrand | 2018-02-20 | 1 | -1/+1 |
* | anv: Be more careful about fast-clear colors | Jason Ekstrand | 2018-02-20 | 1 | -27/+19 |
* | intel/isl: Add an isl_color_value_is_zero helper | Jason Ekstrand | 2018-02-20 | 2 | -0/+23 |
* | anv/gpu_memcpy: CS Stall before a MI memcpy on gen7 | Jason Ekstrand | 2018-02-20 | 2 | -0/+32 |
* | anv/entrypoints: make vkGetDeviceProcAddr return NULL for instance commands | Iago Toral Quiroga | 2018-02-20 | 1 | -1/+1 |
* | anv/icl: Add render target flush after uploading binding table | Anuj Phogat | 2018-02-16 | 1 | -0/+20 |
* | anv/icl: Enable float blend optimization | Anuj Phogat | 2018-02-16 | 1 | -1/+1 |
* | anv/icl: Use gen11 functions | Anuj Phogat | 2018-02-16 | 2 | -0/+6 |
* | anv/icl: Build anv libs for gen11 | Anuj Phogat | 2018-02-16 | 4 | -2/+32 |
* | anv/icl: Generate gen11 entry point functions | Anuj Phogat | 2018-02-16 | 1 | -1/+5 |
* | anv/icl: Don't use DISPATCH_MODE_SIMD4X2 | Anuj Phogat | 2018-02-16 | 1 | -0/+5 |
* | anv/icl: Don't use SingleVertexDispatch | Anuj Phogat | 2018-02-16 | 1 | -0/+2 |
* | anv/icl: Don't set ResetGatewayTimer | Anuj Phogat | 2018-02-16 | 1 | -0/+2 |
* | anv/icl: Add #define genX | Anuj Phogat | 2018-02-16 | 1 | -0/+3 |
* | anv/icl: Add gen11 mocs defines | Anuj Phogat | 2018-02-16 | 1 | -0/+11 |
* | intel/common/icl: Add has_sample_with_hiz flag in gen_device_info | Anuj Phogat | 2018-02-15 | 2 | -1/+8 |
* | i965/icl: Add assertions to check dispatch mode is SIMD8 | Anuj Phogat | 2018-02-15 | 1 | -0/+2 |
* | i965/icl: Update the comment for maximum number of threads per PSD | Anuj Phogat | 2018-02-15 | 1 | -4/+5 |
* | intel/icl: Do StateCacheInvalidation for indirect clear color | Anuj Phogat | 2018-02-15 | 1 | -1/+1 |
* | intel/isl/icl: Build and use gen11 surface state emit functions | Anuj Phogat | 2018-02-15 | 6 | -1/+35 |
* | intel/isl/icl: Add the maximum surface size limit | Anuj Phogat | 2018-02-15 | 1 | -1/+5 |
* | intel/genxml/icl: Update genx_bits header | Anuj Phogat | 2018-02-15 | 1 | -0/+1 |
* | intel/genxml/icl: Generate packing headers | Anuj Phogat | 2018-02-15 | 5 | -2/+15 |
* | intel/genxml/icl: Add gen11.xml | Anuj Phogat | 2018-02-15 | 1 | -0/+3765 |