summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-08freedreno: add a420 deqp-runner filesIlia Mirkin3-0/+441
2022-03-08freedreno/a4xx: expose shaders and images, as well as ES 3.1Ilia Mirkin2-3/+5
2022-03-08freedreno/ir3: disable conversion folding on a4xxIlia Mirkin1-1/+3
2022-03-08freedreno/ir3: no need to count bits 16b at a time for a4xxIlia Mirkin1-3/+7
2022-03-08freedreno/a4xx: improve condition for disabling early zIlia Mirkin1-3/+4
2022-03-08freedreno/a4xx: extend astc and tg4 workarounds to compute shadersIlia Mirkin7-11/+32
2022-03-05a4xx: add emission of compute state, and compute dispatchIlia Mirkin11-7/+299
2022-03-05a4xx: add logic to emit image/ssbo stateIlia Mirkin5-2/+357
2022-03-05freedreno/ir3: support a4xx compute differencesIlia Mirkin5-6/+39
2022-03-05freedreno/ir3: support a4xx in load/store buffer/image emissionIlia Mirkin3-24/+98
2022-03-03freedreno/a4xx: fix integer tg4Ilia Mirkin3-3/+113
2022-03-03freedreno/a4xx: add swizzles to shader keys for tg4 workaroundIlia Mirkin12-11/+166
2022-03-03freedreno/a4xx: move tex_type to headerIlia Mirkin2-24/+24
2022-03-03nir: remove bogus logic to allow cube + offset to workIlia Mirkin1-6/+1
2022-03-03freedreno/ir3: remove bogus tg4 -> tex lowering passIlia Mirkin4-103/+0
2022-03-03nvc0: disable EXT_texture_sRGB_RG8Ilia Mirkin1-0/+3
2022-03-03mesa: enable GL_EXT_texture_sRGB_RG8 on desktopIlia Mirkin1-2/+2
2022-02-28nouveau: add dEQP/GLCTS run failure info for GF108/GT215Ilia Mirkin4-0/+1142
2022-02-21freedreno/ir3: document GETINFO's x/y resultsIlia Mirkin1-0/+85
2022-02-20freedreno/a4xx: make luminance formats renderable, add missing L8A8_SNORMIlia Mirkin1-8/+9
2022-02-20freedreno/a4xx: use correct macro for colorIlia Mirkin1-1/+1
2022-02-12freedreno/ir3: split up load/store/atomic by generationIlia Mirkin1-15/+116
2022-02-12isaspec: add gen-based leaf bitset separationIlia Mirkin4-29/+77
2022-02-12isaspec: fix gen_max to be 2^32-1Ilia Mirkin1-2/+2
2022-02-09translate: improve sse2 32-bit unsigned -> float conversionIlia Mirkin2-14/+42
2022-02-09rtasm: add pcmpgtd operationIlia Mirkin2-0/+11
2022-02-09rtasm: fix printf specifier for ptrdiff_tIlia Mirkin1-1/+1
2022-02-09st/mesa: only enable ARB_enhanced_layouts if there are xfb buffersIlia Mirkin1-1/+2
2022-02-09glsl: only validate xfb_buffer values when we have enhanced layoutsIlia Mirkin1-5/+7
2022-02-09glsl: simplify conditions for setting various allowed flagsIlia Mirkin1-10/+10
2021-12-08freedreno/ci/a306: increase concurrencyIlia Mirkin1-0/+1
2021-12-08freedreno/ci/a306: add more skipsIlia Mirkin1-2/+3
2021-12-04nv50: don't claim support for format-less storesIlia Mirkin1-1/+1
2021-12-04nv50,nvc0: add new caps to listIlia Mirkin2-0/+17
2021-12-03gitlab-ci: detect a3xx gpu hang recovery failureIlia Mirkin1-0/+18
2021-12-03gitlab-ci: serial close can leave an active readIlia Mirkin1-9/+8
2021-12-03freedreno/a5xx: enable OES_gpu_shader5Ilia Mirkin2-72/+5
2021-12-02freedreno/ci/a306: split off snorm blending failuresIlia Mirkin1-35/+37
2021-12-02freedreno/ci/a306: split off the f32 blend / texturing failuresIlia Mirkin1-57/+60
2021-12-02freedreno/ci/a306: separate msaa failsIlia Mirkin1-201/+204
2021-12-02freedreno/a3xx: add some legacy formatsIlia Mirkin2-28/+17
2021-12-02freedreno/ci/a306: add additional skip which hangchecksIlia Mirkin1-0/+4
2021-11-30freedreno/ci: add piglit runs for a306Ilia Mirkin4-0/+678
2021-11-29ci: move windowoverlap exclusion to all-skipsIlia Mirkin14-16/+3
2021-11-28freedreno/ir3: get the post-lowering clip/cull maskIlia Mirkin1-4/+1
2021-11-28freedreno/ir3: indicate that clipdist arrays are in useIlia Mirkin2-3/+2
2021-11-28nir/lower_clip: support clipdist array + no varsIlia Mirkin1-7/+13
2021-11-28nir/lower_clip: increment num_inputs/outputs by appropriate amountIlia Mirkin1-3/+4
2021-11-28nir/lower_clip: location offset goes into offset, not baseIlia Mirkin1-4/+4
2021-11-28nir/lower_clip: replace bogus comment about gl_ClipDistance reading in GLIlia Mirkin1-3/+3