summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* darwin: Use the system libexpat4093-meson-fails-to-locate-libexpat-on-macosJeremy Huddleston Sequoia2021-01-141-1/+3
* zink: optimize renderpass hash tableMike Blumenkrantz2021-01-142-2/+9
* util/set: split off create() into an init() functionMike Blumenkrantz2021-01-142-11/+26
* util/set: add the found param to search_or_addMike Blumenkrantz2021-01-144-8/+12
* util/set: optimize rehash for empty table and no-func clearsMike Blumenkrantz2021-01-142-8/+31
* util/hash_table: optimize rehash for empty table and no-func clearsMike Blumenkrantz2021-01-142-8/+29
* radeonsi: invalidate compute sgprs in si_rebind_bufferPierre-Eric Pelloux-Prayer2021-01-141-6/+16
* ac: add ifdef __cplusplus guard to headerPierre-Eric Pelloux-Prayer2021-01-141-0/+9
* ci: Use meson test directly instead of ninja testMichel Dänzer2021-01-142-2/+2
* ci: Remove .gitlab-ci/meson-build.batMichel Dänzer2021-01-141-13/+0
* anv: add transfer usage for color/depth/stencil attachmentsLionel Landwerlin2021-01-141-3/+25
* turnip/ir3: handle image load/stores produced by AtomicLoad/StoreDanylo Piliaiev2021-01-142-5/+6
* lavapipe: Defer lavapipe warning to CreateDeviceWitold Baryluk2021-01-141-2/+2
* panfrost: Fix typos.Vinson Lee2021-01-144-4/+4
* gallium/tgsi: garbage collect unused TGSI_UTIL_SIGN_MODE.Eric Anholt2021-01-133-79/+1
* gallium/tgsi: Rewrite the docs on source modifiers.Eric Anholt2021-01-131-12/+15
* gallium/tgsi: Remove support for f64 src modifiers.Eric Anholt2021-01-132-7/+3
* gallium/tgsi: Assert that we don't see integer abs modifiers.Eric Anholt2021-01-132-9/+4
* gallium/ntt: Stop lowering integer source mods.Eric Anholt2021-01-131-3/+5
* gallium/ttn: Add support for TGSI_OPCODE_I64NEG/ABS.Eric Anholt2021-01-131-0/+2
* nv50,nvc0: explicitly list recently-added capsIlia Mirkin2021-01-132-0/+24
* nv50/ir: ignore FS_BLEND_EQUATION_ADVANCEDIlia Mirkin2021-01-131-0/+1
* zink: clamp sampler+samplerview limitsMike Blumenkrantz2021-01-135-24/+12
* intel/genxml,anv,iris: Drop the legacy compute path from gen125.xmlJason Ekstrand2021-01-133-227/+3
* iris: Add support for COMPUTE_WALKERJordan Justen2021-01-131-4/+81
* anv: Enable push constants on gen12-hpJason Ekstrand2021-01-134-11/+27
* intel/fs: Emit code for Gen12-HP indirect compute dataJason Ekstrand2021-01-132-0/+76
* anv: Add a general state poolJason Ekstrand2021-01-134-3/+37
* anv: Use COMPUTE_WALKER for gen12-hpJordan Justen2021-01-131-3/+63
* anv: Don't use MEDIA_INTERFACE_DESCRIPTOR_LOAD for gen12-hpJordan Justen2021-01-131-0/+2
* anv: Emit CFE_STATE for gen12-hpJordan Justen2021-01-131-3/+32
* intel/fs: Allow compute dispatch without a pushed subgroup ID on Gen12-HPJason Ekstrand2021-01-131-3/+8
* intel/compiler: Disable push constants on gen12-hpJordan Justen2021-01-131-2/+8
* intel/tools: Decode COMPUTE_WALKERJason Ekstrand2021-01-131-23/+49
* intel/genxml/gen125: Add CFE_STATE and COMPUTE_WALKERJordan Justen2021-01-131-0/+154
* docs: update calendar for 21.0.0-rc1Dylan Baker2021-01-131-2/+1
* docs: update calendar and link releases notes for 20.3.3Dylan Baker2021-01-132-2/+3
* docs: Add sha256sum for 20.3.3Dylan Baker2021-01-131-1/+1
* docs: add release notes for 20.3.3Dylan Baker2021-01-131-0/+133
* panfrost: Don't skip the test with a 4k shaderBoris Brezillon2021-01-131-5/+0
* nir/loop_unroll: unroll more aggressively if it can improve load schedulingRhys Perry2021-01-133-7/+83
* freedreno/ir3: Remove legacy packed-struct encodingRob Clark2021-01-132-890/+1
* freedreno/ir3/decode: Switch over to new disasmRob Clark2021-01-137-2779/+286
* freedreno/ir3: Realign disasm shader statsRob Clark2021-01-133-98/+110
* freedreno/ir3: Better sstall estimationRob Clark2021-01-134-83/+85
* freedreno/ir3: Small resinfo disasm tweakRob Clark2021-01-132-7/+7
* freedreno/ir3: Switch over to new encoder/decoderRob Clark2021-01-132-2/+9
* freedreno/ir3/tests: Switch disasm test over to new decoderRob Clark2021-01-133-25/+25
* freedreno/hw/isa: Add expression cachingRob Clark2021-01-131-0/+29
* freedreno/hw/isa: Add description of ir3 ISARob Clark2021-01-1312-0/+3414