summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: remove r600_pipe_common::blit_decompress_depthMarek Olšák2018-04-052-7/+12
* radeonsi: remove r600_pipe_common::decompress_dccMarek Olšák2018-04-054-6/+5
* radeonsi: remove r600_pipe_common::invalidate_bufferMarek Olšák2018-04-051-20/+0
* radeonsi: remove r600_pipe_common::rebind_bufferMarek Olšák2018-04-052-4/+7
* radeonsi: remove r600_common_context::set_occlusion_query_stateMarek Olšák2018-04-052-4/+4
* radeonsi: remove r600_pipe_common::save_qbo_stateMarek Olšák2018-04-052-2/+2
* radeonsi: remove unused query codeMarek Olšák2018-04-051-32/+0
* radeonsi: use num_cs_dw_queries_suspendMarek Olšák2018-04-051-2/+6
* radeonsi: remove r600_pipe_common::need_gfx_cs_spaceMarek Olšák2018-04-051-7/+0
* radeonsi: remove r600_pipe_common::set_atom_dirtyMarek Olšák2018-04-051-1/+0
* radeonsi: remove r600_pipe_common::check_vm_faultsMarek Olšák2018-04-051-1/+0
* radeonsi: call CS flush functions directly whenever possibleMarek Olšák2018-04-054-11/+11
* radeonsi: skip DCC render feedback checking if color writes are disabledMarek Olšák2018-04-053-5/+23
* radeonsi/gfx9: fix bad LLVM params in monolithic LS+HSMarek Olšák2018-04-031-1/+5
* radeonsi: Fix include for LLVMAddPromoteMemoryToRegisterPassMike Lothian2018-04-021-0/+3
* radeonsi: implement GL_KHR_blend_equation_advancedMarek Olšák2018-04-0212-17/+203
* radeonsi: rename unpack_param -> si_unpack_paramMarek Olšák2018-04-022-27/+31
* radeonsi: move FMASK shader logic to shared codeMarek Olšák2018-04-021-72/+2
* radeonsi: add R600_DEBUG=nofmask to disable MSAA compressionMarek Olšák2018-04-023-8/+9
* radeonsi/nir: fix explicit component packing for geom/tess doublesTimothy Arceri2018-04-021-8/+11
* radeonsi/nir: gather buffers declared more accurately and use const fast pathTimothy Arceri2018-04-022-6/+90
* radeonsi: create load_const_buffer_desc_fast_path() helperTimothy Arceri2018-04-021-39/+49
* radeonsi/nir: set TGSI_PROPERTY_NEXT_SHADERTimothy Arceri2018-04-021-0/+3
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-1/+1
* radeonsi: don't use the SPI barrier management bug workaroundMarek Olšák2018-03-281-0/+5
* radeonsi: use maximum OFFCHIP_BUFFERING on Vega12Marek Olšák2018-03-281-1/+8
* radeonsi: add support for Vega12Marek Olšák2018-03-284-1/+7
* ac/radeonsi: pass bindless bool to load_sampler_desc()Timothy Arceri2018-03-281-1/+1
* radeonsi/nir: set uses_bindless_samplers for samplersTimothy Arceri2018-03-281-0/+3
* radeonsi/nir: fix input processing for packed varyingsTimothy Arceri2018-03-281-3/+2
* radeonsi/nir: fix scanning of multi-slot output varyingsTimothy Arceri2018-03-281-109/+127
* nir: Rename image intrinsics to image_varJason Ekstrand2018-03-231-9/+9
* radeonsi: fix a snprintf warning on gcc 7.3.0Marek Olšák2018-03-211-1/+1
* radeonsi/gfx9: print the swizzle mode for testdmaMarek Olšák2018-03-211-2/+16
* st/radeonsi: enable uniform packing in NIR backendTimothy Arceri2018-03-201-1/+5
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state trackerTimothy Arceri2018-03-201-10/+0
* ac/nir: pass the nir variable through tcs loading.Dave Airlie2018-03-141-5/+4
* ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroupsJason Ekstrand2018-03-131-0/+1
* radeonsi: add a workaround for GFX9 hang with init_config alignmentMarek Olšák2018-03-091-1/+2
* radeonsi: remove chip_class parameter from si_lower_nirMarek Olšák2018-03-084-10/+6
* radeonsi: expand constbuf 0 address correctly to fix Vega10 hangsMarek Olšák2018-03-081-4/+17
* radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák2018-03-081-2/+3
* ac/radeonsi: add emit_kill to the abiTimothy Arceri2018-03-081-0/+1
* radeonsi: add si_llvm_emit_kill() helperTimothy Arceri2018-03-082-12/+21
* radeonsi: make use of if/loop build helpers in acTimothy Arceri2018-03-082-160/+11
* radeonsi: remove si_llvm_add_attributeMarek Olšák2018-03-073-25/+16
* radeonsi: fix passing address32_hi to LLVM for high valuesMarek Olšák2018-03-071-2/+5
* radeonsi: add/update assertions for 32-bit address spaceMarek Olšák2018-03-071-1/+5
* radeonsi: prevent a negative buffer offset in si_upload_descriptorsMarek Olšák2018-03-071-4/+3