freedreno: update generated headers
[mesa.git] / src / gallium / drivers / nouveau /
2016-11-30 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
2016-11-26 Samuel Pitoisetgm107/ir: optimize 32-bit CONST load to mov
2016-11-26 Samuel Pitoisetgm107/ir: do not combine CONST loads
2016-11-20 Ilia Mirkinnvc0/ir: use levelZero flag when the lod is set to 0
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-05 Samuel Pitoisetgm107/ir: emit RED instead of ATOM when no dst
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-02 Samuel Pitoisetnv50: add missing draw_calls_indexed driver stat
2016-11-01 Samuel Pitoisetnvc0: do not duplicate similar performance metrics
2016-10-27 Samuel Pitoisetnvc0/ir: fix emission of IMAD with NEG modifiers
2016-10-26 Samuel Pitoisetnvc0/ir: fix emission of SHLADD with NEG modifiers
2016-10-25 Karol Herbstnv50/ir: start LocalCSE with getFirst to merge PHI...
2016-10-25 Samuel Pitoisetnvc0: use correct bufctx when invalidating CP textures
2016-10-24 Samuel Pitoisetnv50/ir: do not perform global membar for shared memory
2016-10-24 Samuel Pitoisetnv50/ir: display OP_BAR subops in debug mode
2016-10-22 Ilia Mirkinnv50/ir: it appears that OP_DISCARD can't take a join...
2016-10-22 Ilia Mirkinnv50/ir: use levelZero for non-frag tex/txp ops
2016-10-22 Ilia Mirkingallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
2016-10-22 Samuel Pitoisetnvc0/ir: remove outdated comment about SHLADD
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/ir: process texture offset sources as regular...
2016-10-20 Ilia Mirkinnv50,nvc0: avoid reading out of bounds when getting...
2016-10-19 Samuel Pitoisetnvc0/ir: simplify predicate logic for GK104 atomic...
2016-10-19 Samuel Pitoisetnvc0/ir: remove useless NVC0LoweringPass::gMemBase
2016-10-19 Samuel Pitoisetnv50/ir: print CCTL subops in debug mode
2016-10-19 Samuel Pitoisetnv50/ir: silent TGSI_PROPERTY_FS_DEPTH_LAYOUT
2016-10-18 Ilia Mirkingm107/ir: fix bit offset of tex lod setting for indirec...
2016-10-18 Ilia Mirkingm107/ir: fix texturing with indirect samplers
2016-10-15 Tobias Klausmannnv50/ir: constant fold OP_SPLIT
2016-10-14 Ilia Mirkinnv50: enable ARB_enhanced_layouts
2016-10-14 Ilia Mirkinnvc0/ir: be more careful about preserving modifiers...
2016-10-13 Samuel Pitoisetnvc0: enable ARB_enhanced_layouts
2016-10-12 Ilia Mirkinnvc0/ir: fix textureGather with a single offset
2016-10-12 Ilia Mirkinnv50/ir: copy over value's register id when resolving...
2016-10-12 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
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()
next