radeonsi: remove chip_class define from si_pm4.h
[mesa.git] / src / gallium / drivers / nouveau /
2017-05-30 Alexandre Courbotnvc0: support for GP10B
2017-05-25 Rob Herringnouveau: drop Android 4.4 and earlier support
2017-05-22 Timothy Arceriutil/disk_cache: add new driver_flags param to cache...
2017-05-20 Ilia Mirkinnv50,nvc0: clear index buffer bufctx bin unconditionally
2017-05-20 Ilia Mirkinnv50: fix vtxbuf cleanup
2017-05-20 Ilia Mirkinnvc0/ir: SHLADD's middle source must be an immediate
2017-05-17 Marek Olšákgallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
2017-05-13 Pierre Moreaunv50/ir: Report wrong prog types using proper var
2017-05-11 Rob HerringAndroid: push driver build details to driver makefiles
2017-05-11 Rob HerringAndroid: remove remaining explicit libcxx includes
2017-05-10 Marek Olšákgallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: separate indirect stuff from pipe_draw_info...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-05-07 Pierre Moreaunv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*
2017-05-07 Pierre Moreaunv50/ir: Remove unused translation methods
2017-05-07 Pierre Moreaunv50/ir: Free target if we failed to create a program
2017-05-07 Pierre Moreaunv50/ir: Fail if encountering unknown shader type
2017-05-01 Samuel Pitoisetgm107/ir: add a missing assertion in emitISCADD()
2017-04-27 Boyan Dingnvc0: Enable compute support for Pascal
2017-04-27 Boyan Dingnvc0: Add new launch descriptor format for GP100
2017-04-27 Boyan Dingnvc0: Fix index of unk fields in nve4_cp_launch_desc
2017-04-27 Boyan Dingnouveau: Fix indentation of maxwell compute class defin...
2017-04-26 Samuel Pitoisetnv50,nvc0: disable the TGSI merge registers pass
2017-04-26 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
2017-04-21 Ilia Mirkinnvc0: Add support for setting viewport index/layer...
2017-04-21 Lyudenvc0/ir: Only store viewport in scratch register for GP
2017-04-20 Marek Olšákgallium: fold u_trim_pipe_prim call from st/mesa to...
2017-04-14 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
2017-04-13 Boyan Dingnvc0: Enable ARB_shader_ballot on Kepler+
2017-04-13 Boyan Dingnvc0/ir: Implement TGSI_OPCODE_BALLOT and TGSI_OPCODE_R...
2017-04-13 Boyan Dingnvc0/ir: Implement TGSI_SEMANTIC_SUBGROUP_*
2017-04-13 Boyan Dingnvc0/ir: Add SV_LANEMASK_* system values.
2017-04-13 Boyan Dingnvc0/ir: Allow 0/1 immediate value as source of OP_VOTE
2017-04-13 Boyan Dinggk110/ir: Emit OP_SHFL
2017-04-13 Boyan Dingnvc0/ir: Emit OP_SHFL
2017-04-13 Boyan Dingnvc0/ir: Properly handle a "split form" of predicate...
2017-04-13 Boyan Dinggm107/ir: Emit third src 'bound' and optional predicate...
2017-04-11 Ilia Mirkinnouveau: when mapping a persistent buffer, synchronize...
2017-04-11 Ilia Mirkinnvc0: increase texture buffer object alignment to 256...
2017-04-09 Ilia Mirkinnv50/ir: remove unused swizzle field in ValueRef
2017-04-09 Boyan Dingnouveau: enable ARB_shader_clock on nv50 and nvc0
2017-04-09 Boyan Dingnv50/ir: Handle TGSI_OPCODE_CLOCK
2017-04-09 Boyan Dinggm107/ir: Emit SV_CLOCK system value
2017-04-08 Ilia Mirkinnvc0/ir: fix overwriting of offset register with interp...
2017-04-08 Ilia Mirkinnvc0/ir: fix LSB/BFE/BFI implementations
2017-04-05 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_BALLOT
2017-04-05 Nicolai Hähnlegallium: add sparse buffer interface and capability
2017-04-02 Ilia Mirkinnv30: fp/rast may be null when validating fb/scissor...
2017-04-02 Ilia Mirkinnvc0: fragprog may not be set when e.g. clearing
2017-04-02 Ilia Mirkinnv50: don't assume a rast is set when validating for...
2017-04-01 Karol Herbstnv50/ir: also do PostRaLoadPropagation for FMA
2017-04-01 Karol Herbstgm107/ir: add LIMM form of mad
2017-04-01 Karol Herbstgk110/ir: add LIMM form of mad
2017-04-01 Karol Herbstnv50/ir: implement mad post ra folding for nvc0+
2017-04-01 Karol Herbstnv50/ir: restructure and rename postraconstantfolding...
2017-04-01 Karol Herbstnvc0/ir: also do ConstantFolding for FMA
2017-04-01 Karol Herbstnvc0/ir: disable support for LIMMs on MAD/FMA
2017-04-01 Lyudenvc0: Add support for NV_fill_rectangle for the GM200+
2017-04-01 Lyudegallium: Add a cap to check if the driver supports...
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-31 Nicolai Hähnlegallium: add PIPE_CAP_TGSI CLOCK
2017-03-23 Boyan Dingnouveau: enable glsl/tgsi on-disk cache
2017-03-22 Rob HerringAndroid: drop Android 4.4 (KitKat) support
2017-03-19 Ilia Mirkinnv30: create uploader after pipe->screen is set
2017-03-19 Ilia Mirkinnv50,nvc0: enable TEX_LZ and TXF_LZ
2017-03-19 Karol Herbstnvc0/ir: treat FMA like MAD for operand propagation
2017-03-15 Marek Olšákgallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
2017-03-09 Pierre Moreaunv50/ir: check for origin insn in findOriginForTestWithZero
2017-03-08 Brian Paulgallium: s/uint/enum pipe_render_cond_flag/ for set_ren...
2017-03-08 Brian Paulgallium: s/uint/enum pipe_shader_type/ for set_constant...
2017-03-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for pipe_scr...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-03-04 Ilia Mirkinnvc0: take extra pushbuf space into account for pushbuf...
2017-03-04 Ilia Mirkinnvc0: increase alignment to 256 for texture buffers...
2017-02-24 Marek Olšákgallium: remove PIPE_CAP_USER_INDEX_BUFFERS
2017-02-21 Ben Skeggsnvc0: use PascalB for most Pascal boards
2017-02-18 Marek Olšákgallium: remove TGSI_OPCODE_CLAMP
2017-02-14 Marek Olšákgallium: set pipe_context uploaders in drivers (v3)
2017-02-14 Ilia Mirkinnvc0: disable linked tsc mode in compute launch descriptor
2017-02-12 Ilia Mirkinnv50,nvc0: use alternate samplers for stencil
2017-02-12 Ilia Mirkinnvc0: set the render condition in the compute object
2017-02-12 Ilia Mirkingm107/ir: fix address offset bitfield for ATOMS
2017-02-12 Ilia Mirkinnv50/ir: convert an ATOM.EXCH without a destination...
2017-02-12 Ilia Mirkinnvc0: fix 64-bit integer query buffer writes
2017-02-12 Ilia Mirkinnv50/ir: return a register when retrieving thread id...
2017-02-11 Ilia Mirkinnv50/ir: add missing break after DSSG
2017-02-09 Ilia Mirkinnvc0/ir: fix ubo max clamp, reset file index
2017-02-09 Ilia Mirkinnv50/ir: always return 0 when trying to read thread...
2017-02-09 Ilia Mirkinnvc0/ir: fix robustness guarantees for constbuf loads...
2017-02-09 Ilia Mirkinnvc0: increase number of ubo binding points
2017-02-09 Ilia Mirkinnvc0: expose int64
2017-02-09 Ilia Mirkinnvc0/ir: make it possible to have the flags def in...
2017-02-09 Ilia Mirkinnvc0/ir: add support for 64-bit shift lowering on SM20...
2017-02-09 Ilia Mirkinnvc0/ir: add support for all the new int64 tgsi opcodes
2017-02-09 Pierre Moreaunv50/ir: Split 64-bit integer MAD/MUL operations
next