radeonsi:optimizing SET_CONTEXT_REG for shaders GS
[mesa.git] / src / gallium / drivers / nouveau /
2018-10-02 Timothy Arcerinouveau: use build-id when available for disk cache
2018-09-23 Rhys Perrynv50/ir: fix link-time build failure
2018-09-22 Rhys Perrynvc0: fix bindless multisampled images on Maxwell+
2018-09-22 Rhys Perrynvc0: warn about changing NVC0_CB_AUX_MP_INFO and NVC0_...
2018-09-22 Rhys Perrynvc0: Update counter reading shaders to new NVC0_CB_AUX...
2018-09-13 Pierre Moreaunvir: Always split 64-bit IMAD/IMUL operations
2018-09-11 Ilia Mirkinnv50,nvc0: warn on not-explicitly-handled caps
2018-09-07 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
2018-09-07 Marek Olšákgallium: enable GL_AMD_depth_clamp_separate on r600...
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-09-04 Eric Anholtgallium: Add a helper for implementing PIPE_CAP_* defau...
2018-08-30 Ilia Mirkinnv50: bump compat glsl level to same as core
2018-08-30 Ilia Mirkinnvc0: bump compat GLSL version to match core
2018-08-29 Rhys Kiddnv50/ir: silence partitionLoadStore() unused function...
2018-08-27 Rhys Perrynv50/ir,nvc0: use constant buffers for compute when...
2018-08-27 Rhys Perrynv50/ir: optimize multiplication by 16-bit immediates...
2018-08-27 Rhys Perrynv50/ir: optimize near power-of-twos into shladd
2018-08-27 Rhys Perrynv50/ir: move a * b -> a << log2(b) code into createMul()
2018-08-27 Rhys Perrynv50/ir: optimize imul/imad to xmads
2018-08-27 Rhys Perrygm107/ir: add support for OP_XMAD on GM107+
2018-08-27 Rhys Perrynv50/ir: add preliminary support for OP_XMAD
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_GS_INVOCATIONS
2018-08-04 Karol Herbstnvc0/ir: return 0 in imageLoad on incomplete textures
2018-08-04 Karol Herbstgm200/ir: optimize rcp(sqrt) to rsq
2018-08-04 Karol Herbstgm200/ir: add native OP_SQRT support
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-30 Rhys Perrynvc0: serialize before updating some constant buffer...
2018-07-19 Rhys Perrynv50/ir: move LateAlgebraicOpt back to right after...
2018-07-19 Rhys Perrynv50/ir: handle SHLADD in IndirectPropagation
2018-07-19 Rhys Perrygm107/ir: use CS2R for SV_CLOCK
2018-07-15 Karol Herbstnouveau: fix 3D blitter for unsigned to signed integer...
2018-07-07 Karol Herbstnv50/ir: fix Instruction::isActionEqual for PHI instruc...
2018-07-07 Rhys Perrynvc0/ir: use the combined tid special register
2018-07-04 Rhys Perrynvc0: implement multisampled images on Maxwell+
2018-07-02 Karol Herbstnv50/ir: handle clipvertex for geom and tess shaders...
2018-06-29 Marek Olšákgallium/util: remove dummy function util_format_is_supp...
2018-06-29 Rhys Perrynv50/ir: improve maintainability of Target*::initOpInfo()
2018-06-29 Rhys Perrynv50/ir: fix image stores with indirect handles
2018-06-28 Rhys Perrynvc0: remove magic values in nve4_set_tex_handles()
2018-06-28 Rhys Perrynvc0/ir: fix TargetNVC0::insnCanLoadOffset()
2018-06-23 Karol Herbstnv50/ir: only avoid spilling constrained def if a mov...
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-06-15 Rhys Perrynvc0: add support for programmable sample locations
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-05-30 Ilia Mirkinnv30: add a couple of missed shader caps
2018-05-30 Ilia Mirkinnv30: ensure that displayable formats are marked accord...
2018-05-30 Marek Olšákgallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
2018-05-29 Dave Airliegallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
2018-05-29 Pierre Moreaunv50/ir: Extend ImmediateValue::applyLog2 to 64-bit...
2018-05-28 Rhys Perrygm107/ir: prevent WaW hazards in instruction scheduling
2018-05-13 Rhys Perrynvc0: fix setting of subpixel precision during conserva...
2018-05-04 Rhys Perrynv50/ir: fix printing of pixld
2018-05-02 Vlad Golovkinnv50: Extract needed value bits without shifting them...
2018-05-01 Rhys Perrynvc0: add conservative rasterization support
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-04-25 Ilia Mirkinnvc0/ir: all short immediates are sign-extended, adjust...
2018-04-24 Karol Herbstgm107/ir/lib: fix sched in div u32 builtin
2018-04-23 Ilia Mirkinnv50/ir: make a copy of tex src if it's referenced...
2018-04-21 Karol Herbstnv50/ir/ra: prefer def == src2 for fma with immediates...
2018-04-21 Rhys Perrynvc0: fix line width on GM20x+
2018-04-07 Rhys Perrynvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_P...
2018-04-07 Rhys Perrynvc0: change ACQUIRE_EQUAL to ACQUIRE_GEQUAL in nvc0_hw...
2018-04-07 Rhys Perrynvc0: ensure the query's fence has been emitted in...
2018-04-07 Ilia Mirkinnvc0: restore image binding on RGB10A2, remove from...
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-29 Karol Herbstnvc0/ir: fix emiting NOTs with predicates
2018-03-28 Ilia Mirkinnvc0/ir: fix INTERP_* with indirect inputs
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-15 Mario Kleinernv50,nvc0: Support BGRX1010102 and RGBX1010102 for...
2018-03-09 Thierry Redingnouveau: Add framebuffer modifier support
2018-03-09 Thierry Redingnouveau/nvc0: Extract common tile mode macro
2018-02-27 Ilia Mirkinnvc0: collapse output slots to have adjacent registers
2018-02-26 Karol Herbstnvir/gm107: consider FILE_FLAGS dependencies in SchedDa...
2018-02-26 Karol Herbstnvir/gm107: iterate over all defs in SchedDataCalculato...
2018-02-24 Karol Herbstnvir: dont optimize mad with subops to shladd
2018-02-23 Ilia Mirkinnv50,nvc0: fix integer MS resolves using 2d engine
2018-02-23 Ilia Mirkinnvc0: fix writing query results into buffer
2018-02-23 Ilia Mirkinnv50,nvc0: fix clear buffer acceleration
2018-02-21 Karol Herbstnvir/nvc0: fix legalizing of ld unlock c0[0x10000]
2018-02-20 Ilia Mirkinnv50,nvc0: mark ABGR format as displayable instead...
2018-02-18 Ilia Mirkingm107/ir: avoid using kepler instruction capabilities
2018-02-18 Ilia Mirkinnvc0: add support for bindless on maxwell+
2018-02-18 Ilia Mirkingm107/ir: change how SUQ works in preparation for bindless
2018-02-17 Mikko Perttunennvc0: Use GP100_COMPUTE_CLASS on GP10B
2018-02-17 Marek Olšákgallium: allow drivers to impose BO flags restrictions...
2018-02-15 Karol Herbstnvc0: disable MS Images for sample_count == 1 on Maxwell
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-02-08 Scott D Phillipsmeson: Add build option for tools
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2018-01-11 Dylan Bakermeson: move libsensors dependency to libgallium
2018-01-07 Ilia Mirkinnvc0: enable bindless on kepler
2018-01-07 Ilia Mirkinnvc0: add bindless image support for kepler
2018-01-07 Ilia Mirkinnvc0: add support for bindless textures on kepler+
next