summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Use NIR helper invocations infoAlyssa Rosenzweig2019-07-253-1/+5
* panfrost/sfbd: Flesh out fragment jobAlyssa Rosenzweig2019-07-251-13/+35
* panfrost: Disable tiled formats on SFBD systemsAlyssa Rosenzweig2019-07-251-1/+3
* panfrost: Move require_sfbd to screenAlyssa Rosenzweig2019-07-256-15/+18
* panfrost: Reserve, but do not upload, shader paddingAlyssa Rosenzweig2019-07-251-3/+3
* panfrost/ci: Update kernel to 5.2Tomeu Vizoso2019-07-252-3/+3
* panfrost: Don't expose some atomic stuff even with dEQPAlyssa Rosenzweig2019-07-241-1/+2
* gallium: fix windows build from params change.Dave Airlie2019-07-253-6/+12
* nir: replace lower_sincos with algebraic optJonathan Marek2019-07-241-1/+1
* gallium/u_transfer_helper: fix assert in RGTC caseRob Clark2019-07-241-26/+27
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-241-0/+1
* lima/ppir: fix disassembler temp read/write printQiang Yu2019-07-241-9/+23
* gallium+mesa: fix tgsi_semantic array typeEric Engestrom2019-07-241-2/+4
* gallivm: rework lp_build_tgsi_soa to take a structDave Airlie2019-07-245-114/+126
* swr/rasterizer: Fix 3D resource copies.Jan Zielinski2019-07-231-0/+14
* swr/rasterizer: Fix return type on SIMD8 version of Clamp and Normalize utili...Jan Zielinski2019-07-231-2/+2
* swr/rasterizer: small formatting changesJan Zielinski2019-07-233-22/+48
* swr/rasterizer: Adding support for unhandled clipEnable stateJan Zielinski2019-07-233-4/+8
* radeonsi/nir: set tgsi_shader_info::uses_fbfetch for KHR_blend_equation_adv.Marek Olšák2019-07-231-5/+23
* tgsi/scan: add uses_fbfetchMarek Olšák2019-07-233-1/+5
* radeonsi: fail if importing a texture with incorrect last_level or samplesMarek Olšák2019-07-231-5/+38
* radeonsi: rewrite si_get_opaque_metadata, also for gfx10 supportMarek Olšák2019-07-231-24/+40
* radeonsi: simplify si_get_input_prim and remove incorrect TODO commentMarek Olšák2019-07-233-11/+5
* radeonsi/gfx10: fix and enable CLEAR_STATEMarek Olšák2019-07-232-1/+3
* radeonsi: stop using info.opcode_count[TGSI_OPCODE_INTERP_SAMPLE]Marek Olšák2019-07-231-1/+2
* ac/nir: implement nir_op_pack_{us}norm_2x16Marek Olšák2019-07-231-2/+0
* u_blitter: add a msaa parameter to util_blitter_clearPierre-Eric Pelloux-Prayer2019-07-238-13/+22
* u_blitter: enable msaa when dst num samples is > 1Pierre-Eric Pelloux-Prayer2019-07-231-6/+12
* kmsro: Extend to include mxsfb-drmGuido Günther2019-07-233-0/+3
* panfrost/midgard: Allocate registers once (per-screen)Alyssa Rosenzweig2019-07-233-2/+5
* panfrost: Fix T6XX SupportArnaud Patard2019-07-231-1/+9
* panfrost: Use correct definition for is_t6xxAlyssa Rosenzweig2019-07-231-1/+1
* radeonsi: Allow PIPE_TEXTURE_2D_ARRAY in si_texture_from_handleMichel Dänzer2019-07-231-2/+3
* panfrost: Fake CAPs for dEQP-GLES31Alyssa Rosenzweig2019-07-231-2/+14
* nvc0/ir: Fix assert accessing null pointerMark Menzynski2019-07-231-1/+1
* lima/ppir: fix branch codegen register encodeErico Nunes2019-07-231-2/+2
* lima/ppir: fix debug logs in regallocErico Nunes2019-07-231-2/+2
* lima/ppir: fix alignment on regalloc spilling loadsErico Nunes2019-07-231-1/+1
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-2220-144/+142
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-22160-769/+769
* radeonsi: fix warning: ‘ret’ may be used uninitializedMarek Olšák2019-07-221-1/+1
* tgsi: fix warning: ‘interp’ may be used uninitializedMarek Olšák2019-07-221-0/+1
* gallivm: fix warning: ‘op’ may be used uninitializedMarek Olšák2019-07-221-0/+3
* iris: Support storage images that have matching typed formats for readsKenneth Graunke2019-07-221-3/+2
* iris: Stop advertising MSAA storage images by mistakeKenneth Graunke2019-07-221-1/+1
* panfrost: Set `initialized` in more casesAlyssa Rosenzweig2019-07-222-10/+9
* panfrost/ci: Update expectationsAlyssa Rosenzweig2019-07-221-4/+0
* panfrost/midgard: Implement register spillingAlyssa Rosenzweig2019-07-221-1/+2
* v3d: fill logicop_func in the fragment shader key when precompiling shadersIago Toral Quiroga2019-07-221-0/+2
* virgl: fix a sync issue in virgl_buffer_transfer_extendChia-I Wu2019-07-191-62/+15