| Commit message (Expand) | Author | Age | Files | Lines |
* | nouveau/codegen: add missing values for OP_TXLQ into the target arrays | Ilia Mirkin | 2014-04-19 | 2 | -7/+9 |
* | nvc0: add support for texture gather | Ilia Mirkin | 2014-04-07 | 3 | -4/+20 |
* | nvc0: enable texture query lod | Ilia Mirkin | 2014-04-07 | 3 | -0/+53 |
* | nv50: enable texture query lod | Ilia Mirkin | 2014-04-07 | 5 | -0/+32 |
* | nvc0/ir: move sample id to second source arg to fix sampler2DMS | Ilia Mirkin | 2014-03-20 | 2 | -4/+12 |
* | nv50/ir/gk110: add postfactor support for fmul | Ilia Mirkin | 2014-03-18 | 1 | -0/+2 |
* | nv50/ir/gk110: set not modifier on first source of logic op | Ilia Mirkin | 2014-03-18 | 1 | -3/+2 |
* | nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supported | Ilia Mirkin | 2014-03-18 | 1 | -17/+6 |
* | nv50/ir/gk110: add 64/128-bit fetch/export support | Ilia Mirkin | 2014-03-18 | 2 | -7/+4 |
* | nv50/ir/gk110: fix handling of OP_SUB for floating point ops | Ilia Mirkin | 2014-03-18 | 1 | -1/+6 |
* | nv50/ir/gk110: presin/preex2 take their source at bit 23 | Ilia Mirkin | 2014-03-18 | 1 | -1/+1 |
* | nv50/ir/gk110: add implementations of div u32/s32 | Ilia Mirkin | 2014-03-18 | 2 | -5/+162 |
* | nv50/ir/gk110: implement quadop | Ilia Mirkin | 2014-03-18 | 1 | -1/+11 |
* | nv50/ir/gk110: fill in mov from predicate | Ilia Mirkin | 2014-03-18 | 1 | -1/+5 |
* | nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txf | Ilia Mirkin | 2014-03-18 | 1 | -4/+8 |
* | nv50/ir/gk110: fix setting texture for txd/txf/txq | Ilia Mirkin | 2014-03-18 | 1 | -9/+8 |
* | nv50/ir/gk110: add texcsaa implementation | Ilia Mirkin | 2014-03-18 | 1 | -1/+11 |
* | nv50/ir/gk110: add pfetch support | Ilia Mirkin | 2014-03-18 | 1 | -1/+9 |
* | nv50/ir/gk110: add emit/restart implementations | Ilia Mirkin | 2014-03-18 | 1 | -1/+8 |
* | nv50/ir/gk110: add missing break in sched emit | Ilia Mirkin | 2014-03-18 | 1 | -1/+1 |
* | nv50/ir/gk110: implement partial txq support | Ilia Mirkin | 2014-03-18 | 1 | -1/+27 |
* | nv50/ir/gk110: fill out texture instruction support | Ilia Mirkin | 2014-03-18 | 1 | -13/+20 |
* | nv50/ir/gk110: fix control flow opcode emission, add sat flag | Ilia Mirkin | 2014-03-18 | 1 | -22/+18 |
* | nv30: remove nv30_context use from nvfx_*prog | Ilia Mirkin | 2014-02-26 | 1 | -1/+1 |
* | nv50: enable txg where supported | Ilia Mirkin | 2014-02-25 | 2 | -1/+6 |
* | nv50: enable cube map array texture support | Ilia Mirkin | 2014-02-25 | 1 | -2/+3 |
* | nv50/ir/ra: fix SpillCodeInserter::offsetSlot usage | Christoph Bumiller | 2014-02-22 | 1 | -7/+7 |
* | nv50: implement multiple viewports/scissors, enable ARB_viewport_array | Ilia Mirkin | 2014-02-12 | 1 | -0/+1 |
* | nv50/ir/ra: some register spilling fixes | Christoph Bumiller | 2014-02-09 | 1 | -5/+34 |
* | nvc0: handle TGSI_SEMANTIC_LAYER | Christoph Bumiller | 2014-02-07 | 3 | -3/+2 |
* | nvc0/ir/emit: hardcode vertex output stream to 0 for now | Christoph Bumiller | 2014-02-07 | 1 | -2/+7 |
* | nouveau/codegen: allow tex offsets on non-TXF instructions (e.g. TXL) | Ilia Mirkin | 2014-02-06 | 1 | -0/+8 |
* | nv50: add support for texelFetch'ing MS textures, ARB_texture_multisample | Ilia Mirkin | 2014-01-27 | 3 | -0/+69 |
* | nv50: handle gl_Layer writes in GP | Ilia Mirkin | 2014-01-27 | 1 | -0/+1 |
* | nv50/ir: add support for gl_PrimitiveIDIn | Ilia Mirkin | 2014-01-27 | 3 | -5/+11 |
* | nv50/ir: fix support for shader input + immediate in gp | Ilia Mirkin | 2014-01-27 | 2 | -1/+7 |
* | nv50/ir: disallow shader input + cbuf in same instruction in gp | Ilia Mirkin | 2014-01-27 | 1 | -1/+6 |
* | nv50/ir: disallow predicates on emit/restart ops | Ilia Mirkin | 2014-01-27 | 1 | -1/+2 |
* | nv50: add support for geometry shaders | Bryan Cain | 2014-01-27 | 1 | -6/+19 |
* | nv50/ir: delay calculation of indirect addresses | Bryan Cain | 2014-01-27 | 3 | -13/+136 |
* | nv50/ir: fix PFETCH and add RDSV to get VSTRIDE for GPs | Christoph Bumiller | 2014-01-27 | 3 | -5/+59 |
* | nv50/ir: txg not available on nvaa/nvac | Ilia Mirkin | 2014-01-27 | 1 | -1/+1 |
* | nouveau/codegen: set dType to S32 for OP_NEG U32 | Ilia Mirkin | 2014-01-27 | 3 | -7/+27 |
* | nv50: TXF already has integer arguments, don't try to convert from f32 | Ilia Mirkin | 2013-12-09 | 1 | -7/+9 |
* | nvc0: fixup gk110 and up not being listed in various switch statements | Ben Skeggs | 2013-12-06 | 3 | -7/+15 |
* | nouveau: fix regression since float comparison instructions (v2) | Dave Airlie | 2013-09-16 | 6 | -14/+14 |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 32 | -0/+27861 |