aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-146-6/+6
* nvc0: we have 16k-sized framebuffers, fix default scissorsIlia Mirkin2019-02-101-2/+2
* nouveau: Silence unhandled cap warningsKenneth Graunke2019-02-082-0/+2
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-073-12/+12
* nvc0: add compute invocation counterRhys Perry2019-02-068-4/+207
* gm107/ir: add fp64 rsqKarol Herbst2019-02-063-3/+128
* gm107/ir: add fp64 rcpKarol Herbst2019-02-063-4/+270
* gk104/ir: Use the new rcp/rsq in libraryKarol Herbst2019-02-063-15/+334
* gk110/ir: Use the new rcp/rsq in libraryBoyan Ding2019-02-065-0/+42
* gk110/ir: Add rsq f64 implementationBoyan Ding2019-02-062-2/+109
* gk110/ir: Add rcp f64 implementationBoyan Ding2019-02-062-4/+235
* nvc0: stick zero values for the compute invocation countsIlia Mirkin2019-02-061-0/+2
* nv50,nvc0: use condition for occlusion queries when already completeIlia Mirkin2019-02-066-28/+25
* nvc0: fix 3d images on keplerIlia Mirkin2019-02-062-35/+34
* nvc0/ir: fix second tex argument after levelZero optimizationIlia Mirkin2019-02-062-25/+24
* nvc0/ir: always use CG mode for loads from atomic-only buffersIlia Mirkin2019-02-061-2/+12
* nvc0: add support for handling indirect draws with attrib conversionIlia Mirkin2019-02-063-1/+82
* nvc0/ir: replace cvt instructions with add to improve shader performanceKarol Herbst2019-02-052-0/+64
* nv50,nvc0: add explicit settings for recent capsIlia Mirkin2019-02-042-0/+4
* nvc0: don't put text segment into bufctxIlia Mirkin2019-01-276-13/+16
* nv50,nvc0: mark textures dirty on fb updateIlia Mirkin2019-01-222-2/+4
* nv50,nvc0: add missing CAPs for unsupported featuresRhys Kidd2019-01-202-0/+4
* gm107/ir: disable TEXS for tex with derivAll setKarol Herbst2019-01-182-1/+3
* nv50/ir: disable tryCollapseChainedMULs in ConstantFolding for precise instru...Karol Herbst2019-01-181-1/+1
* nv30: disable rendering to 3D texturesIlia Mirkin2019-01-011-0/+6
* nv30: fix some s3tc layout issuesIlia Mirkin2018-12-302-7/+26
* nv30: use correct helper to get blocks in y directionIlia Mirkin2018-12-301-1/+1
* nv30: add support for multi-layer transfersIlia Mirkin2018-12-301-4/+35
* nv30: fix rare issue with fp unbinding not finding the bufctxIlia Mirkin2018-12-301-1/+1
* nv30: avoid setting user_priv without setting cur_ctxIlia Mirkin2018-12-301-3/+1
* nv50,nvc0: add missing CAPs for unsupported featuresIlia Mirkin2018-12-262-0/+3
* nvc0: enable GL_NV_shader_atomic_float on pre-MaxwellIlia Mirkin2018-12-261-0/+2
* nv50/ir: add support for converting ATOMFADD to proper irIlia Mirkin2018-12-261-0/+4
* nvc0: always keep TSC slot 0 bound to fix TXFIlia Mirkin2018-12-142-0/+21
* nvc0: replace use of explicit default_tsc with entry 0Ilia Mirkin2018-12-146-22/+25
* nv50/ir: fix use-after-free in ConstantFolding::visitKarol Herbst2018-12-091-33/+49
* nouveau: use atomic operations for driver statisticsKarol Herbst2018-12-091-3/+4
* nv50/ir: initialize relDegree staticlyKarol Herbst2018-12-091-7/+16
* nouveau: set texture upload budgetIlia Mirkin2018-12-033-3/+6
* nv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSETIlia Mirkin2018-12-032-0/+4
* nv50: always keep TSC slot 0 boundIlia Mirkin2018-12-033-0/+31
* nv50,nvc0: Fix gallium nine regression regarding sampler bindingsKarol Herbst2018-12-022-16/+12
* nv50/ir: remove dnz flag when converting MAD to ADD due to optimizationsIlia Mirkin2018-11-241-0/+3
* nv50/ir/ra: enforce max register requirement, and change spill orderIlia Mirkin2018-11-164-16/+26
* nv50/ir/ra: improve condition for short regs, unify with cond for 16-bitIlia Mirkin2018-11-161-7/+7
* nv50/ir: delete MINMAX instruction that is no longer in the BBIlia Mirkin2018-11-161-1/+1
* gm107/ir: fix compile time warning in getTEXSMaskKarol Herbst2018-11-071-0/+1
* gm107/ir: use scalar tex instructions where possibleKarol Herbst2018-11-062-3/+317
* nv50/ir: add scalar field to TexInstructionsKarol Herbst2018-11-062-1/+6
* nv50/ra: add condenseDef overloads for partial condensesKarol Herbst2018-11-061-8/+21