aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* pan/decode: Skip analysis for Bifrost tiler structuresAlyssa Rosenzweig2020-03-031-1/+34
* pan/decode: Fix tiler weights printingAlyssa Rosenzweig2020-03-031-2/+2
* pan/decode: Restore bifrost sample_locationsAlyssa Rosenzweig2020-03-032-9/+66
* pan/decode: Calm an assert to a pandecode errorAlyssa Rosenzweig2020-03-031-2/+2
* iris: Wait for the GPU to be idle before invalidating the aux table.Rafael Antognolli2020-03-021-0/+12
* iris: Split aux map initialization from invalidation.Rafael Antognolli2020-03-023-9/+34
* anv: Wait for the GPU to be idle before invalidating the aux table.Rafael Antognolli2020-03-021-0/+10
* anv: Do end-of-pipe sync around MCS/CCS ops instead of CS stallJason Ekstrand2020-03-022-8/+8
* anv: Use a proper end-of-pipe sync instead of just CS stallJason Ekstrand2020-03-022-15/+118
* anv: Use the PIPE_CONTROL instead of bits for the CS stall W/AJason Ekstrand2020-03-021-3/+7
* gallivm/tessellator: use private functions for min/max to avoid namespace issuesDave Airlie2020-03-031-45/+45