summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2019-02-11winsys/amdgpu: clean up IB buffer size computationMarek Olšák1-8/+4
2019-02-11winsys/amdgpu: remove occurence of INDIRECT_BUFFER_CONSTMarek Olšák1-2/+1
2019-02-11winsys/amdgpu: use a separate fence list for syncobjsMarek Olšák2-17/+15
2019-02-11winsys/amdgpu: unify fence list codeMarek Olšák2-59/+42
2019-02-11winsys/amdgpu: don't drop manually added fence dependenciesMarek Olšák1-2/+0
2019-02-11radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-2/+5
2019-02-11gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-1/+2
2019-02-10nvc0: we have 16k-sized framebuffers, fix default scissorsIlia Mirkin1-2/+2
2019-02-11panfrost: Specify supported draw modes per-contextAlyssa Rosenzweig2-12/+11
2019-02-10panfrost: Elucidate texture op scheduling commentAlyssa Rosenzweig1-8/+1
2019-02-10panfrost: Remove speculative if 0'd format bit codeAlyssa Rosenzweig1-6/+0
2019-02-10panfrost: Remove if 0'd dead codeAlyssa Rosenzweig5-83/+0
2019-02-10panfrost: Add kernel-agnostic resource managementAlyssa Rosenzweig2-15/+172
2019-02-10panfrost: Don't hardcode number of nir_ssa_defsAlyssa Rosenzweig1-14/+14
2019-02-10panfrost: Clean-up one-argument passing quirkAlyssa Rosenzweig2-114/+112
2019-02-08nouveau: Silence unhandled cap warningsKenneth Graunke2-0/+2
2019-02-07gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst18-12/+53
2019-02-08kmsro: Silence warning if missingAlyssa Rosenzweig1-1/+0
2019-02-07panfrost: Include glue for out-of-tree legacy codeAlyssa Rosenzweig5-7/+29
2019-02-07panfrost: Check in sources for command streamAlyssa Rosenzweig22-5/+5441
2019-02-07panfrost: Use u_pipe_screen_get_param_defaultsAlyssa Rosenzweig1-151/+6
2019-02-07kmsro: Move DRM entrypoints to shared blockAlyssa Rosenzweig1-10/+8
2019-02-06nvc0: add compute invocation counterRhys Perry8-4/+207
2019-02-06gm107/ir: add fp64 rsqKarol Herbst3-3/+128
2019-02-06gm107/ir: add fp64 rcpKarol Herbst3-4/+270
2019-02-06gk104/ir: Use the new rcp/rsq in libraryKarol Herbst3-15/+334
2019-02-06gk110/ir: Use the new rcp/rsq in libraryBoyan Ding5-0/+42
2019-02-06gk110/ir: Add rsq f64 implementationBoyan Ding2-2/+109
2019-02-06gk110/ir: Add rcp f64 implementationBoyan Ding2-4/+235
2019-02-06nvc0: stick zero values for the compute invocation countsIlia Mirkin1-0/+2
2019-02-06nv50,nvc0: use condition for occlusion queries when already completeIlia Mirkin6-28/+25
2019-02-06nvc0: fix 3d images on keplerIlia Mirkin2-35/+34
2019-02-06nvc0/ir: fix second tex argument after levelZero optimizationIlia Mirkin2-25/+24
2019-02-06nvc0/ir: always use CG mode for loads from atomic-only buffersIlia Mirkin1-2/+12
2019-02-06nvc0: add support for handling indirect draws with attrib conversionIlia Mirkin3-1/+82
2019-02-06freedreno/a6xx: Use tiling for all resourcesKristian H. Kristensen1-1/+0
2019-02-06freedreno/a6xx: Emit blitter dst with OUT_RELOCWKristian H. Kristensen1-1/+1
2019-02-06xvmc: fix string comparisonEric Engestrom1-3/+3
2019-02-06xvmc: fix string comparisonEric Engestrom1-10/+10
2019-02-06radeonsi: use local ws variable in si_need_dma_spaceMarek Olšák1-9/+10
2019-02-06radeonsi: don't leak an index buffer if draw_vbo failsMarek Olšák1-3/+5
2019-02-06radeonsi: make allocator_zeroed_memory unmappable and use bigger buffersMarek Olšák1-1/+2
2019-02-06radeonsi: clear allocator_zeroed_memory with SDMAMarek Olšák4-12/+9
2019-02-06radeonsi: initialize textures using DCC to black when possibleMarek Olšák3-13/+63
2019-02-06freedreno: a2xx: fix fast clearJonathan Marek1-1/+0
2019-02-05v3d: Store the actual mask of color buffers present in the key.Eric Anholt1-9/+10
2019-02-05v3d: Fix precompile of FRAG_RESULT_DATA1 and higher outputs.Eric Anholt1-1/+1
2019-02-05gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.Kenneth Graunke3-0/+3
2019-02-05nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR.Eric Anholt3-10/+5
2019-02-05nvc0/ir: replace cvt instructions with add to improve shader performanceKarol Herbst2-0/+64