radeonsi: implement TC L2 write-back (flush) without cache invalidation
[mesa.git] / src / gallium / drivers / nouveau /
2016-10-12 Samuel Pitoisetnv50/ir: optimize ADD(SHL(a, b), c) to SHLADD(a, b, c)
2016-10-10 Samuel Pitoisetnvc0: fix valid range for shader buffers
2016-10-10 Ilia Mirkinnvc0/ir: fix overwriting of value backing non-constant...
2016-10-10 Ilia Mirkinnv50/ir: only stick one preret per function
2016-10-06 Samuel Pitoisetnv50/ir: fix wrong check when optimizing MAD to SHLADD
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 Pitoisetnv50/ir: set number of threads/block for variable local...
2016-10-06 Samuel Pitoisetgallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_...
2016-10-06 Karol Herbstnv50/ir: optimize sub(a, 0) to a
2016-10-05 Samuel Pitoisetnvc0: dump program binary when chipset has been forced
2016-10-05 Karol Herbstnv50/ra: let simplify return an error and handle that
2016-09-29 Samuel Pitoisetnv50/ir: teach insnCanLoad() about SHLADD
2016-09-29 Samuel Pitoisetnv50/ir: optimize SHLADD(a, b, c) to MOV((a << b) + c)
2016-09-29 Samuel Pitoisetnv50/ir: optimize SHLADD(a, b, 0x0) to SHL(a, b)
2016-09-29 Samuel Pitoisetnv50/ir: optimize IMAD to SHLADD in presence of power...
2016-09-29 Samuel Pitoisetnvc0/ir: add emission for SHLADD
2016-09-29 Samuel Pitoisetnv50/ir: add preliminary support for SHLADD
2016-09-29 Samuel Pitoisetnvc0: update GM107 sched control codes format
2016-09-26 Samuel Pitoisetnv50/ir: fix comments about instructions info
2016-09-26 Samuel Pitoisetnvc0: allow to force compiling programs in debug build
2016-09-26 Samuel Pitoisetnv50/ir: drop unused NVISA_XXX_CHIPSET constants
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-18 Samuel Pitoisetnv50/ir: optimize SUB(a, b) to MOV(a - b)
2016-09-18 Samuel Pitoisetgk110/ir: fix wrong emission of OP_NOT
2016-09-17 Samuel Pitoisetnvc0/ir: fix subops for IMAD
2016-09-17 Samuel Pitoisetnvc0/ir: fix comments about instructions info
2016-09-10 Ilia Mirkingm107/ir: allow indirect inputs to be loaded by frag...
2016-09-10 Ilia Mirkingm107/ir: AL2P writes to a predicate register
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-09-04 Ilia Mirkingk110/ir: fix quadop dall emission
2016-09-03 Karol Herbstnvc0/ir: allow min/max instructions to be dual-issued...
2016-09-03 Ilia Mirkinnv50,nvc0: respect render condition enable flag when...
2016-09-03 Karol Herbstnvc0/ir: don't dual-issue ops that depend or interfere...
2016-09-01 Samuel Pitoisetnvc0: reduce the initial code segment size to 512KB
2016-09-01 Samuel Pitoisetnvc0: allow to resize the code segment dynamically
2016-09-01 Samuel Pitoisetnvc0: add a new bin for the code segment
2016-09-01 Samuel Pitoisetnvc0: add nvc0_screen_resize_text_area() helper
2016-09-01 Samuel Pitoisetnvc0: re-upload currently bound shaders after code...
2016-09-01 Samuel Pitoisetnvc0: refactor the program upload process
2016-08-31 Samuel Pitoisetnvc0: remove an attempt at uploading all IMMD into...
2016-08-31 Samuel Pitoisetnv50: remove unused nv50_program::immd_size field
2016-08-31 Ilia Mirkinnv30: set usage to staging so that the buffer is alloca...
2016-08-31 Ilia Mirkinnv30: only bail on color/depth bpp mismatch when surfac...
2016-08-30 Samuel Pitoisetnvc0: fix indentation in nvc0_screen_init()
2016-08-30 Samuel Pitoisetnvc0: check return value of nvc0_screen_resize_tls_area()
2016-08-30 Samuel Pitoisetnvc0: make use of FAIL_SCREEN_INIT in nvc0_screen_create()
2016-08-30 Samuel Pitoisetnv50/ir: always emit the NDV bit for OP_QUADOP
2016-08-30 Ilia Mirkinnvc0: undo overzealous enum usage
2016-08-29 Jan Veselygallium: add cap to export device pointer size
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_shader_images()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_shader_buffers()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-08-24 Samuel Pitoisetnvc0: invalidate textures/samplers on GK104+
2016-08-23 Ilia Mirkingallium: add a cap to expose whether driver supports...
2016-08-23 Ilia Mirkinnv50/ir: make sure cfg iterator always hits all blocks
2016-08-17 Marek Olšákgallium: change pipe_image_view::first_element/last_ele...
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-08-17 Ilia Mirkinnv50/ir: fix bb positions after exit instructions
2016-08-17 Ilia Mirkinnv50/ir: properly clear upper bits of a bitset fill
2016-08-14 Ilia Mirkinnv50,nvc0: fix depth range when halfz is enabled
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-07-27 Samuel Pitoisetnvc0: enable ARB_tessellation_shader on GM107+
2016-07-27 Samuel Pitoisetgm107/ir: add a legalize SSA pass for PFETCH
2016-07-27 Samuel Pitoisetnvc0: fix up TCP header on GM107+
2016-07-25 Samuel Pitoisetnvc0: use nvc0_m2mf_push_linear() to reduce code duplic...
2016-07-25 Samuel Pitoisetnvc0: use nve4_p2mf_push_linear() to reduce code duplic...
2016-07-24 Samuel Pitoisetnvc0: upload sample locations on GM20x
2016-07-23 Samuel Pitoisetnvc0/ir: fix up an assertion in emitUADD()
2016-07-23 Samuel Pitoisetnvc0: fix wrong indentation in nvc0_validate_fb()
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-22 Samuel Pitoisetnv50/ir: allow to swap sources for OP_SUB
2016-07-22 Samuel Pitoisetnvc0/mme: fix offsets used for indirect draws
2016-07-22 Samuel Pitoisetnvc0: fix offsets of MP perf counters input parameters
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-07-20 Samuel Pitoisetnvc0: disable MS images on GM107+
2016-07-20 Samuel Pitoisetnv50/ir: print OP_SUREDB subops in debug mode
2016-07-20 Samuel Pitoisetgm107/ir: add emission for SUREDx
2016-07-20 Samuel Pitoisetgm107/ir: add emission for SUSTx and SULDx
2016-07-20 Samuel Pitoisetgm107/ra: fix constraints for surface operations
2016-07-20 Samuel Pitoisetgm107/ir: lower surface operations
2016-07-20 Samuel Pitoisetnvc0: bind images for 3d/cp shaders on GM107+
2016-07-20 Samuel Pitoisetnvc0: increase the tex handles area size in the driver cb
2016-07-19 Samuel Pitoisetgm107/ir: make use of ADD32I for all immediates
2016-07-19 Samuel Pitoisetgm107/ir: add missing NEG modifier for IADD32I
2016-07-19 Ilia Mirkinnv50,nvc0: srgb rendering is only available for rgba...
2016-07-19 Ilia Mirkinnvc0: add support for BGRA8 images
2016-07-16 Ilia Mirkinnv50: fix alphatest for non-blendable formats
2016-07-14 Samuel Pitoisetnv50/ir: add missing string for SV_WORK_DIM
2016-07-12 Ben Skeggsnvc0: initial support for GP100 GPUs
2016-07-11 Samuel Pitoisetnvc0: use a define for the driver constant buffer size
2016-07-11 Samuel Pitoisetnvc0: fix the driver cb size when draw parameters are...
2016-07-11 Samuel Pitoisetnvc0/ir: fix images indirect access on Fermi
2016-07-08 Samuel Pitoisetnvc0/ir: remove unused resource info loading helpers
2016-07-08 Samuel Pitoisetnvc0/ir: refactor the surfaces info loading logic
2016-07-08 Samuel Pitoisetnvc0/ir: move the shift left op inside loadTexHandle()
2016-07-04 Samuel Pitoisetnvc0/ir: rename NVE4_SU_INFO_XXX to NVC0_SU_INFO_XXX
next