| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi/gfx9: don't ever flush the TC metadata cache | Marek Olšák | 2017-06-22 | 1 | -10/+3 |
* | radeonsi/gfx9: use TC L2 for fast color clear with CP DMA | Marek Olšák | 2017-06-22 | 1 | -2/+5 |
* | radeonsi: don't emit partial flushes at the end of IBs (v2) | Marek Olšák | 2017-06-22 | 1 | -5/+9 |
* | radeonsi: use the correct LLVMTargetMachineRef in si_build_shader_variant | Nicolai Hähnle | 2017-06-22 | 1 | -6/+22 |
* | radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fence | Marek Olšák | 2017-06-22 | 3 | -8/+28 |
* | radeonsi/gfx9: enable the constant engine | Marek Olšák | 2017-06-22 | 1 | -4/+1 |
* | radeonsi/gfx9: indirect buffers and all CP packets use TC L2 | Marek Olšák | 2017-06-22 | 4 | -13/+21 |
* | radeonsi: flush CB after MSAA only when transitioning from CB to textures | Marek Olšák | 2017-06-22 | 2 | -14/+60 |
* | radeonsi: unify CB_RESOLVE blitter invocation code | Marek Olšák | 2017-06-22 | 1 | -17/+18 |
* | radeonsi: flush DB caches only when transitioning from DB to texturing | Marek Olšák | 2017-06-22 | 5 | -25/+56 |
* | radeonsi: add separate HUD counters for CB and DB cache flushes | Marek Olšák | 2017-06-22 | 1 | -3/+4 |
* | radeonsi: set correct usage flag according to image access type | Samuel Pitoiset | 2017-06-20 | 1 | -1/+3 |
* | radeonsi: update all resident texture descriptors when needed | Samuel Pitoiset | 2017-06-20 | 1 | -57/+104 |
* | radeonsi: keep track of the sampler state for texture handles | Samuel Pitoiset | 2017-06-20 | 2 | -0/+2 |
* | radeonsi: fix dumping shader descriptors into ddebug logs | Marek Olšák | 2017-06-19 | 1 | -35/+41 |
* | radeonsi: add a workaround for inexact SNORM8 blitting again | Marek Olšák | 2017-06-19 | 1 | -0/+37 |
* | radeonsi/gfx9: fix TC-compatible stencil compression | Marek Olšák | 2017-06-19 | 1 | -0/+6 |
* | radeonsi/gfx9: fix TXF_LZ with 1D textures | Marek Olšák | 2017-06-19 | 1 | -1/+2 |
* | radeonsi/gfx9: disable sparse buffers | Marek Olšák | 2017-06-19 | 1 | -0/+3 |
* | radeonsi: reduce overhead for resident textures which need color decompression | Samuel Pitoiset | 2017-06-18 | 4 | -34/+58 |
* | radeonsi: reduce overhead for resident textures which need depth decompression | Samuel Pitoiset | 2017-06-18 | 4 | -8/+29 |
* | radeonsi: use util_dynarray_foreach for bindless resources | Samuel Pitoiset | 2017-06-18 | 2 | -129/+46 |
* | gallium/radeon: add a new HUD query for the number of resident handles | Samuel Pitoiset | 2017-06-18 | 1 | -0/+3 |
* | radeonsi: include ac_binary.h for struct ac_shader_binary | Emil Velikov | 2017-06-17 | 1 | -2/+2 |
* | radeonsi: enable ARB_bindless_texture | Samuel Pitoiset | 2017-06-14 | 1 | -1/+3 |
* | radeonsi: add support for loading bindless images | Samuel Pitoiset | 2017-06-14 | 1 | -7/+21 |
* | radeonsi: add support for loading bindless samplers | Samuel Pitoiset | 2017-06-14 | 1 | -3/+12 |
* | radeonsi: invalidate buffers which are made resident if needed | Samuel Pitoiset | 2017-06-14 | 1 | -0/+34 |
* | radeonsi: upload new descriptors when resident buffers are invalidated | Samuel Pitoiset | 2017-06-14 | 2 | -0/+148 |
* | radeonsi: only decompress resident textures/images when used | Samuel Pitoiset | 2017-06-14 | 1 | -2/+11 |
* | radeonsi: track use of bindless samplers/images from tgsi_shader_info | Samuel Pitoiset | 2017-06-14 | 5 | -5/+46 |
* | radeonsi: decompress resident textures/images before graphics/compute | Samuel Pitoiset | 2017-06-14 | 3 | -0/+114 |
* | radeonsi: decompress DCC for resident textures/images | Samuel Pitoiset | 2017-06-14 | 2 | -0/+83 |
* | radeonsi: only add descriptors in presence of resident handles | Samuel Pitoiset | 2017-06-14 | 1 | -0/+6 |
* | radeonsi: add all resident buffers to the current CS | Samuel Pitoiset | 2017-06-14 | 3 | -0/+52 |
* | radeonsi: implement ARB_bindless_texture | Samuel Pitoiset | 2017-06-14 | 3 | -0/+285 |
* | radeonsi: add a slab allocator for bindless descriptors | Samuel Pitoiset | 2017-06-14 | 4 | -0/+119 |
* | radeonsi: add si_set_shader_image_desc() helper | Samuel Pitoiset | 2017-06-14 | 1 | -32/+47 |
* | radeonsi: add si_set_sampler_view_desc() helper | Samuel Pitoiset | 2017-06-14 | 1 | -43/+52 |
* | radeonsi: add si_init_descriptor_list() helper | Samuel Pitoiset | 2017-06-14 | 1 | -0/+15 |
* | gallium: add PIPE_CAP_BINDLESS_TEXTURE | Samuel Pitoiset | 2017-06-14 | 1 | -0/+1 |
* | radeonsi: pack si_context better | Marek Olšák | 2017-06-12 | 1 | -18/+18 |
* | radeonsi: pack si_framebuffer better | Marek Olšák | 2017-06-12 | 1 | -6/+6 |
* | radeonsi: pack si_sampler_view better | Marek Olšák | 2017-06-12 | 1 | -2/+2 |
* | radeonsi: pack si_buffer_resources better | Marek Olšák | 2017-06-12 | 1 | -4/+5 |
* | radeonsi: pack struct si_descriptors better | Marek Olšák | 2017-06-12 | 1 | -15/+15 |
* | radeonsi: pack struct si_vertex_elements better | Marek Olšák | 2017-06-12 | 1 | -9/+10 |
* | radeonsi: replace si_vertex_elements::elements with separate fields | Marek Olšák | 2017-06-12 | 4 | -14/+14 |
* | radeonsi: rename si_vertex_element -> si_vertex_elements | Marek Olšák | 2017-06-12 | 4 | -6/+6 |
* | radeonsi: allocate si_state_rasterizer::pm4_poly_offset only when needed | Marek Olšák | 2017-06-12 | 2 | -2/+14 |