summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* nv50/ir/nir: add skeleton for nir_intrinsic_instrKarol Herbst2019-03-171-0/+17
* nv50/ir/nir: implement nir_load_const_instrKarol Herbst2019-03-171-0/+28
* nv50/ir/nir: parse NIR shader infoKarol Herbst2019-03-171-3/+320
* nv50/ir/nir: add loadFrom and storeTo helplerKarol Herbst2019-03-171-0/+72
* nv50/ir/nir: run assignSlotsKarol Herbst2019-03-171-0/+642
* nv50/ir/nir: add nir type helper functionsKarol Herbst2019-03-171-0/+127
* nv50/ir/nir: track defs and provide easy access functionsKarol Herbst2019-03-171-0/+150
* nv50/ir/nir: run some passes to make the conversion easierKarol Herbst2019-03-171-0/+42
* nouveau: fix nir and TGSI shader cache collisionKarol Herbst2019-03-172-1/+10
* nouveau: add support for nirKarol Herbst2019-03-1715-23/+327
* nv50/ir: add lowering helperKarol Herbst2019-03-174-0/+332
* nv50/ir: move common converter code in base classKarol Herbst2019-03-175-103/+172
* nvc0: print the shader type when dumping headersKarol Herbst2019-03-171-0/+1
* radeonsi: Remove implicit const cast.Bas Nieuwenhuizen2019-03-171-1/+1
* softpipe: Enable PIPE_CAP_MIXED_COLORBUFFER_FORMATSGert Wollny2019-03-151-1/+1
* gallium/auxiliary/vl: Change weave compute shader implementationJames Zhu2019-03-151-17/+62
* gallium/auxiliary/vl: Change grid settingJames Zhu2019-03-151-4/+5
* gallium/auxiliary/vl: Increase shader_params sizeJames Zhu2019-03-152-2/+9
* omx: add a compute path in enc_LoadImage_commonMarek Olšák2019-03-154-37/+196
* omx: clean up enc_LoadImage_commonMarek Olšák2019-03-151-16/+37
* gallium: add pipe_grid_info::last_blockMarek Olšák2019-03-158-35/+35
* panfrost/midgard: Implement fpowAlyssa Rosenzweig2019-03-144-1/+4
* panfrost: Compute viewport state on the flyAlyssa Rosenzweig2019-03-142-71/+38
* panfrost; Disable AFBC for depth buffersAlyssa Rosenzweig2019-03-142-4/+7
* panfrost: Allocate extra data for depth bufferAlyssa Rosenzweig2019-03-141-0/+5
* panfrost: Comment spelling fixAlyssa Rosenzweig2019-03-141-1/+1
* panfrost/mfbd: Respect per-job depth write flagAlyssa Rosenzweig2019-03-144-20/+42
* panfrost/mfbd: Implement linear depth buffersAlyssa Rosenzweig2019-03-141-10/+9
* panfrost: Minor comment cleanup (version detection)Alyssa Rosenzweig2019-03-141-2/+3
* panfrost: Remove staging MFBDAlyssa Rosenzweig2019-03-142-109/+98
* panfrost: Remove staging SFBD for pan_contextAlyssa Rosenzweig2019-03-144-39/+30
* panfrost: Break out fragment to SFBD/MFBD filesAlyssa Rosenzweig2019-03-147-378/+520
* freedreno: Use shared drm_find_modifier utilAlyssa Rosenzweig2019-03-141-16/+4
* vc4: Use shared drm_find_modifier utilAlyssa Rosenzweig2019-03-141-15/+3
* v3d: Use shared drm_find_modifier utilAlyssa Rosenzweig2019-03-141-15/+3
* iris: Don't mutate box in transfer map codeKenneth Graunke2019-03-131-37/+28
* virgl: use uint16_t mask instead of separate booleansGurchetan Singh2019-03-138-111/+106
* iris: Enable auxiliary buffer support againRafael Antognolli2019-03-131-3/+0
* iris: Convert RGBX to RGBA always.Rafael Antognolli2019-03-131-14/+27
* iris: Add resolve on iris_flush_resource.Rafael Antognolli2019-03-131-19/+19
* iris: Use streaming loads to read from tiled surfacesChris Wilson2019-03-132-2/+5
* iris: Use coherent allocation for PIPE_RESOURCE_STAGINGChris Wilson2019-03-133-1/+24
* iris: Use PIPE_BUFFER_STAGING for the query objectsChris Wilson2019-03-131-1/+1
* panfrost: Set bo->gem_handle when creating a linear BOTomeu Vizoso2019-03-131-1/+3
* panfrost: Set bo->size[0] in the DRM backendTomeu Vizoso2019-03-131-5/+5
* v3d: Fix leak of the renderonly struct on screen destruction.Eric Anholt2019-03-121-0/+1
* v3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER.Eric Anholt2019-03-121-0/+3
* radeonsi/nir: Use nir stripping passConnor Abbott2019-03-121-0/+5
* iris: Flag fewer dirty bits in BLORPSagar Ghuge2019-03-111-3/+27
* panfrost: Identify fragment_extra flagsAlyssa Rosenzweig2019-03-123-10/+30