aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: pass the context to query destroy functionsNicolai Hähnle2019-07-033-11/+10
* radeonsi: make si_restore_qbo_state externally availableNicolai Hähnle2019-07-033-14/+14
* radeonsi: make get_primitive_id externally visibleNicolai Hähnle2019-07-032-5/+7
* radeonsi: make si_llvm_export_vs externally availableNicolai Hähnle2019-07-032-12/+17
* radeonsi: various si_translate_*format functions only apply to pre-gfx10Nicolai Hähnle2019-07-031-0/+6
* radeonsi: use a fragment shader blit instead of DB->CB copy for ZS CPU mappingsMarek Olšák2019-07-034-154/+52
* radeonsi: make gl_SampleMaskIn = 0x1 when MSAA is disabledPierre-Eric Pelloux-Prayer2019-07-031-1/+2
* virgl: Clear the valid buffer range when possibleAlexandros Frantzis2019-07-032-0/+24
* swr/swr: Enable ARB_viewport_arrayJan Zielinski2019-07-037-48/+60
* winsys/amdgpu: Make KMS handles valid for original DRM file descriptorMichel Dänzer2019-07-034-6/+8
* iris: assert isl_surf_init success in resource_from_handleMike Blumenkrantz2019-07-021-14/+15
* nouveau: handle new CAPSKarol Herbst2019-07-022-0/+26
* panfrost: Pass referenced BOs to the SUBMIT ioctlsBoris Brezillon2019-07-021-19/+27
* panfrost: Make SLAB pool creation rely on BO helpersBoris Brezillon2019-07-027-110/+56
* panfrost: Add the panfrost_drm_{create,release}_bo() helpersBoris Brezillon2019-07-023-29/+70
* panfrost: Move the mmap BO logic out of panfrost_drm_import_bo()Boris Brezillon2019-07-021-21/+30
* panfrost: Avoid passing winsys handles to import/export BO funcsBoris Brezillon2019-07-023-19/+20
* panfrost: Move BO meta-data out of panfrost_boBoris Brezillon2019-07-026-94/+98
* panfrost: Stop exposing internal panfrost_drm_*() functionsBoris Brezillon2019-07-022-7/+2
* panfrost: Get rid of the "free imported BO" logicBoris Brezillon2019-07-024-37/+8
* panfrost: Get rid of the panfrost_driver abstraction leftoversBoris Brezillon2019-07-023-35/+0
* panfrost: Move scanout res creation out of panfrost_resource_create()Boris Brezillon2019-07-021-32/+41
* panfrost: Add the sampled texture BO to the jobBoris Brezillon2019-07-021-0/+4
* iris: Defer closing and freeing VMA until buffers are idle.Kenneth Graunke2019-07-021-10/+51
* iris: Add an explicit alignment parameter to iris_bo_alloc_tiled().Kenneth Graunke2019-07-023-12/+19
* v3d: do not flush jobs that are synced with 'Wait for transform feedback'Iago Toral Quiroga2019-07-025-20/+61
* v3d: emit 'Wait for transform feedback' commands when neededIago Toral Quiroga2019-07-021-0/+120
* v3d: keep track of resources written by transform feedbackIago Toral Quiroga2019-07-023-2/+15
* iris: Use MI_COPY_MEM_MEM for tiny resource_copy_region calls.Kenneth Graunke2019-07-011-0/+27
* nir: Add lower_rotate flag and set to true in all driversSagar Ghuge2019-07-016-0/+7
* panfrost: Implement instanced renderingAlyssa Rosenzweig2019-07-019-60/+568
* panfrost/decode: Compute padded_num_vertices for MODULOAlyssa Rosenzweig2019-07-011-2/+12
* panfrost/midgard: Emit type appropriate ld_varyAlyssa Rosenzweig2019-07-011-2/+19
* panfrost/midgard: Add unsigned ld/st opsAlyssa Rosenzweig2019-07-013-1/+11
* panfrost/midgard: Use the appropriate ld_attr typeAlyssa Rosenzweig2019-07-011-0/+20
* panfrost: Implement dispatch helpersAlyssa Rosenzweig2019-07-014-13/+165
* panfrost: Remove ancient commentAlyssa Rosenzweig2019-07-011-3/+0
* gallium: Add CAP for opcode DIVGert Wollny2019-06-307-0/+8
* etnaviv: blt: blit with the original format when possibleJonathan Marek2019-06-291-7/+11
* etnaviv: clear all bits for 24bpp depth without stencilJonathan Marek2019-06-291-1/+1
* android: virgl: fix generated virgl_driinfo.h building rulesMauro Rossi2019-06-291-2/+8
* panfrost: Allow R11G11B10 renderingAlyssa Rosenzweig2019-06-282-4/+15
* panfrost: Default to util_pack_color for clearsAlyssa Rosenzweig2019-06-281-2/+7
* Revert "meson: Add support for using cmake for finding LLVM"Dylan Baker2019-06-281-8/+5
* panfrost: Disable DXT-style texture compressionAlyssa Rosenzweig2019-06-281-3/+1
* panfrost: Dump unknown formats before abortingAlyssa Rosenzweig2019-06-281-0/+1
* panfrost/midgard: Fix 3D texture regressionAlyssa Rosenzweig2019-06-281-1/+2
* panfrost: Add some special formatsAlyssa Rosenzweig2019-06-283-0/+7
* panfrost/midgard: Implement integer samplerAlyssa Rosenzweig2019-06-283-8/+42
* panfrost: Remove dubious assertAlyssa Rosenzweig2019-06-281-3/+0