nouveau: split nouveau_vp3_bsp in begin/next/end
[mesa.git] / src / gallium / drivers / nouveau /
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
2015-12-04 Ilia Mirkinnv50/ir: avoid looking at uninitialized srcMods entries
2015-12-04 Ilia Mirkinnv50/ir: fix DCE to not generate 96-bit loads
2015-12-03 Ilia Mirkinnv50/ir: fix moves to/from flags
2015-12-03 Ilia Mirkinnv50/ir: don't forget to mark flagsDef on cvt in txb...
2015-12-03 Ilia Mirkinnv50/ir: fix instruction permutation logic
2015-12-03 Ilia Mirkinnv50/ir: the mad source might not have a defining instr...
2015-12-02 Ilia Mirkinnv50/ir: make sure entire graph is reachable
2015-12-02 Ilia Mirkinnv50/ir: deal with loops with no breaks
2015-12-02 Ilia Mirkinnvc0/ir: fold postfactor into immediate
2015-12-02 Ilia Mirkinnv50/ir: allow immediate 0 to be loaded anywhere
2015-12-02 Samuel Pitoisetnv50/ir/gk110: add memory barriers support for GK110
2015-12-02 Samuel Pitoisetnv50/ir: do not call textureMask() for surface ops
2015-12-01 Samuel Pitoisetnv50,nvc0: allow to create resources other than buffers
2015-11-29 Samuel Pitoisetnv50/ir: always display the opcode number for unknown...
2015-11-25 Julien Isorcenouveau: move interlaced assert down in nouveau_vp3_vid...
2015-11-23 Ilia Mirkinnv50/ir: fix (un)spilling of 3-wide results
2015-11-23 Ilia Mirkinnv50,nvc0: properly handle buffer storage invalidation...
2015-11-23 Ilia Mirkinnouveau: use the buffer usage to determine placement...
2015-11-20 Samuel Pitoisetnv50: expose two groups of compute-related MP perf...
2015-11-20 Nicolai Hähnlegallium: add the concept of batch queries
2015-11-20 Nicolai Hähnlegallium: remove pipe_driver_query_group_info field...
2015-11-19 Samuel Pitoisetnv50: allow using inline vertex data submit when gl_Ver...
2015-11-19 Samuel Pitoisetnv50: add NV84_3D macro
2015-11-18 Ilia Mirkinnvc0/ir: actually emit AFETCH on kepler
2015-11-16 Emil Velikovnv50: add missing header into the sources list
2015-11-15 Ilia Mirkinnv50,nvc0: disable render condition around clear_*...
2015-11-14 Samuel Pitoisetnv50: add support for performance metrics on G84+
2015-11-14 Samuel Pitoisetnv50: add compute-related MP perf counters on G84+
2015-11-14 Samuel Pitoisetnv50: implement a basic compute support
2015-11-14 Samuel Pitoisetnv50: free interpolation parameters in nv50_program_des...
2015-11-14 Samuel Pitoisetnvc0: reduce the number of GPR used when reading MP...
2015-11-14 Ilia Mirkinnouveau: don't expose HEVC decoding support
2015-11-12 Ilia Mirkinnvc0/ir: add support for TGSI_SEMANTIC_HELPER_INVOCATION
2015-11-12 Ilia Mirkinnv50,nvc0: add ARB_clear_texture support
2015-11-12 Ilia Mirkingallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture...
2015-11-08 Samuel Pitoisetnvc0: enable compute support on Fermi
2015-11-07 Ilia Mirkinnv50/ir: fix emission of s[] args in certain situations
next