aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/codegen
Commit message (Expand)AuthorAgeFilesLines
* nvc0: enable EXT_texture_shadow_lodIlia Mirkin2020-03-021-3/+9
* nouveau: Reuse tgsi_get_gl_varying_semantic().Eric Anholt2020-02-051-113/+8
* nouveau: reuse tgsi_get_gl_frag_result_semantic().Eric Anholt2020-02-051-30/+1
* nouveau: Reuse tgsi_get_sysval_semantic().Eric Anholt2020-02-051-115/+3
* glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.Eric Anholt2020-02-054-129/+67
* nir/lower_atomics_to_ssbo: Also lower barriersJason Ekstrand2020-01-131-2/+0
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-131-1/+1
* nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand2020-01-131-0/+2
* gm107/ir: avoid combining geometry shader stores at 0x60Ilia Mirkin2020-01-121-0/+10
* nv50ir/nir: support vec8 and vec16Karol Herbst2019-12-211-1/+3
* nv50/ir: implement global atomics and handle it for nirKarol Herbst2019-12-112-4/+40
* nir: move data.image.access to data.accessMarek Olšák2019-11-191-1/+1
* nv50/ir: fix crash in isUniform for undefined valuesKarol Herbst2019-11-031-0/+2
* nv50/ir: mark STORE destination inputs as usedIlia Mirkin2019-10-301-0/+6
* gm107/ir: fix loading z offset for layered 3d image bindingsIlia Mirkin2019-10-303-53/+193
* nv50/ir: remove DUMMY edge typeKarol Herbst2019-10-174-13/+1
* nvc0: add support for GL_EXT_demote_to_helper_invocationIlia Mirkin2019-10-071-0/+12
* nouveau: set lower_sub = trueDaniel Schürmann2019-09-301-5/+0
* nv50/ir/nir: comparison of integer expressions of different signedness warningKarol Herbst2019-09-231-1/+1
* nv50/ir: fix unnecessary parentheses warningKarol Herbst2019-09-231-1/+1
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-061-1/+1
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-211-20/+40
* nvc0: add support for ATOMC_WRAP TGSI operationsIlia Mirkin2019-08-071-0/+10
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-312-2/+2
* nv50/ir: don't consider the main compute function as taking argumentsIlia Mirkin2019-07-271-1/+1
* nv50/ir: handle insn not being there for definition of CVT argIlia Mirkin2019-07-271-2/+3
* nouveau: flip DEBUG -> !NDEBUGIlia Mirkin2019-07-273-6/+6
* nvc0/ir: Fix assert accessing null pointerMark Menzynski2019-07-231-1/+1
* nv50/ir/nir: implement load/store_globalKarol Herbst2019-07-101-0/+36
* nv50/ir/nir: handle kernel inputsKarol Herbst2019-07-101-3/+18
* nv50/ir/nir: don't assert on !mainKarol Herbst2019-07-101-2/+0
* nv50/ir/nir: parse system values first and stop for compute shadersKarol Herbst2019-07-101-29/+32
* nvc0: remove nvc0_program.tp.input_patch_sizeKarol Herbst2019-07-091-1/+0
* nir: remove fnot/fxor/fand/for opcodesJonathan Marek2019-06-261-8/+0
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-2/+1
* nv50/ir/nir: make use of SYSTEM_VALUE_MAX when iterating read sysvalsKarol Herbst2019-05-131-1/+1
* nv50/ir/nir: prefer to shift 1ull instead of 1llKarol Herbst2019-05-131-2/+2
* nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek2019-05-101-1/+1
* nir: make nir_const_value scalarKarol Herbst2019-04-141-5/+5
* nv50/ir/nir: add support for bindless imagesKarol Herbst2019-04-121-4/+152
* nv50/ir/nir: handle bindless textureKarol Herbst2019-04-121-2/+18
* nir/i965/freedreno/vc4: add a bindless bool to type size functionsTimothy Arceri2019-04-121-2/+2
* nv50/ir/nir: support gather offsetsKarol Herbst2019-03-211-0/+15
* nv50ir/nir: move immediates before useKarol Herbst2019-03-171-18/+41
* nv50/ir/nir: handle user clip planes for each emitted vertexKarol Herbst2019-03-171-1/+7
* nv50/ir/nir: implement intrinsic shader_clockKarol Herbst2019-03-171-0/+8
* nv50/ir/nir: implement load_per_vertex_outputKarol Herbst2019-03-171-0/+23
* nv50/ir/nir: add memory barriersKarol Herbst2019-03-171-0/+21
* nv50/ir/nir: implement imagesKarol Herbst2019-03-171-10/+380
* nv50/ir/nir: implement ssbo intrinsicsKarol Herbst2019-03-171-0/+90