aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno: hold batch references when flushingRob Clark2018-07-171-32/+38
* python: Use the print functionMathieu Bridon2018-07-061-3/+5
* gallium/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-294-8/+4
* freedreno/ir3: fix deref conversion falloutRob Clark2018-06-231-13/+13
* freedreno/ir3: fix unused variable warningRob Clark2018-06-231-1/+0
* freedreno: fix HW_ATOMIC_COUNTERS capRob Clark2018-06-231-1/+1
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-3/+0
* freedreno/ir3: convert to deref instructionsRob Clark2018-06-223-53/+57
* nir: Rework lower_locals_to_regs to use deref instructionsJason Ekstrand2018-06-221-2/+2
* intel,ir3: Re-enable nir_opt_copy_prop_varsJason Ekstrand2018-06-221-1/+1
* nir: Delete lower_io_typesJason Ekstrand2018-06-221-1/+0
* st,ir3,radeonsi: push lower_deref_instrs back into driverRob Clark2018-06-222-3/+3
* nir/lower_samplers: remove legacy versionRob Clark2018-06-221-1/+1
* nir/lower_samplers: split out _legacy version for deref chainsRob Clark2018-06-221-1/+1
* intel,ir3: Disable nir_opt_copy_prop_varsJason Ekstrand2018-06-221-1/+1
* anv,i965,radv,st,ir3: Call nir_lower_deref_instrsJason Ekstrand2018-06-222-1/+6
* freedreno: a2xx: fix clear colorJonathan Marek2018-06-221-1/+1
* freedreno: a2xx: fix crash when freeing contextJonathan Marek2018-06-221-0/+2
* freedreno: a2xx: fix crash on first clearJonathan Marek2018-06-221-4/+4
* freedreno: add a20xJonathan Marek2018-06-227-31/+85
* freedreno: a2xx: increase size of the offset field in instr_fetch_vtx_tJonathan Marek2018-06-221-4/+2
* freedreno/a5xx: MSAARob Clark2018-06-2114-42/+89
* freedreno: update generated headersRob Clark2018-06-218-41/+53
* freedreno/ir3: txf_ms supportRob Clark2018-06-213-7/+51
* freedreno/a5xx: fix gpu hangs with large compute shadersRob Clark2018-06-211-3/+11
* freedreno/ir3: fix base_vertexRob Clark2018-06-211-0/+1
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-1/+2
* freedreno/a5xx: move emit_marker5() into a5xx backendRob Clark2018-06-195-21/+24
* freedreno/a5xx: fix crash in dEQP-GLES31.stress.vertex_attribute_binding.buff...Rob Clark2018-06-193-1/+24
* freedreno/a5xx: don't crash if compute shader compile failsRob Clark2018-06-191-0/+2
* freedreno/ir3: fix missing recursion into block conditionRob Clark2018-06-191-0/+4
* freedreno/a5xx: better FOUR_QUAD/TWO_QUAD decision for computeRob Clark2018-06-191-4/+12
* freedreno/a5xx: bordercolor fixesRob Clark2018-06-191-4/+27
* freedreno: remove per-stateobj dirty_mask'sRob Clark2018-06-195-37/+16
* freedreno/a5xx: remove one image stateblockRob Clark2018-06-191-13/+0
* freedreno/a5xx: cubemap image fixesRob Clark2018-06-192-2/+7
* freedreno/ir3: handle image bufferRob Clark2018-06-191-1/+8
* freedreno/ir3: handle arrays of imagesRob Clark2018-06-191-6/+30
* freedreno/ir3: images can be arrays tooRob Clark2018-06-192-22/+83
* freedreno/ir3: use move_load_const passRob Clark2018-06-191-0/+3
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* freedreno/ir3: use pipe_image_view's cppRob Clark2018-06-111-1/+6
* freedreno/ir3: fix image dimensions offsetRob Clark2018-06-111-1/+1
* freedreno/a5xx: correct image/ssbo offsetRob Clark2018-06-111-1/+1
* freedreno/ir3: use saml always if we have lodRob Clark2018-06-111-1/+1
* freedreno/ir3: don't cp absneg into meta:fiRob Clark2018-06-111-0/+4
* freedreno/ir3: rework size/type conversion instructionsRob Clark2018-06-111-10/+156
* freedreno/ir3: propagate HALF flag across fanoutRob Clark2018-06-111-1/+4
* freedreno/a5xx: add sample-id/sample-mask-inRob Clark2018-06-111-3/+12
* freedreno/ir3: add sample-id/sample-mask-inRob Clark2018-06-111-0/+21