| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | radv: simplify a check in radv_initialise_color_surface() | Samuel Pitoiset | 2018-04-09 | 1 | -1/+1 |
* | radv: clean up radv_vi_dcc_enabled() | Samuel Pitoiset | 2018-04-09 | 3 | -8/+12 |
* | radv: clean up radv_htile_enabled() | Samuel Pitoiset | 2018-04-09 | 1 | -6/+9 |
* | radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpers | Samuel Pitoiset | 2018-04-09 | 9 | -36/+72 |
* | radv: add radv_get_cmask_fast_clear_value() helper | Samuel Pitoiset | 2018-04-09 | 1 | -1/+22 |
* | radv: add radv_clear_{cmask,dcc} helpers | Samuel Pitoiset | 2018-04-09 | 4 | -15/+29 |
* | radv: don't pass the pipeline to radv_flush_constants() | Samuel Pitoiset | 2018-04-06 | 1 | -5/+5 |
* | radv: rename radv_cmd_buffer_update_vertex_descriptors() | Samuel Pitoiset | 2018-04-06 | 1 | -2/+3 |
* | radv: do not try to skip draw calls when VBOs upload failed | Samuel Pitoiset | 2018-04-06 | 1 | -14/+6 |
* | radv: fix prefetching compute shaders on CIK and older chips | Samuel Pitoiset | 2018-04-06 | 1 | -7/+8 |
* | radv: only enable PERFECT_ZPASS_COUNTS for precision occlusion queries | Samuel Pitoiset | 2018-04-06 | 3 | -6/+35 |
* | radv: enable the Polaris small primitive filter control | Samuel Pitoiset | 2018-04-06 | 1 | -0/+15 |
* | radv: implement a fast prefetch path for the vertex stage | Samuel Pitoiset | 2018-04-05 | 1 | -10/+30 |
* | radv: rename radv_emit_prefetch() to radv_emit_prefetch_L2() | Samuel Pitoiset | 2018-04-05 | 1 | -19/+11 |
* | radv: use a mask for VBOs and shaders prefetching | Samuel Pitoiset | 2018-04-05 | 2 | -27/+51 |
* | radv: implement out-of-order rasterization when it's safe on VI+ | Samuel Pitoiset | 2018-04-04 | 6 | -3/+279 |
* | radv: change blend_enable field to use four bits per CB | Samuel Pitoiset | 2018-04-04 | 1 | -3/+5 |
* | radv: scan which color blend attachments are enabled | Samuel Pitoiset | 2018-04-04 | 1 | -0/+2 |
* | radv: put more fields in radv_blend_state | Samuel Pitoiset | 2018-04-04 | 1 | -20/+17 |
* | radv: do not always disable dual quad mode when chip has RbPlus | Samuel Pitoiset | 2018-04-04 | 1 | -3/+17 |
* | radv: don't use the SPI barrier management bug workaround | Samuel Pitoiset | 2018-04-04 | 1 | -0/+5 |
* | radv: mask out high VM address bits in registers where needed | Samuel Pitoiset | 2018-04-04 | 3 | -19/+19 |
* | radv: enable VK_EXT_shader_viewport_index_layer | Samuel Pitoiset | 2018-04-03 | 2 | -0/+2 |
* | ac/nir: Fix include for LLVMAddPromoteMemoryToRegisterPass | Mike Lothian | 2018-04-02 | 1 | -0/+3 |
* | radv: set SAMPLE_RATE to the number of samples of the current fb | Samuel Pitoiset | 2018-03-30 | 3 | -4/+16 |
* | util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t... | Ian Romanick | 2018-03-29 | 1 | -2/+2 |
* | radv: fix scanning output_usage_mask with structs | Samuel Pitoiset | 2018-03-29 | 1 | -4/+52 |
* | radv: enable VK_AMD_shader_trinary_minmax extension | Daniel Schürmann | 2018-03-29 | 2 | -0/+2 |
* | ac/nir: Add workaround for GFX9 buffer views. | Bas Nieuwenhuizen | 2018-03-29 | 1 | -0/+1 |
* | radv: enable VK_EXT_sampler_filter_minmax | Samuel Pitoiset | 2018-03-28 | 1 | -0/+1 |
* | radv: add support for VK_EXT_sampler_filter_minmax | Samuel Pitoiset | 2018-03-28 | 2 | -1/+70 |
* | radv: rename VEGA10 device name | Samuel Pitoiset | 2018-03-28 | 1 | -1/+1 |
* | radv: add support for Vega12 | Samuel Pitoiset | 2018-03-28 | 3 | -1/+6 |
* | ac/radeonsi: pass bindless bool to load_sampler_desc() | Timothy Arceri | 2018-03-28 | 1 | -1/+2 |
* | radv: enable TC-compat HTILE for 16-bit depth surfaces on GFX8 | Samuel Pitoiset | 2018-03-23 | 2 | -18/+24 |
* | radv: add radv_calc_decompress_on_z_planes() helper | Samuel Pitoiset | 2018-03-23 | 1 | -14/+37 |
* | radv: add radv_image_is_tc_compat_htile() helper | Samuel Pitoiset | 2018-03-23 | 1 | -11/+45 |
* | nir: Rename image intrinsics to image_var | Jason Ekstrand | 2018-03-23 | 4 | -26/+26 |
* | radv: autotools: add radv_extensions.h in the generated VULKAN list | Juan A. Suarez Romero | 2018-03-22 | 1 | -1/+2 |
* | anv/radv: autotools: include vulkan_*.h headers | Juan A. Suarez Romero | 2018-03-22 | 1 | -0/+4 |
* | radv: remove unused radv_pipeline::needs_data_cache variable | Samuel Pitoiset | 2018-03-22 | 1 | -1/+0 |
* | radv: add support for VK_EXT_depth_range_unrestricted | Samuel Pitoiset | 2018-03-20 | 2 | -0/+23 |
* | radv: only enable one channel when exporting prim id | Samuel Pitoiset | 2018-03-20 | 1 | -1/+1 |
* | radv: don't lower indirects until after opts have run | Timothy Arceri | 2018-03-20 | 1 | -1/+8 |
* | radv: don't export NULL layer. | Dave Airlie | 2018-03-19 | 1 | -1/+1 |
* | radv: lower constant initializers on output variables earlier | Dave Airlie | 2018-03-19 | 1 | -0/+5 |
* | radv/query: handle multiview timestamp queries. | Dave Airlie | 2018-03-19 | 1 | -36/+43 |
* | radv/query: handle multiview queries properly. (v3) | Dave Airlie | 2018-03-19 | 1 | -0/+19 |
* | radv/query: split out begin/end query emission | Dave Airlie | 2018-03-19 | 1 | -41/+57 |
* | radv/multiview: mark layer_input if we have input attachments. | Dave Airlie | 2018-03-19 | 1 | -1/+3 |