summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
...
* intel/compiler: Use the flrp lowering pass for all stages on Gen4 and Gen5Ian Romanick2019-05-061-6/+6
* nir: Use the flrp lowering pass instead of nir_opt_algebraicIan Romanick2019-05-061-0/+24
* nir: nir_shader_compiler_options: drop native_integersChristian Gmeiner2019-05-071-1/+0
* radeonsi: set sampler state and view functions for compute-only contextsMarek Olšák2019-05-013-9/+12
* radeonsi: use new atomic LLVM helpersMarek Olšák2019-05-011-8/+4
* radeonsi/nir: call radeonsi nir opts before the scan passTimothy Arceri2019-05-012-0/+2
* radeonsi/nir: create si_nir_opts() helperTimothy Arceri2019-05-012-36/+43
* radeonsi: implement resource_get_infoJulien Isorce2019-04-301-8/+35
* delete autotools .gitignore filesEric Engestrom2019-04-292-4/+0
* radeonsi: don't ignore PIPE_FLUSH_ASYNCMarek Olšák2019-04-261-1/+1
* ac/nir: Add support for planes.Bas Nieuwenhuizen2019-04-251-0/+7
* radeonsi: remove dirty slot masks from scissor and viewport statesMarek Olšák2019-04-256-93/+40
* radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)Marek Olšák2019-04-258-48/+68
* radeonsi/gfx9: set that window_rectangles always roll the contextMarek Olšák2019-04-251-1/+2
* radeonsi: add radeonsi_sync_compile optionNicolai Hähnle2019-04-252-3/+11
* radeonsi: add radeonsi_aux_debug option for aux context debug dumpsNicolai Hähnle2019-04-253-1/+33
* radeonsi: add si_debug_options for convenient adding/removing of optionsNicolai Hähnle2019-04-256-16/+37
* radeonsi: add BOs after need_cs_spaceMarek Olšák2019-04-242-6/+6
* gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIAMarek Olšák2019-04-241-0/+1
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-241-3/+0
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-0/+3
* st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri2019-04-241-2/+6
* radeonsi: delay adding BOs at the beginning of IBs until the first drawMarek Olšák2019-04-236-9/+46
* radeonsi: add helper si_get_minimum_num_gfx_cs_dwordsMarek Olšák2019-04-232-7/+12
* radeonsi: add si_cp_copy_dataMarek Olšák2019-04-235-41/+44
* ac: add radeon_info::marketing_name, replacing the winsys callbackMarek Olšák2019-04-231-12/+3
* tgsi/scan: add uses_drawidMarek Olšák2019-04-231-0/+3
* radeonsi: use CP DMA for the null const buffer clear on CIKMarek Olšák2019-04-225-10/+16
* radeonsi/gfx9: use the correct condition for the DPBB + QUANT_MODE workaroundMarek Olšák2019-04-181-4/+4
* radeonsi/nir: fix scanning of bindless imagesTimothy Arceri2019-04-171-38/+37
* nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possibleMarek Olšák2019-04-161-0/+1
* Delete autotoolsDylan Baker2019-04-152-80/+0
* radeonsi: enable GL_EXT_shader_image_load_formattedMarek Olšák2019-04-151-0/+1
* radeonsi: set AC_FUNC_ATTR_READNONE for image opcodes where it was missingMarek Olšák2019-04-121-0/+4
* ac: add ac_build_load_helper_invocation() helperSamuel Pitoiset2019-04-121-6/+1
* ac: add ac_build_ddxy_interp() helperSamuel Pitoiset2019-04-121-26/+1
* nir/radv: remove restrictions on opt_if_loop_last_continue()Timothy Arceri2019-04-091-1/+1
* radeonsi: fix a crash when unbinding sampler statesMarek Olšák2019-04-081-1/+1
* radeonsi: set exact shader buffer read/write usage in CSMarek Olšák2019-04-046-24/+41
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-044-7/+10
* simplify LLVM version string printingEric Engestrom2019-04-041-5/+2
* radeonsi: add support for displayable DCC for multi-RB chipsMarek Olšák2019-04-047-4/+253
* radeonsi: add support for displayable DCC for 1 RB chipsMarek Olšák2019-04-041-4/+70
* radeonsi: add ability to bind images as image buffersMarek Olšák2019-04-042-3/+8
* radeonsi/gfx9: add support for PIPE_ALIGNED=0Marek Olšák2019-04-044-12/+30
* radeonsi: don't use PFP_SYNC_ME with compute-only contextsMarek Olšák2019-04-021-1/+1
* radeonsi: implement ARB/KHR_parallel_shader_compile callbacksMarek Olšák2019-04-011-0/+31
* radeonsi: fix assertion failure by using the correct typeMarek Olšák2019-04-011-1/+1
* gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.Kenneth Graunke2019-03-191-0/+3
* radeonsi/nir: call some more var optimisation passesTimothy Arceri2019-03-181-3/+8