summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/dri: fix typo in format table for GR1616 formatMike Blumenkrantz2019-07-011-1/+1
* st/dri: pass dri2_format_mapping directly to dri2_create_image_from_winsysMike Blumenkrantz2019-07-011-4/+5
* 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
* targets/opencl: Add clangASTMatchers library as dependencyMichel Dänzer2019-07-011-0/+1
* vl: Use CS composite shader only if TEX_LZ and DIV are supportedGert Wollny2019-06-302-8/+11
* gallium: Add CAP for opcode DIVGert Wollny2019-06-3010-0/+11
* vl: replace DIV-ADD with MAD using inverse sizeGert Wollny2019-06-301-4/+5
* 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: fix typo LOCAL_EXPORT_C_INCLUDESChih-Wei Huang2019-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-283-21/+11
* Revert "meson: try to use cmake as a finder for clang"Dylan Baker2019-06-281-27/+16
* 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
* panfrost: Implement primitive restartAlyssa Rosenzweig2019-06-281-0/+13
* Revert "iris/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-281-8/+0
* freedreno/a6xx: wire up dither stateRob Clark2019-06-283-2/+14
* radeon/uvd: fix calc_ctx_size_h265_main10Pierre-Eric Pelloux-Prayer2019-06-283-9/+9