aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* Delete autotoolsDylan Baker2019-04-152-41/+0
* nir: make nir_const_value scalarKarol Herbst2019-04-141-2/+4
* nir/i965/freedreno/vc4: add a bindless bool to type size functionsTimothy Arceri2019-04-121-1/+1
* freedreno: PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT unreachable statementKhaled Emara2019-04-091-1/+0
* nir: Get rid of global registersJason Ekstrand2019-04-091-1/+0
* nir/radv: remove restrictions on opt_if_loop_last_continue()Timothy Arceri2019-04-091-1/+1
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-041-1/+2
* freedreno/ir3: align const size to vec4Rob Clark2019-03-281-4/+5
* freedreno/a6xx: small cleanupRob Clark2019-03-281-2/+2
* freedreno/ir3: Push UBOs to constant fileKristian H. Kristensen2019-03-272-4/+27
* freedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMSKristian H. Kristensen2019-03-271-0/+1
* freedreno/ir3: Track whether shader needs derivativesKristian H. Kristensen2019-03-252-3/+3
* freedreno: add ESSL capRob Clark2019-03-221-0/+7
* spirv,nir: lower frexp_exp/frexp_sig inside a new NIR passSamuel Pitoiset2019-03-221-0/+1
* freedreno/ir3: rename has_kill to no_earlyzRob Clark2019-03-226-6/+6
* gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.Kenneth Graunke2019-03-191-0/+3
* freedreno: Use shared drm_find_modifier utilAlyssa Rosenzweig2019-03-141-16/+4
* freedreno/a6xx: Remove extra parensKristian H. Kristensen2019-03-111-1/+1
* freedreno: Use c_vis_args and no_override_init_argsKristian H. Kristensen2019-03-111-1/+1
* freedreno/a6xx: more bcolor fixesRob Clark2019-03-101-2/+2
* freedreno/ir3: fix ir3_cmdline harderRob Clark2019-03-081-2/+2
* freedreno/a6xx: perfcntrsRob Clark2019-03-075-1/+1019
* freedreno/a6xx: fix border-color swizzlesRob Clark2019-03-071-2/+9
* freedreno/a6xx: refactor fd6_tex_swiz()Rob Clark2019-03-074-34/+61
* freedreno/a6xx: remove astc_srgb workaroundRob Clark2019-03-074-45/+2
* freedreno: fix ir3_cmdline buildRob Clark2019-03-072-0/+3
* glsl: use NIR function inlining for drivers that use glsl_to_nir()Timothy Arceri2019-03-061-1/+1
* glsl/freedreno/panfrost: pass gl_context to the standalone compilerTimothy Arceri2019-03-061-1/+2
* tgsi_to_nir: Produce optimized NIR for a given pipe_screen.Timur Kristóf2019-03-052-6/+12
* freedreno: Plumb pipe_screen through to irX_tgsi_to_nir.Timur Kristóf2019-03-0512-19/+37
* freedreno/ir3: add Sethi–Ullman numbering passRob Clark2019-03-031-2/+6
* freedreno/a6xx: Enable UBWC modifierFritz Koenig2019-03-014-1/+17
* freedreno: UBWC allocatorFritz Koenig2019-03-013-0/+36
* freedreno/a6xx: UBWC supportFritz Koenig2019-03-017-44/+160
* freedreno: pass count to query_dmabuf_modifiersFritz Koenig2019-03-011-1/+1
* freedreno: Fix a couple of warningsKristian H. Kristensen2019-02-281-1/+1
* freedreno/a6xx: Don't zero SO buffer addressesKristian H. Kristensen2019-02-281-38/+0
* freedreno/a6xx: Only output MRT control for used framebuffersKristian H. Kristensen2019-02-281-1/+1
* freedreno: catch failing fd_blit and fallback to software blitJonathan Marek2019-02-273-11/+15
* freedreno: use renderonly path for buffers allocated with modifiersJonathan Marek2019-02-271-1/+7
* freedreno: a2xx: fix mipmapping for NPOT texturesJonathan Marek2019-02-271-0/+6
* freedreno: a2xx: fix fast clear for some gmem configurationsJonathan Marek2019-02-271-3/+3
* freedreno: a2xx: add use_hw_binning functionJonathan Marek2019-02-271-2/+24
* freedreno: a2xx: don't write 4th vertex in mem2gmemJonathan Marek2019-02-271-3/+1
* freedreno/a6xx: vertex_id is not _zero_basedRob Clark2019-02-261-1/+1
* freedreno/a6xx: fix DRAW_IDX_INDIRECT max_indiciesRob Clark2019-02-261-2/+1
* freedreno/a6xx: fix ssbo alignmentRob Clark2019-02-261-1/+2
* freedreno/a6xx: fix hangs with large shadersRob Clark2019-02-261-2/+2
* freedreno/a6xx: Silence compiler warningsEduardo Lima Mitev2019-02-261-2/+4
* freedreno/a6xx: cube image fixRob Clark2019-02-221-0/+4