summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* 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: fix program dumping, use _debug_printfIlia Mirkin2019-08-071-6/+6
* nvc0: add support for ATOMC_WRAP TGSI operationsIlia Mirkin2019-08-072-1/+11
* gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer2019-08-063-0/+3
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+2
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-314-6/+6
* 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-2710-49/+15
* nvc0: allow a non-user buffer to be bound at position 0Ilia Mirkin2019-07-271-18/+27
* nv50,nvc0: update sampler/view bind functions to accept NULL arrayIlia Mirkin2019-07-272-14/+18
* nvc0/ir: Fix assert accessing null pointerMark Menzynski2019-07-231-1/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-2228-72/+72
* util: use standard name for snprintf()Eric Engestrom2019-07-191-1/+1
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-103-3/+9
* 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-093-6/+0
* nouveau: handle new CAPSKarol Herbst2019-07-022-0/+26
* nir: Add lower_rotate flag and set to true in all driversSagar Ghuge2019-07-011-0/+1
* gallium: Add CAP for opcode DIVGert Wollny2019-06-303-0/+3
* nir: remove fnot/fxor/fand/for opcodesJonathan Marek2019-06-261-8/+0
* nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.Daniel Schürmann2019-06-241-1/+0
* nouveau: fix frees in unsupported IR error paths.Dave Airlie2019-06-194-0/+6
* u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle2019-06-123-7/+5
* nir: Combine lower_fmod16/32 back into a single lower_fmod.Kenneth Graunke2019-06-051-1/+1
* nouveau: Use nir_lower_doubles instead of lower_fmod64 on nvc0.Kenneth Graunke2019-06-051-2/+1
* gallium: Drop lower_fmod64 from drivers that don't support doubles.Kenneth Graunke2019-06-051-1/+0
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-2/+1
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-233-4/+4
* 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
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-133-5/+6
* nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek2019-05-101-1/+1
* nir: nir_shader_compiler_options: drop native_integersChristian Gmeiner2019-05-072-2/+0
* delete autotools .gitignore filesEric Engestrom2019-04-291-1/+0
* nouveau: support NULL-resourcesErik Faye-Lund2019-04-292-3/+10
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-243-9/+0
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-233-0/+9
* Delete autotoolsDylan Baker2019-04-152-73/+0
* gallium: add support for formatted image loadsRhys Perry2019-04-153-0/+3
* nir: make nir_const_value scalarKarol Herbst2019-04-141-5/+5
* nvc0/nir: enable bindless textureKarol Herbst2019-04-121-1/+1
* 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
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-041-1/+2