summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-123-0/+3
* nv50/ir: only enable mul saturate on G200+Ilia Mirkin2015-05-091-1/+4
* nvc0: reset the instanced elements state when doing blit using 3d engineIlia Mirkin2015-05-091-0/+6
* nvc0: keep track of PGRAPH state in nvc0_screenIlia Mirkin2015-05-094-24/+34
* nv50: keep track of PGRAPH state in nv50_screenIlia Mirkin2015-05-094-30/+36
* util: Move gallium's linked list to utilJason Ekstrand2015-05-086-7/+5
* nv50/ir: only propagate saturate up if some actual folding took placeIlia Mirkin2015-05-081-1/+2
* nv50/ir: add SHL to the list of U32 opcodesIlia Mirkin2015-05-061-0/+1
* nvc0: all queries use an unsigned 64-bits integer by defaultSamuel Pitoiset2015-05-061-5/+7
* nvc0: make begin_query return false when all MP counters are usedSamuel Pitoiset2015-05-061-5/+8
* nvc0: define driver-specific query groupsSamuel Pitoiset2015-05-063-0/+76
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-063-4/+7
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-061-4/+5
* gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset2015-05-061-4/+2
* nvc0/ir: fix predicated PFETCH for realIlia Mirkin2015-04-302-2/+2
* nv50/ir: fix asFlow() const helper for OP_JOINIlia Mirkin2015-04-291-1/+1
* nvc0/ir: fix predicated PFETCH emissionIlia Mirkin2015-04-292-2/+6
* gk110/ir: fix set with a register dest to not auto-set the abs flagIlia Mirkin2015-04-291-1/+1
* nvc0/ir: flush denorms to zero in non-compute shadersIlia Mirkin2015-04-282-1/+25
* nvc0: expose GLSL version 410Ilia Mirkin2015-04-281-1/+1
* gm107/ir: add lane/vertex count sysvalsIlia Mirkin2015-04-271-0/+2
* gk110/ir: add support for writing per-patch and shader outputsIlia Mirkin2015-04-271-7/+3
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-221-3/+1
* nv50,nvc0: limit the y-tiling of 3d textures to the first level's tilingIlia Mirkin2015-04-063-10/+13
* nv50: allocate more offset space for occlusion queriesIlia Mirkin2015-04-041-5/+5
* nv50/ir: avoid folding immediates into imad operationsIlia Mirkin2015-04-021-1/+2
* nv50/ir: fix imad emission when dst == src2Ilia Mirkin2015-04-021-1/+1
* nouveau: synchronize "scratch runout" destruction with the command streamMarcin Ślusarz2015-03-312-19/+37
* nv50/ir/gk110: fix offset flag position for TXD opcodeIlia Mirkin2015-03-271-0/+1
* nv50/ir: take postFactor into account when doing peephole optimizationsIlia Mirkin2015-03-271-4/+8
* gallium/util: remove u_linkageIlia Mirkin2015-03-262-2/+0
* Revert "nv50,nvc0: remove bogus 64_FLOAT formats"Ilia Mirkin2015-03-231-0/+5
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+7
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-163-0/+4
* nvc0: fix wrong max value for driver queriesSamuel Pitoiset2015-03-091-4/+3
* nouveau: Fix build, invalid extern "C" around header inclusion.Mark Janes2015-03-061-2/+0
* nv50,nvc0: remove bogus 64_FLOAT formatsIlia Mirkin2015-03-061-5/+0
* nvc0: enable double supportIlia Mirkin2015-02-201-2/+2
* nvc0/ir: remove merge/split pairs to allow normal propagation to occurIlia Mirkin2015-02-201-0/+30
* nvc0/ir: add support for new TGSI double opcodesIlia Mirkin2015-02-201-0/+236
* nvc0/ir: handle zero and negative sqrt argumentsIlia Mirkin2015-02-201-2/+14
* nvc0/ir: no instruction can load a double immediateIlia Mirkin2015-02-201-0/+2
* nvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64Ilia Mirkin2015-02-205-16/+40
* gm107/ir: fix F2F flipped stype/dtype flagsIlia Mirkin2015-02-201-2/+2
* gm107/ir: fix DSET boolean float flagIlia Mirkin2015-02-201-0/+1
* gm107/ir: fix DMUL opcode encodingIlia Mirkin2015-02-201-3/+3
* gk110/ir: add emission of dadd/dmul/dmad opcodesIlia Mirkin2015-02-201-3/+77
* nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmaxIlia Mirkin2015-02-201-3/+63
* gallium: add new double-related shader caps to all the gettersIlia Mirkin2015-02-202-0/+10
* nv50: add PIPELINE_STATISTICS query support, based on nvc0Ilia Mirkin2015-02-192-2/+27