vc4: Allow RCL blits to the edge of the surface.
[mesa.git] / src / gallium / drivers / nouveau /
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
2015-11-07 Ilia Mirkinnv50/ir: only take abs value when computing high result
2015-11-07 Ilia Mirkinnouveau: avoid queueing too much work onto a single...
2015-11-07 Ilia Mirkinnv50/ir: allow emission of immediates in imul/imad ops
2015-11-07 Ilia Mirkinnv50/ir: properly set the type of the constant folding...
2015-11-07 Ilia Mirkinnv50/ir: add support for const-folding OP_CVT with...
2015-11-06 Ilia Mirkinnv50/ir: add fp64 opcode emission support for G200...
2015-11-06 Hans de Goedenv50/ir: Add support for 64bit immediates to checkSwapSrc01
2015-11-06 Hans de Goedenvc0/ir: Teach insnCanLoad about double immediates
2015-11-06 Hans de Goedenv50/ir: Add support for merge-s to the ConstantFolding...
2015-11-06 Ilia Mirkinnv50/ir: disallow 64-bit immediates on nv50 targets
2015-11-06 Ilia Mirkinnv50/ir: allow movs with TYPE_F64 destinations to be...
2015-11-06 Hans de Goedegm107/ir: Add support for double immediates
2015-11-06 Hans de Goedenvc0/ir: Add support for double immediates
2015-11-06 Ilia Mirkinnvc0: reintroduce BGRA4 format support
2015-11-05 Ilia Mirkinnouveau: send back a debug message when waiting for...
2015-11-05 Ilia Mirkinnv50,nvc0: provide debug messages with shader compilati...
2015-11-05 Ilia Mirkinnouveau: add support for sending debug messages via...
2015-11-05 Ilia Mirkinnouveau: relax fence emit space assert
2015-11-03 Samuel Pitoisetnvc0: add missing compute parameters required by clover
2015-11-03 Samuel Pitoisetnvc0: handle NULL pointer in nvc0_get_compute_param()
2015-11-01 Samuel Pitoisetnv50: use correct heaps for FP and GP code segments
2015-10-31 Ilia Mirkinnouveau: get rid of tabs
2015-10-30 Samuel Pitoisetnv50: do not create an invalid HW query type
2015-10-30 Samuel Pitoisetnv50: move HW queries to nv50_query_hw.c/h files
2015-10-30 Samuel Pitoisetnv50: move nva0_so_target_save_offset() to its correct...
2015-10-30 Samuel Pitoisetnv50: add a header file for nv50_query
2015-10-30 Ilia Mirkinnv50: mark contexts shareable, compile at creation...
2015-10-30 Ilia Mirkinnv50: allow per-sample interpolation to be forced via...
2015-10-29 Samuel Pitoisetnvc0: expose a group of performance metrics on Fermi
2015-10-29 Ilia Mirkinnv50/ir: adapt to new method for passing in cull/clip...
2015-10-29 Ilia Mirkinnvc0: share shaders between contexts and build immediately
2015-10-29 Ilia Mirkinnvc0: do upload-time fixups for interpolation parameters
2015-10-29 Ilia Mirkinnv50: add ARB_copy_image support
2015-10-29 Ilia Mirkinnvc0: add ARB_copy_image support
2015-10-28 Julien Isorcenvc0: fix crash when nv50_miptree_from_handle fails
2015-10-28 Marek Olšákgallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN...
2015-10-23 Ilia Mirkinnvc0: respect edgeflag attribute width
2015-10-20 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
2015-10-20 Marek Olšákgallium: add PIPE_CAP_SHAREABLE_SHADERS
2015-10-18 Samuel Pitoisetnvc0: do not bind input params at compute state init...
2015-10-17 Samuel Pitoisetnvc0: add support for performance monitoring metrics...
2015-10-16 Samuel Pitoisetnvc0: add a note about MP counters on GF100/GF110
2015-10-16 Samuel Pitoisetnvc0: add MP counters variants for GF100/GF110
2015-10-16 Samuel Pitoisetnvc0: move SW/HW queries info to their respective files
next