summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno
AgeCommit message (Expand)AuthorFilesLines
2019-04-09freedreno: PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT unreachable statementKhaled Emara1-1/+0
2019-04-09nir: Get rid of global registersJason Ekstrand1-1/+0
2019-04-09nir/radv: remove restrictions on opt_if_loop_last_continue()Timothy Arceri1-1/+1
2019-04-04gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák1-1/+2
2019-03-28freedreno/ir3: align const size to vec4Rob Clark1-4/+5
2019-03-28freedreno/a6xx: small cleanupRob Clark1-2/+2
2019-03-27freedreno/ir3: Push UBOs to constant fileKristian H. Kristensen2-4/+27
2019-03-27freedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMSKristian H. Kristensen1-0/+1
2019-03-25freedreno/ir3: Track whether shader needs derivativesKristian H. Kristensen2-3/+3
2019-03-22freedreno: add ESSL capRob Clark1-0/+7
2019-03-22spirv,nir: lower frexp_exp/frexp_sig inside a new NIR passSamuel Pitoiset1-0/+1
2019-03-22freedreno/ir3: rename has_kill to no_earlyzRob Clark6-6/+6
2019-03-19gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.Kenneth Graunke1-0/+3
2019-03-14freedreno: Use shared drm_find_modifier utilAlyssa Rosenzweig1-16/+4
2019-03-11freedreno/a6xx: Remove extra parensKristian H. Kristensen1-1/+1
2019-03-11freedreno: Use c_vis_args and no_override_init_argsKristian H. Kristensen1-1/+1
2019-03-10freedreno/a6xx: more bcolor fixesRob Clark1-2/+2
2019-03-08freedreno/ir3: fix ir3_cmdline harderRob Clark1-2/+2
2019-03-07freedreno/a6xx: perfcntrsRob Clark5-1/+1019
2019-03-07freedreno/a6xx: fix border-color swizzlesRob Clark1-2/+9
2019-03-07freedreno/a6xx: refactor fd6_tex_swiz()Rob Clark4-34/+61
2019-03-07freedreno/a6xx: remove astc_srgb workaroundRob Clark4-45/+2
2019-03-07freedreno: fix ir3_cmdline buildRob Clark2-0/+3
2019-03-06glsl: use NIR function inlining for drivers that use glsl_to_nir()Timothy Arceri1-1/+1
2019-03-06glsl/freedreno/panfrost: pass gl_context to the standalone compilerTimothy Arceri1-1/+2
2019-03-05tgsi_to_nir: Produce optimized NIR for a given pipe_screen.Timur Kristóf2-6/+12
2019-03-05freedreno: Plumb pipe_screen through to irX_tgsi_to_nir.Timur Kristóf12-19/+37
2019-03-03freedreno/ir3: add Sethi–Ullman numbering passRob Clark1-2/+6
2019-03-01freedreno/a6xx: Enable UBWC modifierFritz Koenig4-1/+17
2019-03-01freedreno: UBWC allocatorFritz Koenig3-0/+36
2019-03-01freedreno/a6xx: UBWC supportFritz Koenig7-44/+160
2019-03-01freedreno: pass count to query_dmabuf_modifiersFritz Koenig1-1/+1
2019-02-28freedreno: Fix a couple of warningsKristian H. Kristensen1-1/+1
2019-02-28freedreno/a6xx: Don't zero SO buffer addressesKristian H. Kristensen1-38/+0
2019-02-28freedreno/a6xx: Only output MRT control for used framebuffersKristian H. Kristensen1-1/+1
2019-02-27freedreno: catch failing fd_blit and fallback to software blitJonathan Marek3-11/+15
2019-02-27freedreno: use renderonly path for buffers allocated with modifiersJonathan Marek1-1/+7
2019-02-27freedreno: a2xx: fix mipmapping for NPOT texturesJonathan Marek1-0/+6
2019-02-27freedreno: a2xx: fix fast clear for some gmem configurationsJonathan Marek1-3/+3
2019-02-27freedreno: a2xx: add use_hw_binning functionJonathan Marek1-2/+24
2019-02-27freedreno: a2xx: don't write 4th vertex in mem2gmemJonathan Marek1-3/+1
2019-02-26freedreno/a6xx: vertex_id is not _zero_basedRob Clark1-1/+1
2019-02-26freedreno/a6xx: fix DRAW_IDX_INDIRECT max_indiciesRob Clark1-2/+1
2019-02-26freedreno/a6xx: fix ssbo alignmentRob Clark1-1/+2
2019-02-26freedreno/a6xx: fix hangs with large shadersRob Clark1-2/+2
2019-02-26freedreno/a6xx: Silence compiler warningsEduardo Lima Mitev1-2/+4
2019-02-22freedreno/a6xx: cube image fixRob Clark1-0/+4
2019-02-22freedreno/a6xx: fix border-color offsetRob Clark1-1/+1
2019-02-22freedreno: fix race conditionRob Clark3-5/+16
2019-02-21freedreno/a6xx: enable tiled imagesRob Clark1-5/+2