aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* egl/wayland: Don't invalidate buffers on no-op resizeDaniel Stone2020-03-041-0/+4
* Revert "glx: convert glx_config_create_list to one big calloc"Andrii Simiklit2020-03-041-26/+37
* zink. Don't set incorrect sType in VkImportMemoryFdInfoKHR structVilya Harvey2020-03-041-1/+0
* turnip: support indirect drawHyunjun Ko2020-03-041-6/+49
* android: gallium/auxiliary: fix "Unused source files" in tesselatorMauro Rossi2020-03-031-1/+2
* intel/gen12+: Disable mid thread preemption.Rafael Antognolli2020-03-033-0/+25
* Revert "gallium/swr: Fix min/max range index draw"Krzysztof Raszkowski2020-03-032-16/+2
* vc4: fix vc4_yuv_blit overwriting fragment constant buffer slot 0Chris Lord2020-03-031-0/+2
* aco: handle v_add_co_u32_e64 in parse_base_offset()Rhys Perry2020-03-031-0/+2
* aco: fix carry-out size for wave32 v_add_co_u32_e64Rhys Perry2020-03-031-1/+1
* gallium/swr: fix corruptions in Unigine HeavenJan Zielinski2020-03-034-137/+211
* st/va: GetConfigAttributes: check profile and entrypoint combinationSatyajit Sahu2020-03-031-2/+6
* intel/isl: Implement D16_UNORM workarounds.Rafael Antognolli2020-03-035-4/+93
* aco: keep track of which events are used in a barrierRhys Perry2020-03-031-19/+41
* st/va/postproc: reallocate interlaced destination bufferThong Thai2020-03-031-4/+1
* panfrost: fix transform feedbackLouis-Francis Ratté-Boulianne2020-03-031-0/+7
* gallium: add PIPE_CAP_PSIZ_CLAMPEDLouis-Francis Ratté-Boulianne2020-03-033-0/+4
* gallium: add PIPE_CAP_VIEWPORT_TRANSFORM_LOWEREDLouis-Francis Ratté-Boulianne2020-03-033-0/+9
* gallium: add PIPE_CAP_PACKED_STREAM_OUTPUTLouis-Francis Ratté-Boulianne2020-03-033-0/+7
* glsl/linker: add xfb workaround for modified built-in variablesLouis-Francis Ratté-Boulianne2020-03-032-6/+20
* glsl/linker: handle array/struct members for DisableXfbPackingLouis-Francis Ratté-Boulianne2020-03-036-0/+283
* glsl/linker: add DisableTransformFeedbackPacking workaroundLouis-Francis Ratté-Boulianne2020-03-035-19/+115
* spirv: fix memory_barrier_tcs_patch emissionRhys Perry2020-03-031-1/+2
* spirv: improve creation of memory_barrierRhys Perry2020-03-031-3/+8
* lima: don't disable tiling if there's linear modifier in listVasily Khoruzhick2020-03-031-3/+0
* ac: rename min_vgpr_alloc to min_wave64_vgpr_allocSamuel Pitoiset2020-03-034-5/+5
* ac: rename vgpr_alloc_granularity to wave64_vgpr_alloc_granularitySamuel Pitoiset2020-03-034-5/+5
* ac: rename lds_size_per_cu to lds_size_per_workgroupSamuel Pitoiset2020-03-035-6/+6
* turnip: Execute main cs for secondary command buffersBrian Ho2020-03-031-10/+25
* turnip: Promote tu_cs_get_size/is_empty to headerBrian Ho2020-03-032-20/+20
* nvc0: enable EXT_texture_shadow_lodIlia Mirkin2020-03-022-4/+10
* st/mesa: allow TXB2/TXL2 to work with cube array shadow texturesIlia Mirkin2020-03-022-10/+22
* nv50,nvc0: add newly added PIPE_CAP's to listIlia Mirkin2020-03-022-0/+34
* anv: multiply the scratch space by 4 on gen9-10 like iris and i965Paulo Zanoni2020-03-031-2/+16
* intel/device: bdw_gt1 actually has 6 eus per subslicePaulo Zanoni2020-03-031-1/+1
* intel: fix the gen 12 compute shader scratch IDsPaulo Zanoni2020-03-032-6/+16
* intel: fix the gen 11 compute shader scratch IDsPaulo Zanoni2020-03-033-3/+18
* pan/bi: Move some definitions from disasm to bifrost.hAlyssa Rosenzweig2020-03-032-62/+62
* pan/bi: Structify FMA_FADDAlyssa Rosenzweig2020-03-032-8/+35
* pan/bi: Squash LD_ATTR ops togetherAlyssa Rosenzweig2020-03-032-33/+37
* pan/bi: Combine LOAD_VARYING_ADDRESS instructions by typeAlyssa Rosenzweig2020-03-032-5/+29
* pan/bi: Decode ADD_SHIFT properlyAlyssa Rosenzweig2020-03-032-21/+46
* pan/bi: Identify extended FMA opcodesAlyssa Rosenzweig2020-03-031-119/+127
* pan/bi: Add v4i8 mode to FMA_SHIFTAlyssa Rosenzweig2020-03-032-1/+3
* pan/bi: Decode FMA_SHIFT properlyAlyssa Rosenzweig2020-03-032-24/+48
* pan/bi: Move notes on ADD ops to notes fileAlyssa Rosenzweig2020-03-032-44/+80
* pan/bi: Introduce CSEL4 classAlyssa Rosenzweig2020-03-032-24/+52
* pan/bi: Move notes on FMA opcodes from disassemblerAlyssa Rosenzweig2020-03-032-79/+101
* pan/bi: Add ICMP.GL.NEQ opAlyssa Rosenzweig2020-03-031-0/+1
* pan/bi: Add discard opsAlyssa Rosenzweig2020-03-031-0/+7