aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3/ra: only assign array base in first passRob Clark2020-04-281-1/+2
* freedreno/ir3/ra: split out helper for array assignmentRob Clark2020-04-281-48/+58
* freedreno/ir3/ra: use ir3_debug_print helperRob Clark2020-04-281-8/+2
* freedreno/ir3/ra: remove unused variableRob Clark2020-04-281-2/+0
* freedreno/computer: add script to test widening/narrowingRob Clark2020-04-281-0/+297
* freedreno/ir3: Add support for disasm of cat2 float32 immediates.Eric Anholt2020-04-275-47/+86
* freedreno/ir3: Refactor out print_reg_src().Eric Anholt2020-04-271-10/+6
* freedreno/ir3: Convert remaining disasm src prints to reginfo.Eric Anholt2020-04-271-60/+92
* freedreno/ir3: Add a unit test for our disassembler.Eric Anholt2020-04-272-0/+141
* freedreno/ir3: Print a space after nop counts, like qcom's disasm.Eric Anholt2020-04-271-1/+1
* freedreno/ir3: Fix the disasm of half-float STG dests.Eric Anholt2020-04-271-1/+1
* freedreno/ir3: run nir_lower_packJonathan Marek2020-04-271-0/+1
* nir: add pack_32_2x16_split/unpack_32_2x16_split loweringJonathan Marek2020-04-271-4/+2
* ir3: Use shared mediump output loweringAlyssa Rosenzweig2020-04-271-49/+1
* tu: Don't invert point coordsConnor Abbott2020-04-251-1/+2
* ir3: Remove VARYING_SLOT_PNTC remapping hackConnor Abbott2020-04-251-12/+0
* tu: Implement PrimID passthroughConnor Abbott2020-04-252-5/+14
* ir3: Skip missing VS outputs in VS out map when linkingConnor Abbott2020-04-252-22/+55
* freedreno/a6xx: Document PrimID passthrough registersConnor Abbott2020-04-252-2/+15
* freedreno/ir3: Print @tex write mask using 0x%xKristian H. Kristensen2020-04-251-1/+1
* freedreno/ir3: Reset lex line number when we start parsingKristian H. Kristensen2020-04-251-0/+2
* freedreno/ir3: Parse, but ignore @in, @out and @tex headersKristian H. Kristensen2020-04-252-0/+21
* freedreno/ir3: Move ir3 assembler to backend compilerKristian H. Kristensen2020-04-256-24/+21
* freedreno/computerator: Decouple ir3 assemblerKristian H. Kristensen2020-04-254-23/+36
* turnip: add adreno 650Jonathan Marek2020-04-244-22/+46
* turnip: use RESOLVE_TS eventJonathan Marek2020-04-241-1/+1
* turnip: remove unused RB_UNKNOWN_8E04_blitJonathan Marek2020-04-242-3/+0
* freedreno/ir3: fix incorrect conversion foldingJonathan Marek2020-04-241-0/+7
* freedreno/ir3: set even bit for f2f16_rtneJonathan Marek2020-04-241-2/+7
* freedreno/ir3: fix 16-bit ssbo accessJonathan Marek2020-04-243-5/+12
* turnip: divide cube map depth by 6Jonathan Marek2020-04-241-2/+12
* spirv: Use nir_const_value for spec constantsJason Ekstrand2020-04-241-5/+5
* turnip: Properly handle all sizes of specialization constantsJason Ekstrand2020-04-241-4/+17
* freedreno/ir3: Fix sizing of the inputs/outputs array.Eric Anholt2020-04-231-13/+2
* freedreno/ir3: Fix driver_location of the added vertex_flags varying.Eric Anholt2020-04-231-7/+1
* drm-shim: Let the driver choose to overwrite the first render node.Eric Anholt2020-04-231-0/+2
* freedreno: Make the slice pitch be bytes, not pixels.Eric Anholt2020-04-235-14/+10
* freedreno: Introduce a "cpp_shift" value for cpp divs/muls.Eric Anholt2020-04-233-0/+16
* turnip: Fix crashes when geometry shader constants aren't usedHyunjun Ko2020-04-231-0/+2
* turnip: Skip unused regs when setting up streamout buffersHyunjun Ko2020-04-231-0/+4
* turnip : Fix wrong offset calculation for xfb buffer.Hyunjun Ko2020-04-231-2/+0
* turnip: Implement and enable VK_QUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXTHyunjun Ko2020-04-232-2/+133
* turnip: make the struct slot_value of queries get 2 valuesHyunjun Ko2020-04-231-57/+86
* turnip: implement VK_EXT_sampler_filter_minmaxJonathan Marek2020-04-224-2/+26
* turnip: enable cube arraysJonathan Marek2020-04-221-1/+1
* turnip: implement VK_EXT_filter_cubicJonathan Marek2020-04-224-6/+40
* turnip: implement VK_EXT_sample_locationsJonathan Marek2020-04-227-32/+132
* turnip: set shader key msaa fieldJonathan Marek2020-04-221-0/+6
* turnip: enable VK_FORMAT_S8_UINT as stencil formatJonathan Marek2020-04-224-20/+33
* turnip: improve GMEM load/store logicJonathan Marek2020-04-224-59/+89