summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx10: fix InstanceID for legacy VS+GSMarek Olšák2019-08-271-4/+9
* radeonsi/gfx10: add as_ngg variant for VS as ES to select Wave32/64Marek Olšák2019-08-273-13/+12
* radeonsi/gfx10: create the GS copy shader if using legacy streamoutMarek Olšák2019-08-271-1/+3
* radeonsi/gfx10: fix the PRIMITIVES_GENERATED query if using legacy streamoutMarek Olšák2019-08-273-4/+9
* radeonsi/gfx10: fix tessellation for the legacy pipelineMarek Olšák2019-08-271-0/+10
* radeonsi: move some global shader cache flags to per-binary flagsMarek Olšák2019-08-274-20/+23
* radeonsi/gfx10: fix the legacy pipeline by storing as_ngg in the shader cacheMarek Olšák2019-08-273-8/+9
* iris: Delete dead prototypeKenneth Graunke2019-08-271-2/+0
* Revert "panfrost: Free all block/instruction objects before leaving midgard_c...Boris Brezillon2019-08-272-15/+0
* panfrost: Make sure bundle.instructions[] contains valid instructionsBoris Brezillon2019-08-271-0/+1
* panfrost: Free all block/instruction objects before leaving midgard_compile_s...Boris Brezillon2019-08-272-0/+15
* panfrost: Free the instruction object in mir_remove_instruction()Boris Brezillon2019-08-271-0/+1
* scons: add support for MAJOR_IN_{MKDEV,SYSMACROS}Eric Engestrom2019-08-271-0/+8
* radv: make use of has_ls_vgpr_init_bugSamuel Pitoiset2019-08-273-2/+3
* ac: add has_ls_vgpr_init_bug to ac_gpu_infoSamuel Pitoiset2019-08-276-5/+6
* ac: add has_msaa_sample_loc_bug to ac_gpu_infoSamuel Pitoiset2019-08-275-7/+8
* ac: add rbplus_allowed to ac_gpu_infoSamuel Pitoiset2019-08-2710-32/+17
* ac: add has_tc_compat_zrange_bug to ac_gpu_infoSamuel Pitoiset2019-08-276-6/+7
* ac: add has_gfx9_scissor_bug to ac_gpu_infoSamuel Pitoiset2019-08-2710-16/+13
* ac: add cpdma_prefetch_writes_memory to ac_gpu_infoSamuel Pitoiset2019-08-279-8/+6
* ac: add has_out_of_order_rast to ac_gpu_infoSamuel Pitoiset2019-08-276-8/+7
* ac: add has_load_ctx_reg_pkt to ac_gpu_infoSamuel Pitoiset2019-08-275-10/+8
* ac: add has_rbplus to ac_gpu_infoSamuel Pitoiset2019-08-278-9/+8
* ac: add has_dcc_constant_encode to ac_gpu_infoSamuel Pitoiset2019-08-279-14/+8
* ac: add has_distributed_tess to ac_gpu_infoSamuel Pitoiset2019-08-279-14/+9
* ac: add has_clear_state to ac_gpu_infoSamuel Pitoiset2019-08-279-25/+20
* ac: drop llvm8 from some load/store helpersSamuel Pitoiset2019-08-271-115/+75
* gallivm: fix appveyor build after images changesDave Airlie2019-08-271-1/+2
* docs: add shader image extensions for llvmpipeDave Airlie2019-08-271-4/+4
* llvmpipe: enable ARB_shader_image_load_storeDave Airlie2019-08-271-1/+2
* llvmpipe: flush on api memorybarrier.Dave Airlie2019-08-271-0/+9
* gallivm: add memory barrier supportDave Airlie2019-08-271-0/+11
* gallivm: add support for fences api on older llvmDave Airlie2019-08-272-0/+16
* llvmpipe: bind vertex/geometry shader imagesDave Airlie2019-08-273-0/+126
* llvmpipe: add fragment shader image supportDave Airlie2019-08-2711-8/+334
* draw: add vs/gs images supportDave Airlie2019-08-278-7/+316
* gallivm: add image load/store/atomic supportDave Airlie2019-08-277-10/+684
* gallivm/tgsi: add image interface to tgsi builderDave Airlie2019-08-272-1/+20
* llvmpipe: introduce image jit type to fragment shader jit.Dave Airlie2019-08-272-2/+67
* draw: add jit image type for vs/gs images.Dave Airlie2019-08-272-19/+109
* llvmpipe: move the fragment shader variant key to dynamic length.Dave Airlie2019-08-272-22/+46
* gallivm: add a basic image limitDave Airlie2019-08-271-0/+2
* llvmpipe: handle early test property.Dave Airlie2019-08-271-2/+6
* gallivm: move first/last level jit texture members.Dave Airlie2019-08-274-20/+20
* gallivm: handle helper invocation (v2)Dave Airlie2019-08-271-0/+5
* gallivm: make lp_build_float_to_r11g11b10 take a const srcDave Airlie2019-08-272-2/+2
* llvmpipe: refactor jit type creationDave Airlie2019-08-271-76/+87
* gallivm: fix atomic compare-and-swapDave Airlie2019-08-271-0/+2
* intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs failsPaulo Zanoni2019-08-261-1/+1
* pan/midgard: Fix invert fusing with r26Alyssa Rosenzweig2019-08-262-2/+19