| Commit message (Expand) | Author | Age | Files | Lines |
* | drm-uapi: use local files, not system libdrm | Eric Engestrom | 2019-02-14 | 6 | -6/+6 |
* | nvc0: we have 16k-sized framebuffers, fix default scissors | Ilia Mirkin | 2019-02-10 | 1 | -2/+2 |
* | nouveau: Silence unhandled cap warnings | Kenneth Graunke | 2019-02-08 | 2 | -0/+2 |
* | gallium: add PIPE_CAP_MAX_VARYINGS | Karol Herbst | 2019-02-07 | 3 | -12/+12 |
* | nvc0: add compute invocation counter | Rhys Perry | 2019-02-06 | 8 | -4/+207 |
* | gm107/ir: add fp64 rsq | Karol Herbst | 2019-02-06 | 3 | -3/+128 |
* | gm107/ir: add fp64 rcp | Karol Herbst | 2019-02-06 | 3 | -4/+270 |
* | gk104/ir: Use the new rcp/rsq in library | Karol Herbst | 2019-02-06 | 3 | -15/+334 |
* | gk110/ir: Use the new rcp/rsq in library | Boyan Ding | 2019-02-06 | 5 | -0/+42 |
* | gk110/ir: Add rsq f64 implementation | Boyan Ding | 2019-02-06 | 2 | -2/+109 |
* | gk110/ir: Add rcp f64 implementation | Boyan Ding | 2019-02-06 | 2 | -4/+235 |
* | nvc0: stick zero values for the compute invocation counts | Ilia Mirkin | 2019-02-06 | 1 | -0/+2 |
* | nv50,nvc0: use condition for occlusion queries when already complete | Ilia Mirkin | 2019-02-06 | 6 | -28/+25 |
* | nvc0: fix 3d images on kepler | Ilia Mirkin | 2019-02-06 | 2 | -35/+34 |
* | nvc0/ir: fix second tex argument after levelZero optimization | Ilia Mirkin | 2019-02-06 | 2 | -25/+24 |
* | nvc0/ir: always use CG mode for loads from atomic-only buffers | Ilia Mirkin | 2019-02-06 | 1 | -2/+12 |
* | nvc0: add support for handling indirect draws with attrib conversion | Ilia Mirkin | 2019-02-06 | 3 | -1/+82 |
* | nvc0/ir: replace cvt instructions with add to improve shader performance | Karol Herbst | 2019-02-05 | 2 | -0/+64 |
* | nv50,nvc0: add explicit settings for recent caps | Ilia Mirkin | 2019-02-04 | 2 | -0/+4 |
* | nvc0: don't put text segment into bufctx | Ilia Mirkin | 2019-01-27 | 6 | -13/+16 |
* | nv50,nvc0: mark textures dirty on fb update | Ilia Mirkin | 2019-01-22 | 2 | -2/+4 |
* | nv50,nvc0: add missing CAPs for unsupported features | Rhys Kidd | 2019-01-20 | 2 | -0/+4 |
* | gm107/ir: disable TEXS for tex with derivAll set | Karol Herbst | 2019-01-18 | 2 | -1/+3 |
* | nv50/ir: disable tryCollapseChainedMULs in ConstantFolding for precise instru... | Karol Herbst | 2019-01-18 | 1 | -1/+1 |
* | nv30: disable rendering to 3D textures | Ilia Mirkin | 2019-01-01 | 1 | -0/+6 |
* | nv30: fix some s3tc layout issues | Ilia Mirkin | 2018-12-30 | 2 | -7/+26 |
* | nv30: use correct helper to get blocks in y direction | Ilia Mirkin | 2018-12-30 | 1 | -1/+1 |
* | nv30: add support for multi-layer transfers | Ilia Mirkin | 2018-12-30 | 1 | -4/+35 |
* | nv30: fix rare issue with fp unbinding not finding the bufctx | Ilia Mirkin | 2018-12-30 | 1 | -1/+1 |
* | nv30: avoid setting user_priv without setting cur_ctx | Ilia Mirkin | 2018-12-30 | 1 | -3/+1 |
* | nv50,nvc0: add missing CAPs for unsupported features | Ilia Mirkin | 2018-12-26 | 2 | -0/+3 |
* | nvc0: enable GL_NV_shader_atomic_float on pre-Maxwell | Ilia Mirkin | 2018-12-26 | 1 | -0/+2 |
* | nv50/ir: add support for converting ATOMFADD to proper ir | Ilia Mirkin | 2018-12-26 | 1 | -0/+4 |
* | nvc0: always keep TSC slot 0 bound to fix TXF | Ilia Mirkin | 2018-12-14 | 2 | -0/+21 |
* | nvc0: replace use of explicit default_tsc with entry 0 | Ilia Mirkin | 2018-12-14 | 6 | -22/+25 |
* | nv50/ir: fix use-after-free in ConstantFolding::visit | Karol Herbst | 2018-12-09 | 1 | -33/+49 |
* | nouveau: use atomic operations for driver statistics | Karol Herbst | 2018-12-09 | 1 | -3/+4 |
* | nv50/ir: initialize relDegree staticly | Karol Herbst | 2018-12-09 | 1 | -7/+16 |
* | nouveau: set texture upload budget | Ilia Mirkin | 2018-12-03 | 3 | -3/+6 |
* | nv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET | Ilia Mirkin | 2018-12-03 | 2 | -0/+4 |
* | nv50: always keep TSC slot 0 bound | Ilia Mirkin | 2018-12-03 | 3 | -0/+31 |
* | nv50,nvc0: Fix gallium nine regression regarding sampler bindings | Karol Herbst | 2018-12-02 | 2 | -16/+12 |
* | nv50/ir: remove dnz flag when converting MAD to ADD due to optimizations | Ilia Mirkin | 2018-11-24 | 1 | -0/+3 |
* | nv50/ir/ra: enforce max register requirement, and change spill order | Ilia Mirkin | 2018-11-16 | 4 | -16/+26 |
* | nv50/ir/ra: improve condition for short regs, unify with cond for 16-bit | Ilia Mirkin | 2018-11-16 | 1 | -7/+7 |
* | nv50/ir: delete MINMAX instruction that is no longer in the BB | Ilia Mirkin | 2018-11-16 | 1 | -1/+1 |
* | gm107/ir: fix compile time warning in getTEXSMask | Karol Herbst | 2018-11-07 | 1 | -0/+1 |
* | gm107/ir: use scalar tex instructions where possible | Karol Herbst | 2018-11-06 | 2 | -3/+317 |
* | nv50/ir: add scalar field to TexInstructions | Karol Herbst | 2018-11-06 | 2 | -1/+6 |
* | nv50/ra: add condenseDef overloads for partial condenses | Karol Herbst | 2018-11-06 | 1 | -8/+21 |