nvc0: copy engine surface params are only relevant for tiled surfaces
[mesa.git] / src / gallium / drivers / nouveau / nvc0 /
2017-06-21 Ben Skeggsnvc0: copy engine surface params are only relevant...
2017-06-14 Samuel Pitoisetgallium: add PIPE_CAP_BINDLESS_TEXTURE
2017-06-07 Thomas Hellandutil: Port nir_array functionality to u_dynarray
2017-06-03 Lyudenvc0: Add support for ARB_post_depth_coverage
2017-06-03 Lyudegallium: Add a cap to check if the driver supports...
2017-06-03 Lyudenvc0: disable BGRA8 images on Fermi
2017-06-01 Rhys Kiddnvc0: Clean up unnecessary includes from gallium/auxili...
2017-05-30 Alexandre Courbotnvc0: support for GP10B
2017-05-20 Ilia Mirkinnv50,nvc0: clear index buffer bufctx bin unconditionally
2017-05-17 Marek Olšákgallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
2017-05-10 Marek Olšákgallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: separate indirect stuff from pipe_draw_info...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-05-07 Pierre Moreaunv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*
2017-04-27 Boyan Dingnvc0: Enable compute support for Pascal
2017-04-27 Boyan Dingnvc0: Add new launch descriptor format for GP100
2017-04-27 Boyan Dingnvc0: Fix index of unk fields in nve4_cp_launch_desc
2017-04-26 Samuel Pitoisetnv50,nvc0: disable the TGSI merge registers pass
2017-04-26 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
2017-04-21 Ilia Mirkinnvc0: Add support for setting viewport index/layer...
2017-04-14 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
2017-04-13 Boyan Dingnvc0: Enable ARB_shader_ballot on Kepler+
2017-04-11 Ilia Mirkinnvc0: increase texture buffer object alignment to 256...
2017-04-09 Boyan Dingnouveau: enable ARB_shader_clock on nv50 and nvc0
2017-04-05 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_BALLOT
2017-04-05 Nicolai Hähnlegallium: add sparse buffer interface and capability
2017-04-02 Ilia Mirkinnvc0: fragprog may not be set when e.g. clearing
2017-04-01 Lyudenvc0: Add support for NV_fill_rectangle for the GM200+
2017-04-01 Lyudegallium: Add a cap to check if the driver supports...
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-31 Nicolai Hähnlegallium: add PIPE_CAP_TGSI CLOCK
2017-03-19 Ilia Mirkinnv50,nvc0: enable TEX_LZ and TXF_LZ
2017-03-15 Marek Olšákgallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
2017-03-08 Brian Paulgallium: s/uint/enum pipe_render_cond_flag/ for set_ren...
2017-03-08 Brian Paulgallium: s/uint/enum pipe_shader_type/ for set_constant...
2017-03-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for pipe_scr...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-03-04 Ilia Mirkinnvc0: take extra pushbuf space into account for pushbuf...
2017-03-04 Ilia Mirkinnvc0: increase alignment to 256 for texture buffers...
2017-02-24 Marek Olšákgallium: remove PIPE_CAP_USER_INDEX_BUFFERS
2017-02-21 Ben Skeggsnvc0: use PascalB for most Pascal boards
2017-02-14 Marek Olšákgallium: set pipe_context uploaders in drivers (v3)
2017-02-14 Ilia Mirkinnvc0: disable linked tsc mode in compute launch descriptor
2017-02-12 Ilia Mirkinnvc0: set the render condition in the compute object
2017-02-12 Ilia Mirkinnvc0: fix 64-bit integer query buffer writes
2017-02-09 Ilia Mirkinnvc0: increase number of ubo binding points
2017-02-09 Ilia Mirkinnvc0: expose int64
2017-02-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-01-27 Dave Airliegallium: Add integer 64 capability
2017-01-24 Ilia Mirkinnvc0: add support for MUL_ZERO_WINS property
2017-01-24 Ilia Mirkingallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
2017-01-18 Emil Velikovnouveau: remove always false argument in nouveau_fence_...
2017-01-17 Ilia Mirkinnvc0: enable FBFETCH with a special slot for color...
2017-01-17 Ilia Mirkingallium: add flags parameter to texture barrier
2017-01-17 Ilia Mirkingallium: add PIPE_CAP_TGSI_FS_FBFETCH
2017-01-16 Ilia Mirkinnvc0: true up exposing of the HW_METRIC_QUERY_GROUP...
2017-01-13 Ilia Mirkinnouveau: take extra push space into account for pushbuf...
2017-01-12 Samuel Pitoisetnvc0: enable GL 4.3 on gm107+
2017-01-12 Samuel Pitoisetnvc0: use sched control codes for gm107 MP counters...
2017-01-12 Samuel Pitoisetnvc0: use sched control codes for gm107 blitter shader
2017-01-05 Marek Olšákgallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
2016-12-02 Rob Clarkgallium: support for native fence fd's
2016-11-30 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
2016-11-15 Marek Olšákgallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
2016-11-10 Samuel Pitoisetnvc0: support MP performance counters on Maxwell
2016-11-07 Samuel Pitoisetnvc0: simplify draw parameters upload for vertex shaders
2016-11-05 Samuel Pitoisetnvc0: get rid of NVE4_COMPUTE_MP_PM_{A,B}_SIGSEL_XXX
2016-11-02 Samuel Pitoisetnv50,nvc0: stop limiting the number of active queries...
2016-11-02 Samuel Pitoisetnvc0: add new warp_nonpred_execution_efficiency metric...
2016-11-02 Samuel Pitoisetnvc0: add missing metric-issue_slot on SM35
2016-11-02 Samuel Pitoisetnvc0: do not expose metric-inst_issued twice on SM35
2016-11-02 Samuel Pitoisetnvc0: add new warp_execution_efficiency metric on SM30+
2016-11-02 Samuel Pitoisetnvc0: respect 80-chars for perf metrics descriptions
2016-11-02 Samuel Pitoisetnvc0: sort performance metrics alphabetically
2016-11-01 Samuel Pitoisetnvc0: do not duplicate similar performance metrics
2016-10-25 Samuel Pitoisetnvc0: use correct bufctx when invalidating CP textures
2016-10-22 Ilia Mirkingallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
2016-10-21 Ilia Mirkinnv50,nvc0: don't keep track of whether fb rt0 is intege...
2016-10-20 Samuel Pitoisetnvc0: do not break 3D state by pushing MS coordinates...
2016-10-20 Samuel Pitoisetnvc0: translate compute shaders at program creation
2016-10-20 Ilia Mirkinnv50,nvc0: avoid reading out of bounds when getting...
2016-10-13 Samuel Pitoisetnvc0: enable ARB_enhanced_layouts
2016-10-12 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
2016-10-10 Samuel Pitoisetnvc0: fix valid range for shader buffers
2016-10-06 Samuel Pitoisetnvc0: dump program binary only when NV50_PROG_DEBUG...
2016-10-06 Samuel Pitoisetnvc0: expose ARB_compute_variable_group_size
2016-10-06 Samuel Pitoisetgallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_...
2016-10-05 Samuel Pitoisetnvc0: dump program binary when chipset has been forced
2016-09-29 Samuel Pitoisetnvc0: update GM107 sched control codes format
2016-09-26 Samuel Pitoisetnvc0: allow to force compiling programs in debug build
2016-09-19 Samuel Pitoisetnvc0: get rid of nvc0_stage_sampler_states_bind_range()
2016-09-19 Samuel Pitoisetnvc0: get rid of nvc0_stage_set_sampler_views_range()
2016-09-10 Ilia Mirkingm107/ir: allow indirect inputs to be loaded by frag...
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
next