summaryrefslogtreecommitdiffstats
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* Revert "nir/opt_peephole_select: Don't peephole_select expensive math instruc...Dylan Baker2019-02-121-1/+1
* freedreno: fix release tarballRob Clark2019-01-311-0/+1
* freedreno: update a2xx registersJonathan Marek2019-01-281-11/+893
* freedreno: automake: ship ir3_nir_trig.py in the tarballEmil Velikov2019-01-241-0/+1
* mesa: add MESA_SHADER_KERNELKarol Herbst2019-01-211-0/+1
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-1/+1
* freedreno: make cmdstream bo's read-only to GPURob Clark2019-01-102-5/+11
* freedreno: Move register constant files to src/freedreno.Bas Nieuwenhuizen2019-01-0810-2/+22471
* freedreno/drm: sync uapi againChia-I Wu2019-01-081-0/+1
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-1/+1
* freedreno/ir3: don't treat all inputs/outputs as vec4Rob Clark2018-12-222-14/+38
* freedreno/ir3: fix fallout of extra assertRob Clark2018-12-211-1/+1
* freedreno/ir3: Handle GL_NONE in get_num_components_for_glformat()Eduardo Lima Mitev2018-12-191-3/+8
* freedreno/ir3: Make imageStore use num components from image formatEduardo Lima Mitev2018-12-181-2/+70
* nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick2018-12-171-1/+1
* nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick2018-12-171-1/+1
* nir: Add a bool to int32 lowering passJason Ekstrand2018-12-161-0/+1
* nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand2018-12-161-11/+11
* freedreno/ir3: don't remove unused input componentsRob Clark2018-12-131-1/+7
* freedreno/ir3: fix crashRob Clark2018-12-131-14/+8
* freedreno: debug GEM obj namesRob Clark2018-12-135-4/+72
* freedreno/drm: sync uapi and enable softpinRob Clark2018-12-136-25/+30
* freedreno: Add .dir-locals to the common directoryNeil Roberts2018-12-111-0/+8
* freedreno: Fix the Makefile.am fixKristian H. Kristensen2018-12-101-3/+0
* freedreno: add the missing _la in libfreedreno_ir3_laEmil Velikov2018-12-101-1/+1
* freedreno: drop duplicate MKDIR_GEN declarationEmil Velikov2018-12-101-1/+0
* freedreno/drm: fix memory leakRob Clark2018-12-071-0/+3
* freedreno/ir3: track max flow control depth for a5xx/a6xxRob Clark2018-12-073-0/+33
* freedreno/ir3: code-motionRob Clark2018-12-076-838/+942
* freedreno/ir3: sync instr/disasmRob Clark2018-12-073-24/+131
* freedreno/ir3: don't fetch unused tex componentsRob Clark2018-12-072-0/+29
* freedreno/drm: fix relocs in nested stateobjsRob Clark2018-12-071-3/+15
* nir: Make boolean conversions sized just like the othersJason Ekstrand2018-12-051-4/+7
* freedreno: use MSM_BO_SCANOUT with scanout buffersJonathan Marek2018-11-272-0/+4
* freedreno: move ir3 to common locationRob Clark2018-11-2724-1/+13731
* freedreno: move drm to common locationRob Clark2018-11-2719-0/+3826