gallium/radeon: rename max_compute_units -> num_good_compute_units
[mesa.git] / src / gallium / drivers / nouveau /
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
2015-12-12 Ilia Mirkinnv50/ir: teach post-ra immediate folding into mad about...
2015-12-12 Ilia Mirkinnv50/ir: add short imad support
2015-12-12 Ilia Mirkinnv50/ir: can't have predication and immediates
2015-12-12 Ilia Mirkinnv50/ir: fix texture grad for cubemaps
2015-12-12 Ilia Mirkinnv50/ir: fix assumption that prog->maxGPR is in 32...
2015-12-09 Patrick Rudolphnv50,nvc0: fix use-after-free when vertex buffers are...
2015-12-09 Ilia Mirkinnv50/ir: fix cutoff for using r63 vs r127 when replacin...
2015-12-09 Ilia Mirkinnv50/ir: prefer to color mad def and src2 with the...
2015-12-09 Ilia Mirkinnv50/ir: reduce degree limit on ops that can't encode...
2015-12-09 Ilia Mirkinnv50/ir: only unspill once ahead of a group of instructions
2015-12-09 Ilia Mirkinnv50/ir: check if the target supports the new offset...
2015-12-07 Ilia Mirkinnvc0/ir: fix up mul+add -> mad algebraic opt, enable...
2015-12-07 Ilia Mirkingk110/ir: fix imad sat/hi flag emission for immediate...
2015-12-07 Ilia Mirkingk104/ir: sampler doesn't matter for txf
2015-12-07 Ilia Mirkingk110/ir: fix imul hi emission with limm arg
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
2015-12-06 Edward O'Callaghangallium/drivers: Trivial code-style cleanup
2015-12-06 Edward O'Callaghangallium/drivers/nouveau: Make use of ARRAY_SIZE macro
2015-12-05 Ilia Mirkinnv50/ir: fold shl + mul with immediates
2015-12-05 Ilia Mirkinnv50/ir: propagate indirect loads into instructions
2015-12-05 Ilia Mirkinnv50/ir: flip shl(add, imm) into add(shl, imm)
2015-12-05 Samuel Pitoisetnvc0: expose a group of performance metrics for SM30...
2015-12-05 Samuel Pitoisetnvc0: re-introduce performance metrics for SM30 (Kepler)
2015-12-05 Samuel Pitoisetnvc0: remove useless counting operations for MP counters
2015-12-05 Samuel Pitoisetnvc0: remove old performance metrics support on Kepler
2015-12-05 Samuel Pitoisetnvc0: remove wrong inst_issued HW SM perf counter on...
2015-12-05 Samuel Pitoisetnvc0: add missing HW SM perf counters for SM30 (Kepler)
2015-12-05 Samuel Pitoisetnvc0: fix the comment that describe MP counters storage...
2015-12-04 Ilia Mirkinnv50/ir: replace zeros in movs as well
2015-12-04 Ilia Mirkinnv50/ir: fold fma/mad when all 3 args are immediates
next