| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: avoid redundant SET_PREDICATION packet with QBO workaround | Nicolai Hähnle | 2017-08-02 | 1 | -4/+9 |
* | radeonsi: fix streamout overflow predication on VI+ | Nicolai Hähnle | 2017-08-02 | 2 | -18/+74 |
* | gallium/radeon: implement qbo for SO_OVERFLOW_PREDICATE | Nicolai Hähnle | 2017-08-02 | 1 | -7/+37 |
* | gallium/radeon: implement basic parts of PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE | Nicolai Hähnle | 2017-08-02 | 1 | -25/+73 |
* | gallium/radeon: fix render predication by SO overflow predicate | Nicolai Hähnle | 2017-08-02 | 1 | -7/+6 |
* | gallium/radeon: fix ARB_query_buffer_object conversion to boolean | Nicolai Hähnle | 2017-08-02 | 1 | -1/+2 |
* | radeonsi: don't print AMD twice in the renderer string with the marketing name | Marek Olšák | 2017-08-01 | 1 | -1/+2 |
* | radeonsi: print CE IBs into ddebug reports | Marek Olšák | 2017-08-01 | 2 | -3/+6 |
* | radeonsi: enable R600_DEBUG=nir for vertex and fragment shaders | Nicolai Hähnle | 2017-07-31 | 2 | -1/+2 |
* | radeonsi: expose MRT-draw-calls to HUD | Marek Olšák | 2017-07-31 | 3 | -0/+9 |
* | gallium/radeon: make S_FIXED function signed and move it to shared code | Marek Olšák | 2017-07-26 | 1 | -0/+5 |
* | radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+ | Nicolai Hähnle | 2017-07-26 | 1 | -15/+24 |
* | radeon/vcn: move message buffer to vram for now | Leo Liu | 2017-07-25 | 1 | -1/+2 |
* | radeonsi/gfx9: don't read back non-existent register SRBM_STATUS2 | Marek Olšák | 2017-07-17 | 1 | -1/+1 |
* | gallium/radeon: reallocate suballocated buffers when exported | Marek Olšák | 2017-07-17 | 2 | -1/+28 |
* | gallium/radeon: flush the context after in-place texture realloc before export | Marek Olšák | 2017-07-17 | 1 | -0/+1 |
* | gallium: use "ull" number suffix to keep the QtCreator parser happy | Marek Olšák | 2017-07-10 | 1 | -22/+22 |
* | gallium/radeon: fix VDPAU breakage, need VRAM with WC | Marek Olšák | 2017-07-05 | 1 | -1/+2 |
* | gallium/radeon: attempt to fix a compiler failure in radeon_winsys.h | Marek Olšák | 2017-07-04 | 1 | -1/+1 |
* | gallium/radeon: allow suballocating textures | Marek Olšák | 2017-07-04 | 2 | -1/+15 |
* | gallium/radeon: generalize the function for in-place texture reallocation | Marek Olšák | 2017-07-04 | 1 | -21/+43 |
* | gallium/radeon: add radeon_winsys::buffer_is_suballocated | Marek Olšák | 2017-07-04 | 1 | -0/+3 |
* | gallium/radeon: clean up pb_cache bucket/usage determination | Marek Olšák | 2017-07-04 | 1 | -0/+20 |
* | gallium/radeon: enable suballocations for VRAM with no CPU access | Marek Olšák | 2017-07-04 | 2 | -4/+15 |
* | gallium/radeon: clean up (domain, flags) <-> (slab heap) translations | Marek Olšák | 2017-07-04 | 1 | -0/+62 |
* | gallium/radeon: remove RADEON_FLAG_CPU_ACCESS | Marek Olšák | 2017-07-04 | 2 | -8/+3 |
* | gallium/radeon: clean up r600_texture_get_handle | Marek Olšák | 2017-07-04 | 1 | -24/+23 |
* | gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOC | Marek Olšák | 2017-07-04 | 2 | -2/+2 |
* | gallium/radeon: fix a possible crash for buffer exports | Marek Olšák | 2017-07-04 | 1 | -9/+15 |
* | gallium/radeon: ignore PIPE_BIND_SHARED for buffers | Marek Olšák | 2017-07-04 | 1 | -2/+0 |
* | radeonsi: add a HUD query for getting an average GFX BO list size | Marek Olšák | 2017-07-04 | 3 | -0/+20 |
* | radeon/vcn: enable h264 decode entension support | Leo Liu | 2017-06-27 | 2 | -0/+3 |
* | radeonsi: implement the workaround for Rocket League - postponed TGSI kill | Marek Olšák | 2017-06-23 | 2 | -0/+6 |
* | gallium/radeon: pass create_screen flags to r600_common_screen_init | Marek Olšák | 2017-06-23 | 2 | -2/+2 |
* | radeonsi/gfx9: enable DCC fast clear | Marek Olšák | 2017-06-22 | 1 | -4/+0 |
* | radeonsi: fix DCC fast clear for luminance and alpha formats | Marek Olšák | 2017-06-22 | 1 | -1/+10 |
* | radeonsi: add separate HUD counters for CB and DB cache flushes | Marek Olšák | 2017-06-22 | 3 | -7/+16 |
* | gallium/radeon/gfx9: fix PBO texture uploads to compressed textures | Nicolai Hähnle | 2017-06-19 | 1 | -1/+6 |
* | gallium/radeon: add a new HUD query for the number of resident handles | Samuel Pitoiset | 2017-06-18 | 3 | -0/+9 |
* | r600, radeon: move radeon_shader_binary_{init,clean} back to radeon | Emil Velikov | 2017-06-17 | 2 | -0/+26 |
* | r600g,compute: provide local copy of functions from ac_binary.c | Jan Vesely | 2017-06-16 | 2 | -26/+0 |
* | gallium/radeon: fix initialization of new resource bindless fields | Samuel Pitoiset | 2017-06-15 | 1 | -0/+2 |
* | radeonsi: upload new descriptors when resident buffers are invalidated | Samuel Pitoiset | 2017-06-14 | 1 | -0/+4 |
* | gallium/radeon: Include the family name in the renderer string if it's not eq... | Henri Verbeet | 2017-06-13 | 1 | -14/+18 |
* | radeonsi: pack si_framebuffer better | Marek Olšák | 2017-06-12 | 2 | -2/+2 |
* | gallium/radeon: don't allocate HTILE in a separate buffer | Marek Olšák | 2017-06-08 | 2 | -33/+26 |
* | radeonsi: Use libdrm to get chipset name | Samuel Li | 2017-06-07 | 2 | -1/+12 |
* | gallium/radeon: clean up a misleading statement from the old days | Marek Olšák | 2017-06-07 | 1 | -4/+1 |
* | radeonsi: don't use 1D tiling for Z/S on VI to get TC-compatible HTILE | Marek Olšák | 2017-06-07 | 1 | -3/+13 |
* | radeon: remove out of date LLVM_REVISION.txt | Emil Velikov | 2017-06-05 | 2 | -4/+0 |