nvc0: reduce the number of GPR used when reading MP perf counters
[mesa.git] / src / gallium / drivers / nouveau /
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
2015-10-16 Samuel Pitoisetnvc0: enable compute support by default on Fermi
2015-10-16 Samuel Pitoisetnvc0: allow only one active query for the MP counters...
2015-10-16 Samuel Pitoisetnvc0: read MP counters of all GPCs on Fermi
2015-10-16 Samuel Pitoisetnvc0: store the number of GPCs to nvc0_screen
2015-10-16 Samuel Pitoisetnvc0: fix unaligned mem access when reading MP counters...
2015-10-16 Samuel Pitoisetnvc0: fix monitoring multiple MP counters queries on...
2015-10-16 Samuel Pitoisetnvc0: fix queries which use multiple MP counters on...
2015-10-16 Samuel Pitoisetnvc0: allow to use 8 MP counters on Fermi
2015-10-16 Samuel Pitoisetnvc0: fix sequence field init for MP counters on Fermi
2015-10-16 Samuel Pitoisetnvc0: correctly enable the MP counters' multiplexer...
2015-10-16 Samuel Pitoisetnvc0: rip off the kepler MP-enabling logic from the...
2015-10-16 Samuel Pitoisetnvc0: split out begin_query() hook used by MP counters
2015-10-16 Samuel Pitoisetnvc0: remove useless call to query_get_cfg() in nvc0_hw...
2015-10-15 Chih-Wei Huangnv30: include the header of ffs prototype
2015-10-15 Chih-Wei Huangnv50/ir: use C++11 standard std::unordered_map if possible
2015-10-12 Ilia Mirkinnouveau: avoid double-emitting fence
2015-10-11 Ilia Mirkinnv50,nvc0: don't base decisions on available pushbuf...
2015-10-11 Ilia Mirkinnouveau: avoid emitting new fences unnecessarily
2015-10-10 Samuel Pitoisetnvc0: make use of NVC0_COMPUTE_CLASS for GF110
2015-10-09 Samuel Pitoisetnvc0: move HW SM queries to nvc0_query_hw_sm.c/h files
2015-10-09 Samuel Pitoisetnvc0: move HW queries to nvc0_query_hw.c/h files
2015-10-09 Samuel Pitoisetnvc0: move SW queries to nvc0_query_sw.c/h files
2015-10-09 Samuel Pitoisetnvc0: move nvc0_so_target_save_offset() to its correct...
2015-10-09 Samuel Pitoisetnvc0: add a header file for nvc0_query
2015-10-07 Ilia Mirkinnouveau: make sure there's always room to emit a fence
2015-10-05 Ilia Mirkinnv30: always go through translate module on big-endian
2015-10-05 Ilia Mirkinnv30: pretend to have packed texture/surface formats
2015-10-03 Marek Olšákgallium: add per-sample interpolation control into...
2015-09-28 Ilia Mirkinnouveau: wait to unref the transfer's bo until it's...
2015-09-28 Ilia Mirkinnouveau: delay deleting buffer with unflushed fence
2015-09-28 Ilia Mirkinnouveau: be more careful about freeing temporary transf...
2015-09-17 Ilia Mirkinnv50,nvc0: flush texture cache in presence of coherent...
2015-09-17 Ilia Mirkinnv50,nvc0: detect underlying resource changes and updat...
2015-09-16 Ilia Mirkinnv50, nvc0: fix max texture buffer size to 128M elements
2015-09-14 Ilia Mirkinnvc0/ir: start offset at texBindBase for txq, like...
2015-09-13 Ilia Mirkinnv50/ir: add support for TXQS tgsi opcode
2015-09-13 Ilia Mirkingallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS...
2015-09-10 Ilia Mirkinnv50/ir: don't fold immediate into mad if registers...
2015-09-10 Ilia Mirkinnv50/ir: fix emission of 8-byte wide interp instruction
2015-09-10 Ilia Mirkinnv50/ir: r63 is only 0 if we are using less than 63...
2015-09-10 Ilia Mirkinnv50/ir: make edge splitting fix up phi node sources
2015-09-10 Ilia Mirkinnvc0: remove BGRA4 format support
2015-09-09 Ilia Mirkinnvc0: keep track of cb bindings per buffer, use for...
2015-09-09 Hans de Goedenv30: Disable msaa unless requested from the env by...
2015-09-09 Hans de Goedenv30: Fix color resolving for nv3x cards
2015-09-09 Mauro Rossinouveau: android: add space before PRIx64 macro
2015-09-08 Ilia Mirkinnvc0: always emit a full shader colormask
2015-09-07 Hans de Goedenv30: Fix max width / height checks in nv30 sifm code
2015-09-06 Ilia Mirkinnouveau: don't mark full range as used on unmap with...
next