virgl: simplify virgl_hw_set_vertex_buffers
[mesa.git] / src / gallium / drivers / nouveau /
2018-12-09 Karol Herbstnv50/ir: fix use-after-free in ConstantFolding::visit
2018-12-09 Karol Herbstnouveau: use atomic operations for driver statistics
2018-12-09 Karol Herbstnv50/ir: initialize relDegree staticly
2018-12-04 Ilia Mirkinnouveau: set texture upload budget
2018-12-04 Ilia Mirkinnv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX...
2018-12-04 Ilia Mirkinnv50: always keep TSC slot 0 bound
2018-12-01 Karol Herbstnv50,nvc0: Fix gallium nine regression regarding sample...
2018-11-25 Ilia Mirkinnv50/ir: remove dnz flag when converting MAD to ADD...
2018-11-17 Ilia Mirkinnv50/ir/ra: enforce max register requirement, and chang...
2018-11-17 Ilia Mirkinnv50/ir/ra: improve condition for short regs, unify...
2018-11-17 Ilia Mirkinnv50/ir: delete MINMAX instruction that is no longer...
2018-11-07 Karol Herbstgm107/ir: fix compile time warning in getTEXSMask
2018-11-06 Karol Herbstgm107/ir: use scalar tex instructions where possible
2018-11-06 Karol Herbstnv50/ir: add scalar field to TexInstructions
2018-11-06 Karol Herbstnv50/ra: add condenseDef overloads for partial condenses
2018-11-06 Karol Herbstnv50/ir: print color masks of tex instructions
2018-10-30 Eric Engestromnouveau: remove unused class member
2018-10-26 David McFarlandutil: Change remaining uint32 cache ids to sha1
2018-10-25 Rhys Perrynvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to...
2018-10-20 Karol Herbstnv50/ir: fix ConstantFolding::createMul for 64 bit...
2018-10-09 Ilia Mirkinnvc0: fix blitting red to srgb8_alpha
2018-10-09 Ilia Mirkinnv50,nvc0: guard against zero-size blits
2018-10-09 Ilia Mirkinnv50,nvc0: mark RGBX_UINT formats as renderable
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...
next