summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-15v3d/compiler: implement load interpolated input intrinsicsIago Toral Quiroga1-0/+227
2020-10-15broadcom/compiler: track partially interpolated fragment inputsIago Toral Quiroga2-17/+83
2020-10-14iris: Fix doubling of shared local memory (SLM) sizes.Kenneth Graunke1-5/+2
2020-10-14intel/compiler, anv: Delete cs_prog_data->slm_sizeKenneth Graunke3-3/+1
2020-10-14broadcom/compiler: use nir io semanticsArcady Goldmints-Orlov1-25/+13
2020-10-14nir/lower_io_to_scalar: update io semantics on per-component instAlejandro Piñeiro1-0/+2
2020-10-14broadcom/compiler: support varyings with struct typesArcady Goldmints-Orlov2-17/+28
2020-10-14docs/release-calendar: plan 20.3 releaseEric Engestrom1-0/+8
2020-10-14intel/fs: Allow constant-propagation into SAMPLEINFO and IMAGE_SIZEJason Ekstrand1-0/+2
2020-10-14docs: update calendar and link releases notes for 20.1.10Eric Engestrom2-2/+2
2020-10-14docs: add release notes for 20.1.10Eric Engestrom1-0/+115
2020-10-14isl: Allow CCS for 8bpp surfaces with 3+ miplevelsNanley Chery1-11/+0
2020-10-14iris: Add fast-clear restriction for 8bpp surfacesNanley Chery1-0/+17
2020-10-14docs: update calendar and link releases notes for 20.2.1Dylan Baker2-3/+3
2020-10-14docs: add SHA256 sums for 20.2.1Dylan Baker1-1/+1
2020-10-14docs: add release notes for 20.2.1Dylan Baker1-0/+160
2020-10-14radv: fix optimizing needed states if some are marked as dynamicSamuel Pitoiset1-10/+22
2020-10-14docs: Document how to replicate a CI build locally.Eric Anholt1-0/+31
2020-10-14ci/android: Switch to using the Android NDK.Eric Anholt4-4/+158
2020-10-14symbols-check: Add __cxa_guard_* to the list of approved symbols.Eric Anholt1-1/+3
2020-10-14glsl/tests: Make the tests skip on Android binary execution failures.Eric Anholt3-3/+20
2020-10-14meson: Drop adding -Wl,--gc-sections to project c/cpp arguments.Eric Anholt1-1/+0
2020-10-14aco/isel: Remove now unused VS-related code from create_null_exportTony Wasserka1-14/+13
2020-10-14aco/isel: Remove some dead codeTony Wasserka1-12/+6
2020-10-14aco/isel: Always export position data from VS/NGGTony Wasserka1-0/+5
2020-10-14aco: use VOP2 for v_cvt_pkrtz_f16_f32 if possibleDaniel Schürmann2-49/+45
2020-10-14aco: use VOP2 version of v_cvt_pkrtz_f16_f32 on GFX_6_7_10Daniel Schürmann2-4/+11
2020-10-14radv,aco: lower_pack_half_2x16Daniel Schürmann3-11/+11
2020-10-14aco: use v_cvt_pkrtz_f16_f32 for pack_half_2x16Daniel Schürmann1-1/+1
2020-10-14aco: add validation rules for p_split_vectorDaniel Schürmann1-0/+11
2020-10-14aco: use p_split_vector for nir_op_unpack_half_*Daniel Schürmann1-4/+10
2020-10-14nir/opt_algebraic: optimize unpack_half_2x16_split_x(ushr, a, 16)Daniel Schürmann1-0/+1
2020-10-14aco: use p_create_vector for nir_op_pack_half_2x16Daniel Schürmann1-8/+3
2020-10-14aco: expand create_vector more carefully w.r.t. subdword operandsDaniel Schürmann1-21/+40
2020-10-14aco: propagate SGPRs into VOP1 instructions early.Daniel Schürmann1-0/+5
2020-10-14zink: unify code for emitting named uint-based variable instructionsMike Blumenkrantz1-26/+9
2020-10-14aco: adjust an assertion about the wavesize in emit_gfx10_wave64_bpermute()Samuel Pitoiset1-1/+1
2020-10-14aco: compute the CS workgroup size from the shader NIR infoSamuel Pitoiset1-2/+3
2020-10-14radv: move compiler statistics to ACOSamuel Pitoiset5-18/+18
2020-10-14aco: remove unused radv_shader.h includesSamuel Pitoiset4-5/+0
2020-10-14aco: remove useless occurences of radv_nir_compiler_optionsSamuel Pitoiset7-20/+16
2020-10-14aco: remove stub lower_wqm() prototypeSamuel Pitoiset1-2/+0
2020-10-14zink: export PIPE_CAP_MAX*_VARYINGS valuesMike Blumenkrantz1-0/+6
2020-10-14zink: add feature-documentationErik Faye-Lund1-0/+57
2020-10-14zink: redo slot mapping again for the last time really I mean itMike Blumenkrantz6-95/+64
2020-10-14zink: don't leak sampler view texturesMike Blumenkrantz2-0/+2
2020-10-14zink: explicitly flag fb attachments as being written to in render passesMike Blumenkrantz1-0/+2
2020-10-14zink: add more explicit fencing for transfer mapsMike Blumenkrantz1-1/+5
2020-10-14zink: optimize transfer_map for resources with pending reads/writesMike Blumenkrantz1-6/+19
2020-10-14zink: add a mechanism to track current resource usage in batchesMike Blumenkrantz10-31/+88