summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: mark STORE destination inputs as usedIlia Mirkin2019-10-311-0/+6
* gm107/ir: fix loading z offset for layered 3d image bindingsIlia Mirkin2019-10-314-54/+202
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-282-5/+5
* util: remove LIST_DEL macroTimothy Arceri2019-10-283-7/+7
* util: remove LIST_ADD macroTimothy Arceri2019-10-282-4/+4
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-282-3/+3
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-283-6/+6
* nv50/ir: remove DUMMY edge typeKarol Herbst2019-10-174-13/+1
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-142-2/+2
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-103-6/+0
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-102-0/+2
* nvc0: add support for GL_EXT_demote_to_helper_invocationIlia Mirkin2019-10-073-0/+14
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-0710-15/+15
* meson: use idep_nir instead of libnir in libnouveauEric Engestrom2019-10-071-3/+4
* nouveau: set lower_sub = trueDaniel Schürmann2019-09-303-6/+2
* nouveau: add idep_nir_headers as dep for libnouveauStephen Barber2019-09-241-2/+2
* 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
* nvc0: expose spirv supportKarol Herbst2019-09-214-3/+26
* 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