radeonsi: limit DPBB context_states_per_bin batches when using gfx9 workaround
[mesa.git] / src / gallium / drivers / nouveau /
2019-08-06 Pierre-Eric Pellou... gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate...
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-27 Ilia Mirkinnv50/ir: don't consider the main compute function as...
2019-07-27 Ilia Mirkinnv50/ir: handle insn not being there for definition...
2019-07-27 Ilia Mirkinnouveau: flip DEBUG -> !NDEBUG
2019-07-27 Ilia Mirkinnvc0: allow a non-user buffer to be bound at position 0
2019-07-27 Ilia Mirkinnv50,nvc0: update sampler/view bind functions to accept...
2019-07-23 Mark Menzynskinvc0/ir: Fix assert accessing null pointer
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-07-10 Karol Herbstnv50/ir/nir: implement load/store_global
2019-07-10 Karol Herbstnv50/ir/nir: handle kernel inputs
2019-07-10 Karol Herbstnv50/ir/nir: don't assert on !main
2019-07-10 Karol Herbstnv50/ir/nir: parse system values first and stop for...
2019-07-09 Karol Herbstnvc0: remove nvc0_program.tp.input_patch_size
2019-07-02 Karol Herbstnouveau: handle new CAPS
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
2019-06-30 Gert Wollnygallium: Add CAP for opcode DIV
2019-06-26 Jonathan Mareknir: remove fnot/fxor/fand/for opcodes
2019-06-24 Daniel Schürmannnir: define behavior of nir_op_bfm and nir_op_u/ibfe...
2019-06-18 Dave Airlienouveau: fix frees in unsupported IR error paths.
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-06-05 Kenneth Graunkenir: Combine lower_fmod16/32 back into a single lower_fmod.
2019-06-05 Kenneth Graunkenouveau: Use nir_lower_doubles instead of lower_fmod64...
2019-06-05 Kenneth Graunkegallium: Drop lower_fmod64 from drivers that don't...
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-13 Karol Herbstnv50/ir/nir: make use of SYSTEM_VALUE_MAX when iteratin...
2019-05-13 Karol Herbstnv50/ir/nir: prefer to shift 1ull instead of 1ll
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-29 Erik Faye-Lundnouveau: support NULL-resources
2019-04-24 Marek Olšákgallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for...
2019-04-24 Marek Olšákgallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FR...
2019-04-15 Dylan BakerDelete autotools
2019-04-15 Rhys Perrygallium: add support for formatted image loads
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-12 Karol Herbstnvc0/nir: enable bindless texture
2019-04-12 Karol Herbstnv50/ir/nir: add support for bindless images
2019-04-12 Karol Herbstnv50/ir/nir: handle bindless texture
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-04 Marek Olšákgallium: add writable_bitmask parameter into set_shader...
2019-03-21 Karol Herbstnv50/ir/nir: support gather offsets
2019-03-20 Kenneth Graunkenvc0: Skip new update barrier bits
2019-03-17 Mauro Rossiandroid: nouveau: add support for nir
2019-03-17 Karol Herbstnv50ir/nir: move immediates before use
2019-03-17 Karol Herbstnv50/ir/nir: handle user clip planes for each emitted...
2019-03-17 Karol Herbstnv50/ir/nir: implement intrinsic shader_clock
2019-03-17 Karol Herbstnv50/ir/nir: implement load_per_vertex_output
2019-03-17 Karol Herbstnv50/ir/nir: add memory barriers
2019-03-17 Karol Herbstnv50/ir/nir: implement images
2019-03-17 Karol Herbstnv50/ir/nir: implement ssbo intrinsics
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_intrinsic_load_ubo
2019-03-17 Karol Herbstnv50/ir/nir: implement geometry shader nir_intrinsics
2019-03-17 Karol Herbstnv50/ir/nir: implement variable indexing
2019-03-17 Karol Herbstnv50/ir/nir: implement vote and ballot
2019-03-17 Karol Herbstnv50/ir/nir: add skeleton getOperation for intrinsics
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_instr_type_tex
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_ssa_undef_instr
2019-03-17 Karol Herbstnv50/ir/nir: implement loading system values
2019-03-17 Karol Herbstnv50/ir/nir: implement intrinsic_discard(_if)
2019-03-17 Karol Herbstnv50/ir/nir: implement load_(interpolated_)input/output
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_intrinsic_store_(per_vertex_...
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_intrinsic_load_uniform
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_alu_instr handling
2019-03-17 Karol Herbstnv50/ir/nir: add skeleton for nir_intrinsic_instr
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_load_const_instr
2019-03-17 Karol Herbstnv50/ir/nir: parse NIR shader info
2019-03-17 Karol Herbstnv50/ir/nir: add loadFrom and storeTo helpler
2019-03-17 Karol Herbstnv50/ir/nir: run assignSlots
2019-03-17 Karol Herbstnv50/ir/nir: add nir type helper functions
2019-03-17 Karol Herbstnv50/ir/nir: track defs and provide easy access functions
2019-03-17 Karol Herbstnv50/ir/nir: run some passes to make the conversion...
2019-03-17 Karol Herbstnouveau: fix nir and TGSI shader cache collision
2019-03-17 Karol Herbstnouveau: add support for nir
2019-03-17 Karol Herbstnv50/ir: add lowering helper
2019-03-17 Karol Herbstnv50/ir: move common converter code in base class
2019-03-17 Karol Herbstnvc0: print the shader type when dumping headers
2019-02-22 Ilia Mirkinnv50: disable compute
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-11 Ilia Mirkinnvc0: we have 16k-sized framebuffers, fix default scissors
2019-02-09 Kenneth Graunkenouveau: Silence unhandled cap warnings
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-02-07 Rhys Perrynvc0: add compute invocation counter
2019-02-07 Karol Herbstgm107/ir: add fp64 rsq
2019-02-07 Karol Herbstgm107/ir: add fp64 rcp
2019-02-07 Karol Herbstgk104/ir: Use the new rcp/rsq in library
2019-02-07 Boyan Dinggk110/ir: Use the new rcp/rsq in library
2019-02-07 Boyan Dinggk110/ir: Add rsq f64 implementation
2019-02-07 Boyan Dinggk110/ir: Add rcp f64 implementation
2019-02-07 Ilia Mirkinnvc0: stick zero values for the compute invocation...
2019-02-07 Ilia Mirkinnv50,nvc0: use condition for occlusion queries when...
2019-02-07 Ilia Mirkinnvc0: fix 3d images on kepler
2019-02-07 Ilia Mirkinnvc0/ir: fix second tex argument after levelZero optimi...
2019-02-07 Ilia Mirkinnvc0/ir: always use CG mode for loads from atomic-only...
2019-02-07 Ilia Mirkinnvc0: add support for handling indirect draws with...
next