freedreno: Plumb pipe_screen through to irX_tgsi_to_nir.
[mesa.git] / src / gallium / drivers / nouveau /
2019-02-22 Ilia Mirkinnv50: disable compute
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-11 Ilia Mirkinnvc0: we have 16k-sized framebuffers, fix default scissors
2019-02-09 Kenneth Graunkenouveau: Silence unhandled cap warnings
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-02-07 Rhys Perrynvc0: add compute invocation counter
2019-02-07 Karol Herbstgm107/ir: add fp64 rsq
2019-02-07 Karol Herbstgm107/ir: add fp64 rcp
2019-02-07 Karol Herbstgk104/ir: Use the new rcp/rsq in library
2019-02-07 Boyan Dinggk110/ir: Use the new rcp/rsq in library
2019-02-07 Boyan Dinggk110/ir: Add rsq f64 implementation
2019-02-07 Boyan Dinggk110/ir: Add rcp f64 implementation
2019-02-07 Ilia Mirkinnvc0: stick zero values for the compute invocation...
2019-02-07 Ilia Mirkinnv50,nvc0: use condition for occlusion queries when...
2019-02-07 Ilia Mirkinnvc0: fix 3d images on kepler
2019-02-07 Ilia Mirkinnvc0/ir: fix second tex argument after levelZero optimi...
2019-02-07 Ilia Mirkinnvc0/ir: always use CG mode for loads from atomic-only...
2019-02-07 Ilia Mirkinnvc0: add support for handling indirect draws with...
2019-02-05 Karol Herbstnvc0/ir: replace cvt instructions with add to improve...
2019-02-05 Ilia Mirkinnv50,nvc0: add explicit settings for recent caps
2019-01-28 Ilia Mirkinnvc0: don't put text segment into bufctx
2019-01-23 Ilia Mirkinnv50,nvc0: mark textures dirty on fb update
2019-01-20 Rhys Kiddnv50,nvc0: add missing CAPs for unsupported features
2019-01-18 Karol Herbstgm107/ir: disable TEXS for tex with derivAll set
2019-01-18 Karol Herbstnv50/ir: disable tryCollapseChainedMULs in ConstantFold...
2019-01-01 Ilia Mirkinnv30: disable rendering to 3D textures
2018-12-31 Ilia Mirkinnv30: fix some s3tc layout issues
2018-12-31 Ilia Mirkinnv30: use correct helper to get blocks in y direction
2018-12-31 Ilia Mirkinnv30: add support for multi-layer transfers
2018-12-31 Ilia Mirkinnv30: fix rare issue with fp unbinding not finding...
2018-12-31 Ilia Mirkinnv30: avoid setting user_priv without setting cur_ctx
2018-12-27 Ilia Mirkinnv50,nvc0: add missing CAPs for unsupported features
2018-12-27 Ilia Mirkinnvc0: enable GL_NV_shader_atomic_float on pre-Maxwell
2018-12-27 Ilia Mirkinnv50/ir: add support for converting ATOMFADD to proper ir
2018-12-15 Ilia Mirkinnvc0: always keep TSC slot 0 bound to fix TXF
2018-12-15 Ilia Mirkinnvc0: replace use of explicit default_tsc with entry 0
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
next