summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600: clean up the GS ring buffers when the context is destroyedGert Wollny2018-11-221-0/+6
* radeonsi: go back to using bottom-of-pipe for beginning of TIME_ELAPSEDMarek Olšák2018-11-221-11/+4
* radeonsi: fix an out-of-bounds read reported by ASANNicolai Hähnle2018-11-201-0/+4
* vc4: Make sure we make ro scanout resources for create_with_modifiers.Eric Anholt2018-11-161-1/+9
* radeonsi: fix video APIs on Raven2Marek Olšák2018-11-162-4/+8
* r600/sb: Fix constant logical operand in assert.Vinson Lee2018-11-081-1/+1
* freedreno: Do not link ir3_compiler with valgrind libraries.Vinson Lee2018-10-311-2/+1
* configure: allow building with python3Emil Velikov2018-10-314-4/+4
* util: Move os_misc to utilDylan Baker2018-10-305-5/+5
* radeonsi: add support for Raven2 (v2)Marek Olšák2018-10-303-5/+10
* radeonsi: clean up decompress flags in fast color clearMarek Olšák2018-10-301-11/+7
* radeonsi/gfx9: set optimal OVERWRITE_COMBINER_WATERMARKMarek Olšák2018-10-302-1/+14
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-304-7/+7
* nouveau: remove unused class memberEric Engestrom2018-10-301-1/+0
* scons: drop unused HAVE_STDINT_H macroEric Engestrom2018-10-302-10/+0
* vc4: Fix unused variable warning.Eric Anholt2018-10-301-1/+0
* v3d: Use nir_remove_unused_io_vars to handle binner shader output DCEEric Anholt2018-10-301-1/+1
* v3d: Use nir_lower_io_to_scalar_early to DCE unused VS input components.Eric Anholt2018-10-301-1/+4
* svga: Add missing include guardsMichał Janiszewski2018-10-301-0/+5
* svga: add missing meson build dependencyEric Engestrom2018-10-291-1/+1
* freedreno: don't flush when new and old pfb is identicalRob Clark2018-10-281-0/+3
* freedreno: dependency tracking for z/s depends on ZSA stateRob Clark2018-10-281-1/+3
* freedreno: mark all state dirty after switching batchRob Clark2018-10-282-0/+3
* freedreno/a6xx: inline draw_impl()Rob Clark2018-10-261-38/+31
* freedreno/a6xx: small cleanupRob Clark2018-10-261-1/+1
* freedreno/a6xx: move where we handle dirty vbo stateRob Clark2018-10-263-16/+14
* freedreno: avoid no-op flushes by re-using last-fenceRob Clark2018-10-265-2/+34
* freedreno/a6xx: Move stencil/depth/alpha state to IBKristian H. Kristensen2018-10-265-15/+55
* freedreno/a6xx: Move stencil mask emit to FD_DIRTY_ZSA groupKristian H. Kristensen2018-10-261-5/+6
* freedreno/a6xx: Rename FD6_GROUP_ZSA ro FD6_GROUP_LRZKristian H. Kristensen2018-10-262-7/+7
* freedreno/a6xx: Move rasterizer state to state objectKristian H. Kristensen2018-10-265-27/+51
* freedreno/a6xx: Fix set_blit_scissor helperKristian H. Kristensen2018-10-261-2/+2
* freedreno/a2xx: Squash a compiler warningKristian H. Kristensen2018-10-261-2/+2
* freedreno/a6xx: Use fd6_emit_ib from a6xxKristian H. Kristensen2018-10-263-10/+10
* freedreno: import libdrm_freedreno + redesign submitRob Clark2018-10-2633-73/+3764
* scons/svga: remove opt from the list of valid build typesBrian Paul2018-10-261-2/+0
* radeon/vcn: use util function to get h264 profile idcBoyuan Zhang2018-10-261-2/+1
* radeon/vce: use util function to get h264 profile idcBoyuan Zhang2018-10-262-8/+2
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-263-67/+69
* freedreno: use fd_bc_alloc_batch instead of fd_batch_create.Hyunjun Ko2018-10-252-2/+2
* freedreno/ir3: take reg->num out of union in ir3_registerHyunjun Ko2018-10-251-5/+6
* freedreno/a6xx: disable unused groupsRob Clark2018-10-252-6/+13
* freedreno: add useful assertRob Clark2018-10-251-1/+3
* swr/rast: ignore CreateElementUnorderedAtomicMemCpyAlok Hota2018-10-251-1/+2
* swr/rast: fix intrinsic/function for LLVM 7 compatibilityAlok Hota2018-10-256-14/+3
* nvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to 1024 on Kepler+Rhys Perry2018-10-254-3/+11
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-254-6/+0
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-2510-20/+0
* ir3_compiler/nir: fix imageSize() for buffer-backed imagesEduardo Lima Mitev2018-10-242-0/+33
* radeonsi: enable vcn jpeg decode for ravenBoyuan Zhang2018-10-231-0/+2