| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | radv: emit PIPELINESTAT_{START,STOP} events for pipeline stats queries | Samuel Pitoiset | 2018-06-26 | 4 | -2/+29 |
* | radv: enable VK_EXT_shader_stencil_export | Samuel Pitoiset | 2018-06-26 | 2 | -0/+2 |
* | radv: ignore pInheritanceInfo for primary command buffers | Samuel Pitoiset | 2018-06-26 | 1 | -1/+2 |
* | radeonsi: move CMASK size computation into ac_surface | Marek Olšák | 2018-06-25 | 2 | -0/+66 |
* | ac/surface: move cmask_size/alignment into radeon_surf | Marek Olšák | 2018-06-25 | 3 | -13/+13 |
* | radv: fix HTILE metadata initialization in presence of subpass clears | Samuel Pitoiset | 2018-06-25 | 1 | -8/+1 |
* | radv: add VK_EXT_display_control to radv driver [v5] | Keith Packard | 2018-06-23 | 4 | -15/+158 |
* | radv: Enable lower_io_to_temporaries after deref changes. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -3/+0 |
* | radv: Remove deref chain support in radv shader info pass. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -97/+9 |
* | ac/nir: Remove deref chain support. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -354/+50 |
* | nir: convert lower_io_arrays_to_elements to deref instructions | Rob Clark | 2018-06-22 | 1 | -2/+0 |
* | nir: convert lower_io_to_scalar to deref instructions | Rob Clark | 2018-06-22 | 1 | -2/+2 |
* | move lower_deref_instrs | Rob Clark | 2018-06-22 | 2 | -4/+2 |
* | radv: Disable lower_io_to_temporaries during deref changes. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -0/+3 |
* | radv: Remove image_var stores. | Bas Nieuwenhuizen | 2018-06-22 | 3 | -30/+30 |
* | radv: Use deref instructions for tex derefs in meta shaders. | Bas Nieuwenhuizen | 2018-06-22 | 5 | -38/+62 |
* | ac/nir: Add deref interp support. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -6/+27 |
* | ac/nir: Add shared atomic deref instr support. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -1/+25 |
* | radv: Gather info for deref instr based load/store. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -5/+55 |
* | ac/nir: Add deref based var loads/stores. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -47/+160 |
* | radv: Add shader info support for image deref instructions. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -3/+37 |
* | ac/nir: Add deref support to image intrinsics. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -34/+98 |
* | ac/nir: Implement derefs for integer gather4 lowering. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -3/+22 |
* | ac/nir: Support deref instructions in tex instructions. | Bas Nieuwenhuizen | 2018-06-22 | 2 | -8/+44 |
* | ac/nir: Support deref instructions in get_sampler_desc. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -15/+43 |
* | ac/nir: Implement the deref instr for shared memory. | Bas Nieuwenhuizen | 2018-06-22 | 1 | -0/+31 |
* | nir,spirv: Rework function calls | Jason Ekstrand | 2018-06-22 | 1 | -2/+3 |
* | spirv: Use NIR per-member splitting | Jason Ekstrand | 2018-06-22 | 1 | -0/+7 |
* | anv,i965,radv,st,ir3: Call nir_lower_deref_instrs | Jason Ekstrand | 2018-06-22 | 1 | -0/+4 |
* | radv: always check the return error when submitting a CS | Samuel Pitoiset | 2018-06-22 | 1 | -5/+11 |
* | radv: check the return values of radv_signal_fence() | Samuel Pitoiset | 2018-06-22 | 1 | -2/+7 |
* | radv: change the returned error in radv_signal_fence() | Samuel Pitoiset | 2018-06-22 | 1 | -2/+1 |
* | ac/surface: disallow rotated micro tile mode | Marek Olšák | 2018-06-21 | 1 | -2/+19 |
* | radv: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation | Samuel Pitoiset | 2018-06-21 | 1 | -3/+9 |
* | radv: use EOP_DATA_SEL_* instead of magic numbers | Samuel Pitoiset | 2018-06-21 | 3 | -6/+12 |
* | vulkan: EXT_acquire_xlib_display requires libXrandr headers to build | Keith Packard | 2018-06-20 | 2 | -2/+3 |
* | radv: Add VK_EXT_display_surface_counter to radv driver | Keith Packard | 2018-06-20 | 2 | -0/+13 |
* | radv: always initialize the clear depth/stencil values to 0 | Samuel Pitoiset | 2018-06-20 | 3 | -22/+27 |
* | radv: always initialize the clear color values to 0 | Samuel Pitoiset | 2018-06-20 | 3 | -8/+26 |
* | radv: always initialize the DCC predicate to FALSE | Samuel Pitoiset | 2018-06-20 | 1 | -0/+2 |
* | radv: do not use an user SGPR for the sample position offset | Samuel Pitoiset | 2018-06-20 | 3 | -40/+30 |
* | radv: don't store the number of samples as log2 | Samuel Pitoiset | 2018-06-20 | 4 | -7/+12 |
* | radv: remove unnecessary code around CACHE_FLUSH_AND_INV_TS_EVENT | Samuel Pitoiset | 2018-06-20 | 1 | -18/+1 |
* | radv: Fix flush_bits being used uninitialized. | Bas Nieuwenhuizen | 2018-06-20 | 1 | -1/+1 |
* | radv: Add EXT_acquire_xlib_display to radv driver [v2] | Keith Packard | 2018-06-19 | 5 | -6/+52 |
* | radv: Add EXT_direct_mode_display to radv driver | Keith Packard | 2018-06-19 | 2 | -0/+12 |
* | radv: Add KHR_display extension to radv [v5] | Keith Packard | 2018-06-19 | 7 | -2/+194 |
* | vulkan: Add KHR_display extension using DRM [v10] | Keith Packard | 2018-06-19 | 3 | -1/+11 |
* | radv: Merge the flush bits of CMASK & DCC clear. | Bas Nieuwenhuizen | 2018-06-19 | 1 | -1/+1 |
* | radv: Don't check for pipeline being set in draw. | Bas Nieuwenhuizen | 2018-06-19 | 1 | -1/+0 |