summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)AuthorFilesLines
2017-06-28nv50/ir: Properly fold constants in SPLIT operationPierre Moreau1-3/+4
2017-06-14nvc0: disable BGRA8 images on FermiLyude1-5/+14
2017-05-22nvc0/ir: SHLADD's middle source must be an immediateIlia Mirkin1-0/+2
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle3-0/+3
2017-04-13nvc0: Enable ARB_shader_ballot on Kepler+Boyan Ding1-1/+2
2017-04-13nvc0/ir: Implement TGSI_OPCODE_BALLOT and TGSI_OPCODE_READ_*Boyan Ding1-0/+31
2017-04-13nvc0/ir: Implement TGSI_SEMANTIC_SUBGROUP_*Boyan Ding1-0/+27
2017-04-13nvc0/ir: Add SV_LANEMASK_* system values.Boyan Ding5-0/+25
2017-04-13nvc0/ir: Allow 0/1 immediate value as source of OP_VOTEBoyan Ding3-11/+60
2017-04-13gk110/ir: Emit OP_SHFLBoyan Ding1-0/+56
2017-04-13nvc0/ir: Emit OP_SHFLBoyan Ding1-0/+53
2017-04-13nvc0/ir: Properly handle a "split form" of predicate destinationBoyan Ding1-2/+13
2017-04-13gm107/ir: Emit third src 'bound' and optional predicate output of SHFLBoyan Ding2-9/+29
2017-04-11nouveau: when mapping a persistent buffer, synchronize on former xfersIlia Mirkin1-4/+2
2017-04-11nvc0: increase texture buffer object alignment to 256 for pre-GM107Ilia Mirkin1-1/+1
2017-04-09nv50/ir: remove unused swizzle field in ValueRefIlia Mirkin1-1/+0
2017-04-09nouveau: enable ARB_shader_clock on nv50 and nvc0Boyan Ding2-2/+2
2017-04-09nv50/ir: Handle TGSI_OPCODE_CLOCKBoyan Ding1-0/+7
2017-04-09gm107/ir: Emit SV_CLOCK system valueBoyan Ding1-0/+1
2017-04-07nvc0/ir: fix overwriting of offset register with interpolateAtOffsetIlia Mirkin1-2/+2
2017-04-07nvc0/ir: fix LSB/BFE/BFI implementationsIlia Mirkin1-8/+11
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle3-0/+3
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle3-0/+3
2017-04-02nv30: fp/rast may be null when validating fb/scissor due to clearIlia Mirkin1-5/+6
2017-04-02nvc0: fragprog may not be set when e.g. clearingIlia Mirkin1-2/+3
2017-04-02nv50: don't assume a rast is set when validating for clearsIlia Mirkin2-3/+7
2017-03-31nv50/ir: also do PostRaLoadPropagation for FMAKarol Herbst2-1/+2
2017-03-31gm107/ir: add LIMM form of madKarol Herbst2-11/+26
2017-03-31gk110/ir: add LIMM form of madKarol Herbst2-18/+34
2017-03-31nv50/ir: implement mad post ra folding for nvc0+Karol Herbst1-4/+47
2017-03-31nv50/ir: restructure and rename postraconstantfolding passKarol Herbst1-58/+63
2017-03-31nvc0/ir: also do ConstantFolding for FMAKarol Herbst1-0/+1
2017-03-31nvc0/ir: disable support for LIMMs on MAD/FMAKarol Herbst1-8/+2
2017-03-31nvc0: Add support for NV_fill_rectangle for the GM200+Lyude4-2/+13
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude3-0/+3
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák4-15/+1
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle3-0/+3
2017-03-22nouveau: enable glsl/tgsi on-disk cacheBoyan Ding2-0/+33
2017-03-22Android: drop Android 4.4 (KitKat) supportRob Herring1-4/+0
2017-03-19nv30: create uploader after pipe->screen is setIlia Mirkin1-6/+6
2017-03-18nv50,nvc0: enable TEX_LZ and TXF_LZIlia Mirkin3-4/+17
2017-03-18nvc0/ir: treat FMA like MAD for operand propagationKarol Herbst1-0/+1
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák3-0/+3
2017-03-09nv50/ir: check for origin insn in findOriginForTestWithZeroPierre Moreau1-0/+2
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul3-3/+3
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul3-3/+6
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul3-3/+6
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2-2/+2
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2-2/+2
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2-2/+2