nvc0: avoid using magic numbers for the uniform_bo offsets
[mesa.git] / src / gallium / drivers / nouveau /
2016-03-19 Samuel Pitoisetnvc0: avoid using magic numbers for the uniform_bo...
2016-03-19 Samuel Pitoisetnv50/ir: make use of auxCBSlot instead of magic numbers
2016-03-19 Samuel Pitoisetnv50,nvc0: replace resInfoCBSlot by auxCBSlot
2016-03-19 Samuel Pitoisetnv50/ir: fix compilation warning in handleSharedATOM()
2016-03-19 Vinson Leenv50,nvc0: Fix invalid constant.
2016-03-18 Pierre Moreaunv50: Mark compute states as dirty on context switch
2016-03-18 Samuel Pitoisetnv50/ir: print SUBFM subops
2016-03-18 Samuel Pitoisetnv50: add a new validation path for compute
2016-03-18 Samuel Pitoisetnv50: rework nv50_compute_validate_program()
2016-03-18 Samuel Pitoisetnv50: rework the validation path for 3D
2016-03-18 Samuel Pitoisetnv50: rename 3d binding points to NV50_BIND_3D_XXX
2016-03-18 Samuel Pitoisetnv50: rename 3d dirty flags to NV50_NEW_3D_XXX
2016-03-18 Samuel Pitoisetnv50: rename NV50_COMPUTE to NV50_CP
2016-03-18 Samuel Pitoisetnv50: rename nv50_context::dirty to nv50_context::dirty_3d
2016-03-13 Pierre Moreaunv50,nvc0: Set only NEW_CP_GLOBALS upon binding
2016-03-13 Ilia Mirkinnv50,nvc0: handle SQRT lowering inside the driver
2016-03-13 Ilia Mirkinnv50/ir: avoid folding mul + add if the mul has a dnz
2016-03-13 Ilia Mirkinnvc0: fix blit triangle size to fully cover FB's >...
2016-03-11 Ilia Mirkinnvc0: add support for TGSI FMA ops
2016-03-10 Samuel Pitoisetnvc0: expose SM35 perf counters to AMD_performance_monitor
2016-03-10 Samuel Pitoisetnvc0: add driver metrics for SM35 (GK110)
2016-03-10 Samuel Pitoisetnvc0: add MP performance counters for SM35 (GK110)
2016-03-10 Samuel Pitoisetnvc0: explode config of Kepler hardware SM events
2016-03-10 Samuel Pitoisetnvc0: rework the driver metrics infrastructure
2016-03-10 Samuel Pitoisetnvc0: rework the MP counters infrastructure
2016-03-10 Vinson Leenouveau: Fix clang reserved-user-defined-literal error.
2016-03-09 Marek Olšákgallium: add CAPs returning PCI device location
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2016-03-08 Samuel Pitoisetnvc0: add a new validation path for compute
2016-03-08 Samuel Pitoisetnvc0: rework the validation path for 3D
2016-03-08 Samuel Pitoisetnv50,nvc0: make sure to destroy the mutex used for...
2016-03-07 Samuel Pitoisetgm107/ir: add emission for ATOMS
2016-03-07 Samuel Pitoisetgm107/ir: add emission for BAR
2016-03-07 Samuel Pitoisetgk110/ir: add missing src predicate emission for BAR.RED
2016-03-07 Samuel Pitoisetgk110/ir: allow to emit immediates for BAR
2016-03-07 Samuel Pitoisetgk110/ir: fix wrong emission of BAR.SYNC
2016-03-07 Samuel Pitoisetnvc0/ir: make sure that thread count immediate for...
2016-03-06 Ilia Mirkinnvc0: reset TFB bufctx when we no longer hold a referen...
2016-03-06 Ilia Mirkinnv50/ir: using sampleid/pos shouldn't force per-sample...
2016-03-02 Samuel Pitoisetgk110/ir: fix wrong emission of NOT modifier for VOTE
2016-02-28 Samuel Pitoisetnv50/ir: emit VOTE instruction
2016-02-28 Samuel Pitoisetgk110/ir: add ld lock/st unlock emission
2016-02-27 Ilia Mirkinnv50,nvc0: bump minimum texture buffer offset alignment
2016-02-26 Samuel Pitoisetnvc0: rework nvc0_compute_validate_program()
2016-02-26 Samuel Pitoisetnvc0: make sure to validate compute global buffers...
2016-02-26 Samuel Pitoisetnvc0: move nvc0_validate_global_residents() to nvc0_com...
2016-02-22 Samuel Pitoisetnvc0: rename 3d binding points to NVC0_BIND_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: prefix compute macros with _CP_ instead of _COMPUTE_
2016-02-22 Samuel Pitoisetnvc0: rename NVXX_COMPUTE to NVXX_CP
2016-02-22 Samuel Pitoisetnvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
2016-02-22 Samuel Pitoisetnvc0/ir: add missing emission of locked load predicate
2016-02-22 Samuel Pitoisetnvc0/ir: add ld lock/st unlock emission on GK104
2016-02-22 Samuel Pitoisetnv50/ir: restore OP_SELP to be a regular instruction
2016-02-22 Emil Velikovnouveau: update the Makefile.sources list
2016-02-21 Samuel Pitoisetnvc0: enable compute shaders on Fermi
2016-02-21 Samuel Pitoisetnv50/ir: add atomics support on shared memory for Fermi
2016-02-21 Samuel Pitoisetnv50/ir: make OP_SELP a compare instruction
2016-02-21 Samuel Pitoisetnv50/ir: add lock/unlock subops for load/store
2016-02-21 Samuel Pitoisetnv50/ir: use s[] addr space for shared buffers
2016-02-21 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-02-21 Samuel Pitoisetnvc0: invalidate compute state when switching pipe...
2016-02-21 Samuel Pitoisetnvc0: add support for indirect compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind textures/samplers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind shader buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind driver constbuf for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: add a new validation state for 3D driver constbuf
2016-02-21 Samuel Pitoisetnvc0: bind constant buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: allocate an area for compute user constbufs
2016-02-20 Samuel Pitoisetnv50: do not advertise about compute shaders
2016-02-17 Samuel Pitoisetnvc0: invalidate all buffers when switching pipe contexts
2016-02-16 Karol Herbstnv50/ir: we can't do the add to mad conversion when...
2016-02-16 Karol Herbstnv50/ir: optimize neg(and(set, 1)) to set
2016-02-16 Ilia Mirkinnv50/ir: fix quadop emission in the presence of predication
2016-02-16 Ilia Mirkinnv50,nvc0: enable/disable seamless cubemap texturing...
2016-02-16 Samuel Pitoisetnvc0: enable compute support on GK110:GM200 with an...
2016-02-16 Samuel Pitoisetnvc0: add compute support for GM107
2016-02-16 Samuel Pitoisetnvc0: fix compute state initialization on GK110+
2016-02-16 Samuel Pitoisetgm107/ir: add ATOM CAS emission
2016-02-16 Ben Skeggsnvc0: initial support for GM20x GPUs
2016-02-16 Ben Skeggsnvc0: implement support for maxwell texture headers
2016-02-16 Ben Skeggsnvc0: import maxwell texture header definitions from...
2016-02-16 Ben Skeggsnv50-: split tic format specification
2016-02-16 Ben Skeggsnv50-: remove nv50_texture.xml.h
2016-02-16 Ben Skeggsnvc0: switch nvc0_tex.c to updated g80_texture.xml.h
2016-02-16 Ben Skeggsnvc0: switch nvc0_surface.c to updated g80_texture...
2016-02-16 Ben Skeggsnv50: switch nv50_tex.c to updated g80_texture.xml.h
2016-02-16 Ben Skeggsnv50: switch nv50_surface.c to updated g80_texture...
2016-02-16 Ben Skeggsnv50: switch nv50_state.c to updated g80_texture.xml.h
2016-02-16 Ben Skeggsnv50-: switch nv50_formats.c to updated g80_texture...
2016-02-16 Ben Skeggsnv50: import updated g80_texture.xml.h from rnndb
2016-02-16 Ben Skeggsnv50-: remove nv50_defs.xml.h
2016-02-16 Ben Skeggsnv50-: switch nv50_formats.c to updated g80_defs.xml.h
2016-02-16 Ben Skeggsnv50-: improved macros to handle format specification
2016-02-16 Ben Skeggsnv50-: separate vertex formats from surface format...
2016-02-16 Ben Skeggsnvc0: remove unnecessary includes
2016-02-16 Ben Skeggsnvc0: switch nvc0_tex.c to updated g80_defs.xml.h
2016-02-16 Ben Skeggsnvc0: switch nvc0_surface.c to updated g80_defs.xml.h
2016-02-16 Ben Skeggsnv50: remove unnecessary include
2016-02-16 Ben Skeggsnv50: switch nv50_transfer.c to g80_defs.xml.h
next