| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | nv50/ir: print color masks of tex instructions | Karol Herbst | 2018-11-06 | 1 | -4/+33 |
* | nouveau: remove unused class member | Eric Engestrom | 2018-10-30 | 1 | -1/+0 |
* | util: Change remaining uint32 cache ids to sha1 | David McFarland | 2018-10-26 | 1 | -14/+15 |
* | nvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to 1024 on Kepler+ | Rhys Perry | 2018-10-25 | 4 | -3/+11 |
* | nv50/ir: fix ConstantFolding::createMul for 64 bit muls | Karol Herbst | 2018-10-20 | 1 | -1/+1 |
* | nvc0: fix blitting red to srgb8_alpha | Ilia Mirkin | 2018-10-09 | 1 | -0/+4 |
* | nv50,nvc0: guard against zero-size blits | Ilia Mirkin | 2018-10-09 | 2 | -0/+14 |
* | nv50,nvc0: mark RGBX_UINT formats as renderable | Ilia Mirkin | 2018-10-09 | 1 | -4/+4 |
* | nouveau: use build-id when available for disk cache | Timothy Arceri | 2018-10-03 | 1 | -7/+7 |
* | nv50/ir: fix link-time build failure | Rhys Perry | 2018-09-23 | 1 | -1/+1 |
* | nvc0: fix bindless multisampled images on Maxwell+ | Rhys Perry | 2018-09-22 | 3 | -5/+45 |
* | nvc0: warn about changing NVC0_CB_AUX_MP_INFO and NVC0_CB_AUX_DRAW_INFO | Rhys Perry | 2018-09-22 | 1 | -2/+6 |
* | nvc0: Update counter reading shaders to new NVC0_CB_AUX_MP_INFO | Rhys Perry | 2018-09-22 | 1 | -18/+18 |
* | nvir: Always split 64-bit IMAD/IMUL operations | Pierre Moreau | 2018-09-13 | 1 | -1/+1 |
* | nv50,nvc0: warn on not-explicitly-handled caps | Ilia Mirkin | 2018-09-11 | 2 | -14/+26 |
* | gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET | Marek Olšák | 2018-09-07 | 3 | -0/+3 |
* | gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi | Marek Olšák | 2018-09-06 | 3 | -0/+3 |
* | gallium: split depth_clip into depth_clip_near & depth_clip_far | Marek Olšák | 2018-09-06 | 3 | -3/+3 |
* | gallium: Add a helper for implementing PIPE_CAP_* default values. | Eric Anholt | 2018-09-04 | 3 | -9/+9 |
* | nv50: bump compat glsl level to same as core | Ilia Mirkin | 2018-08-29 | 1 | -1/+1 |
* | nvc0: bump compat GLSL version to match core | Ilia Mirkin | 2018-08-29 | 1 | -1/+1 |
* | nv50/ir: silence partitionLoadStore() unused function warning | Rhys Kidd | 2018-08-29 | 1 | -2/+2 |
* | nv50/ir,nvc0: use constant buffers for compute when possible on Kepler+ | Rhys Perry | 2018-08-27 | 2 | -10/+36 |
* | nv50/ir: optimize multiplication by 16-bit immediates into two xmads | Rhys Perry | 2018-08-27 | 1 | -0/+10 |