summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-30v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.Eric Anholt2-3/+4
2018-07-30v3d: Add pack header support for f187 values.Eric Anholt2-15/+5
2018-07-30v3d: Move depth offset packet setup to CSO creation time.Eric Anholt4-33/+34
2018-07-31r600: reduce num compute threads to 1024.Dave Airlie1-1/+1
2018-07-30freedreno/a5xx: fix txf_msRob Clark3-0/+12
2018-07-30nvc0: serialize before updating some constant buffer bindings on Maxwell+Rhys Perry4-47/+81
2018-07-29v3d: Block bin on render when doing vertex texturing.Eric Anholt1-0/+14
2018-07-29vc4: Fix meson build when enabled without v3d.Eric Anholt1-1/+1
2018-07-29freedreno/a5xx: small cleanupRob Clark1-26/+24
2018-07-29freedreno/a5xx: remove unused prototypeRob Clark1-3/+0
2018-07-29freedreno: fix caps harderRob Clark1-4/+4
2018-07-27svga: whitespace fixes in svga_tgsi_decl_sm30.cBrian Paul1-88/+92
2018-07-27v3d: Stop doing pretty-printed colorful booleans in CLIF output.Eric Anholt1-1/+1
2018-07-27v3d: Move clif dumping to a separate step from noting where the CLs are.Eric Anholt1-0/+2
2018-07-27v3d: Move clif dump BO lookup into the clif dumper.Eric Anholt2-23/+16
2018-07-27v3d: Pass the whole clif_dump structure to v3d_print_group().Eric Anholt1-1/+6
2018-07-27v3d: Drop the use of the semaphores.Eric Anholt2-9/+0
2018-07-27v3d: Drop the VG support from the XML.Eric Anholt1-2/+1
2018-07-27v3d: Stop using spaces in the names of our buffers.Eric Anholt3-2/+6
2018-07-26v3d: Avoid the GFXH-1461 workaround if we have only Z or only S.Eric Anholt1-4/+6
2018-07-26v3d: Rework the ordering of how we clear things.Eric Anholt1-31/+54
2018-07-26v3d: Only store buffers that have been written to.Eric Anholt1-3/+9
2018-07-26v3d: Track the buffers being loaded separately.Eric Anholt3-1/+8
2018-07-26v3d: Rename cleared/resolve to clear/store.Eric Anholt5-35/+35
2018-07-26ac: fix typo DSL_SEL -> DST_SELMarek Olšák1-2/+2
2018-07-26radeonsi: update a comment about cache behaviorMarek Olšák1-3/+3
2018-07-25r600: Scale integer valued texture border colors to float (v2)Gert Wollny1-1/+44
2018-07-24nir: rename f2f16_undef to f2f16Karol Herbst1-3/+3
2018-07-24radeonsi: handle SI_FORCE_FAMILY earlyMarek Olšák1-2/+1
2018-07-24forward precise-flag if supportedErik Faye-Lund2-1/+5
2018-07-23radeonsi: fix pk2h breakageMarek Olšák1-2/+5
2018-07-23radeonsi: reduce LDS stalls by 40% for tessellationMarek Olšák4-6/+14
2018-07-23radeonsi: Add debug option to enable LLVM GlobalISel (v2)Tom Stellard2-0/+4
2018-07-23r600: enable tess_input_info for TESDave Airlie1-14/+6
2018-07-24Revert "virgl: remove unused stride-arguments"Dave Airlie4-5/+27
2018-07-24virgl: add initial shader_storage_buffer_object support. (v2)Dave Airlie9-0/+98
2018-07-23virgl: remove unused stride-argumentsErik Faye-Lund4-27/+5
2018-07-23radeonsi/nir: make use of nir_lower_load_const_to_scalar()Timothy Arceri1-0/+2
2018-07-21Android: fix a missing nir_intrinsics.h errorChih-Wei Huang1-0/+2
2018-07-20v3d: Fix incorrect handling of two fences created back-to-back.Eric Anholt1-12/+31
2018-07-20v3d: Fix the timeout value passed to drmSyncobjWait().Eric Anholt1-1/+6
2018-07-20v3d: Fix drmSyncobjWait() return value checking even more.Eric Anholt1-1/+1
2018-07-20v3d: Use the list_first_entry/list_last_entry macros.Eric Anholt1-8/+8
2018-07-20v3d: Move BO cache counting to dump time instead of cache management.Eric Anholt2-9/+9
2018-07-20v3d: Reduce the stale BO reclamation spam with dump_stats set.Eric Anholt1-6/+5
2018-07-20v3d: Respect a sampler view's first_layer field.Eric Anholt1-1/+3
2018-07-20radeonsi: emit_spi_map packets optimizationSonny Jiang4-8/+39
2018-07-20virgl: Expose GL_ARB_copy_image if host supports itGert Wollny2-1/+3
2018-07-20virgl: Allow RGB32* textures only as buffer objectsGert Wollny1-0/+7
2018-07-20r600: Correct evaluation of cube array index and faceGert Wollny1-1/+33