summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: add shader cap for dldexp/dfracexp supportIlia Mirkin2015-02-191-0/+2
* gallium: add a cap to enable double rounding opcodesIlia Mirkin2015-02-191-0/+4
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-173-0/+3
* nvc0: allow holes in xfb target listsIlia Mirkin2015-02-142-4/+13
* nvc0: bail out of 2d blits with non-A8_UNORM alpha formatsIlia Mirkin2015-02-141-2/+5
* nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediatelyTiziano Bacocco2015-02-102-0/+6
* nv50/ir: Fold IMM into MADRoy Spliet2015-02-101-0/+53
* nv50/ir: Add emit support for MAD IMM formatRoy Spliet2015-02-101-0/+8
* nv50/ir: Add support for MAD 4-byte opcodeRoy Spliet2015-02-102-8/+6
* nv50/ir: change the way float face is returnedIlia Mirkin2015-02-102-4/+6
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-063-0/+3
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-023-0/+3
* nvc0: add name to magic numberIlia Mirkin2015-01-051-2/+2
* nvc0: regenerate rnndb headersIlia Mirkin2015-01-0517-837/+1157
* nv50: regenerate rnndb headersIlia Mirkin2015-01-0511-358/+451
* nv50: enable texture compressionTobias Klausmann2015-01-052-3/+26
* nv50/ir: enable sat modifier for OP_SUBIlia Mirkin2015-01-051-1/+1
* nv50/ir: Add sat modifier for mulRoy Spliet2015-01-052-1/+7
* nv50,nvc0: avoid doing work inside of an assertIlia Mirkin2015-01-052-2/+4
* nv50/ir: fix texture offsets in release buildsIlia Mirkin2015-01-052-2/+4
* nv50/ir: Fold sat into madRoy Spliet2015-01-011-1/+1
* nv50/ir: fold MAD when one of the multiplicands is constIlia Mirkin2015-01-011-0/+23
* nv50,nvc0: set vertex id base to index_biasIlia Mirkin2014-12-305-7/+35
* nv50,nvc0: implement half_pixel_centerTiziano Bacocco2014-12-308-14/+11
* nvc0: add missed PIPE_CAP_VERTEXID_NOBASEIlia Mirkin2014-12-151-0/+1
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-162-0/+2
* gallium: Remove Android files from distribution.Matt Turner2014-12-121-1/+1
* Remove useless checks for NULL before freeingMatt Turner2014-12-085-10/+5