summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-02-11radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-2/+5
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 Herbst16-12/+48
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-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-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-05nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR.Eric Anholt2-10/+2
2019-02-05nvc0/ir: replace cvt instructions with add to improve shader performanceKarol Herbst2-0/+64
2019-02-05swr/rast: update SWR rasterizer shader statsAlok Hota10-38/+204
2019-02-05radeonsi: release tokens after creating the shader programGert Wollny1-0/+2
2019-02-04nv50,nvc0: add explicit settings for recent capsIlia Mirkin2-0/+4
2019-02-05panfrost: Implement Midgard shader toolchainAlyssa Rosenzweig13-2/+6383
2019-02-05panfrost: Initial stub for Panfrost driverAlyssa Rosenzweig11-0/+2984
2019-02-04radeonsi: fix crashing performance counters (division by zero)Marek Olšák1-1/+1
2019-02-04radeonsi: handle render_condition_enable in si_compute_clear_render_targetMarek Olšák3-3/+8
2019-02-04radeonsi: use compute for clear_render_target when possibleSonny Jiang5-0/+184
2019-02-01ac/radv/radeonsi: add ac_get_num_physical_sgprs() helperTimothy Arceri1-4/+3
2019-01-31freedreno: more fixing release tarballRob Clark1-1/+3
2019-01-31virgl: ARB_query_buffer_object supportDave Airlie7-1/+58