gallium/radeon: add a function for adding llvm function attributes
[mesa.git] / src / gallium / drivers / nouveau /
2016-02-09 Ilia Mirkinnv50: add PIPE_QUERY_OCCLUSION_PREDICATE support
2016-02-09 Ilia Mirkinnv30: add PIPE_QUERY_OCCLUSION_PREDICATE support
2016-02-05 Marek Olšákgallium: add interface for querying memory usage and...
2016-02-05 Ilia Mirkinnvc0: avoid negatives in PUSH_SPACE argument
2016-02-05 Ilia Mirkinnvc0: add some missing PUSH_SPACE's
2016-02-05 Ilia Mirkinnvc0/ir: fix converting between predicate and gpr
2016-02-05 Ilia Mirkinnvc0: add support for ARB_query_buffer_object
2016-02-05 Ilia Mirkingallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
2016-02-03 Ilia Mirkinnv50/ir: make sure to fetch all sources before creating...
2016-02-03 Ilia Mirkinnv50: avoid freeing the symbols if they're about to...
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
2016-02-01 Mauro Rossinouveau/video: wrap assertion within #ifndef NDEBUG
2016-01-30 Ilia Mirkinnv50/ir: get rid of memory stores with nop values
2016-01-30 Ilia Mirkinnv50/ir: fix false global CSE on instructions with...
2016-01-30 Ilia Mirkinnv50,nvc0: fix buffer clearing to respect engine alignm...
2016-01-30 Ilia Mirkinnvc0: avoid crashing when there are holes in vertex...
2016-01-30 Ilia Mirkinnvc0: enable atomic counters and ssbo
2016-01-30 Ilia Mirkinnv50/ir: handle new TGSI MEMBAR opcode
2016-01-30 Ilia Mirkinnvc0/ir: fix atomic compare-and-swap arguments
2016-01-30 Ilia Mirkinnv50/ir: add support for indirect buffer loading
2016-01-30 Ilia Mirkinnv50/ir: add SUQ op by reading the info from driver...
2016-01-30 Ilia Mirkinnv50/ir: add support for BUFFER accesses
2016-01-30 Ilia Mirkinnvc0: handle shader buffer memory barrier
2016-01-30 Ilia Mirkinnvc0: add state management for shader buffers
2016-01-30 Ilia Mirkinnvc0: double per-shader stage driver constants area
2016-01-28 Karol Herbstnv50/ir: optimize mad/fma with third argument 0 to mul
2016-01-28 Karol Herbstnv50/ir: run DCE backwards
2016-01-28 Karol Herbstnv50/ir: optimize shl(shr(a, c), c) to and(a, ~((1...
2016-01-26 Karol Herbstnv50/ir: fix memory corruption when spilling and redoing RA
2016-01-21 Rob Clarkgallium: add GREMEDY_string_marker
2016-01-21 Ilia Mirkinnv50/ir: 64-bit splitting fixes
2016-01-21 Ilia Mirkingk110/ir: allow carry to be set/read by imad
2016-01-21 Ilia Mirkingm107/ir: add carry emission to LOP and IADD
2016-01-21 Ilia Mirkingm107/ir: add ATOM and CCTL support
2016-01-21 Ilia Mirkingm107/ir: set LD/ST address width bit
2016-01-21 Ilia Mirkingk110/ir: fix double-wide vm address
2016-01-21 Ilia Mirkingk110/ir: add OP_CCTL handling
2016-01-21 Ilia Mirkingk110/ir: add atomic op emission, fix gmem loads
2016-01-20 Ilia Mirkinnv50/ir: don't flip SHL(ADD) into ADD(SHL) if ADD sourc...
2016-01-20 Ilia Mirkingk110/ir: fix load from shared memory
2016-01-20 Ilia Mirkingk110/ir: add partial BAR support
2016-01-18 Ilia Mirkinnv50/ir: swap the least-ref'd source into src1 when...
2016-01-17 Ilia Mirkingm107/ir: don't do indirect frag shader inputs on GM107
2016-01-17 Ilia Mirkinnvc0: bsp_bo can't be null
2016-01-16 Ilia Mirkinnv50/ir: add saturate support on ex2
2016-01-15 Ilia Mirkinnv50/ir: rebase indirect temp arrays to 0, so that...
2016-01-15 Ilia Mirkinnv50/ir: only use FILE_LOCAL_MEMORY for temp arrays...
2016-01-14 Ilia Mirkinnvc0/ir: be careful about propagating very large offset...
2016-01-14 Ilia Mirkinnvc0: allow fragment shader inputs to use indirect...
2016-01-14 Charmaine Leegallium/st: add pipe_context::generate_mipmap()
2016-01-14 Nicolai Hähnlegallium: add PIPE_CAP_INVALIDATE_BUFFER
2016-01-11 Samuel Pitoisetnvc0: do not force re-binding of compute constbufs...
2016-01-11 Samuel Pitoisetnvc0: remove useless goto in nvc0_launch_grid()
2016-01-11 Ilia Mirkinnv50/ir: the whole point of data array is to hand out...
2016-01-09 Pierre Moreaunv50/ir: Fix scratch allocation size and file
2016-01-08 Ilia Mirkinnv50,nvc0: use a face sysval to avoid the useless back...
2016-01-08 Ilia Mirkingallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
2016-01-08 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
2016-01-08 Ilia Mirkintgsi: add ureg support for image decls
2016-01-08 Marek Olšákgallium: add caps for POSITION and FACE system values
2016-01-07 Ilia Mirkinnvc0: add ARB_indirect_parameters support
2016-01-07 Ilia Mirkinnvc0: add support for real ARB_multi_draw_indirect
2016-01-07 Ilia Mirkinnvc0: adjust indirect draw macros to handle multiple...
2016-01-07 Ilia Mirkingallium: add caps to expose support for multi indirect...
2016-01-07 Roland Scheideggerdraw: nuke the interp parameter from vertex_info
2016-01-05 Julien Isorcenvc0: add support for st/va
2016-01-05 Julien Isorcenouveau: split nouveau_vp3_bsp in begin/next/end
2016-01-04 Ilia Mirkinnvc0: scale up inter_bo size so that it's 16M for a...
2016-01-04 Ilia Mirkinnv50,nvc0: fix crash when increasing bsp bo size for...
2016-01-03 Ilia Mirkinnvc0/ir: add support for PK2H/UP2H
2016-01-03 Ilia Mirkingallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate...
2016-01-03 Samuel Pitoisetnv50,nvc0: optimize coherent buffer checking at draw...
2016-01-02 Ilia Mirkinnv50,nvc0: make sure there's pushbuf space and that...
2015-12-31 Kenneth Graunkenvc0: Set winding order regardless of domain.
2015-12-30 Ilia Mirkinnvc0: add ARB_shader_draw_parameters support
2015-12-30 Ilia Mirkingallium: add PIPE_CAP_DRAW_PARAMETERS
2015-12-30 Ilia Mirkinnv50/ir: attempt to do more constant folding on mad...
2015-12-29 Ilia Mirkinnv50/ir: float(s32 & 0xff) = float(u8), not s8
2015-12-28 Ilia Mirkinnvc0: don't forget to reset VTX_TMP bufctx slot after...
2015-12-28 Ilia Mirkinnv50,nvc0: add a note when converting vertex elements...
2015-12-22 Ben Skeggsnvc0: remove use of deprecated sw class identifier
2015-12-22 Ben Skeggsnv50: fix g98+ vdec class allocation
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device_wrap()
2015-12-22 Ben Skeggsnouveau: fix screen creation failure paths
2015-12-22 Ben Skeggsnouveau: return nouveau_screen from hw-specific creatio...
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device::drm_v...
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device::fd
2015-12-17 Samuel Pitoisetnv50: free memory allocated by the prog which reads...
2015-12-16 Samuel Pitoisetnv50,nvc0: free memory allocated by performance metrics
2015-12-16 Samuel Pitoisetnvc0: free memory allocated by the prog which reads...
2015-12-16 Samuel Pitoisetnvc0: fix metric-achieved_occupancy calculation on...
2015-12-15 Samuel Pitoisetnvc0: remove old comment related to metric calculations
2015-12-14 Samuel Pitoisetnvc0: check return value of nvc0_program_validate()
2015-12-14 Samuel Pitoisetnv50: check return value of nouveau_object_new()
2015-12-14 Samuel Pitoisetnv50,nvc0: make use of unreachable() when invalid textu...
2015-12-12 Ilia Mirkingk104/ir: simplify and fool-proof texbar algorithm
2015-12-12 Ilia Mirkinnv50/ir: combine sequences of conversions
2015-12-12 Ilia Mirkinnv50/ir: manually optimize multiplication expansion...
2015-12-12 Ilia Mirkinnv50/ir: fix imul emission in the presence of an immediate
next