aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts2020-06-221-0/+1
* nvc0: enable spirv caps with nirKarol Herbst2020-06-221-1/+2
* nv50/ir/nir: move away from image_deref intrinsicsKarol Herbst2020-06-181-0/+4
* nvc0: initial support for tu1xxBen Skeggs2020-06-1010-38/+1122
* nvc0: initial support for gv100Ben Skeggs2020-06-108-34/+566
* nvc0: remove hardcoded blitter vertprogBen Skeggs2020-06-101-73/+39
* nvc0: move setting of entrypoint for a shader stage to a functionBen Skeggs2020-06-103-14/+23
* nvc0: use NVIDIA headers for GP100- compute QMDBen Skeggs2020-06-105-141/+876
* nvc0: use NVIDIA headers for GK104->GM2xx compute QMDBen Skeggs2020-06-106-160/+1077
* nvir/nir: move nir options to codegenBen Skeggs2020-06-101-63/+4
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-021-0/+2
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-1/+1
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-1/+1
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-292-0/+2
* nv50,nvc0: update with latest capsIlia Mirkin2020-04-161-0/+6
* nvc0: enable GL_NV_viewport_array2Ilia Mirkin2020-04-155-2/+15
* Revert "nvc0: fix line width on GM20x+"Karol Herbst2020-04-151-4/+1
* nvc0: enable ASTC and ETC on GM20BKarol Herbst2020-04-151-5/+3
* nvc0: add NV_viewport_swizzle support for GM200+Ilia Mirkin2020-04-123-0/+14
* nv50, nvc0: fix must_check warning of util_dynarray_resize_bytesKarol Herbst2020-03-271-3/+7
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-101-3/+10
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-101-10/+3
* nvc0: enable EXT_texture_shadow_lodIlia Mirkin2020-03-021-1/+1
* nv50,nvc0: add newly added PIPE_CAP's to listIlia Mirkin2020-03-021-0/+17
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-041-3/+1
* nouveau/nvc0: add extern keyword to nvc0_miptree_vtbl.Timur Kristóf2020-01-211-1/+1
* nvc0: disable xfb's which don't have a strideIlia Mirkin2020-01-151-4/+4
* nvc0: treat all draws without color0 broadcast as MRTIlia Mirkin2020-01-121-1/+1
* nvc0: add dummy reset status supportIlia Mirkin2020-01-122-1/+8
* nv50,nvc0: fix destination coordinates of blitIlia Mirkin2020-01-121-2/+14
* nouveau: request ufind_msb64 lowering in the frontend.Dave Airlie2019-11-221-1/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-149-10/+10
* gm107/ir: fix loading z offset for layered 3d image bindingsIlia Mirkin2019-10-301-1/+9
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-141-1/+1
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-2/+0
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-101-0/+1
* nvc0: add support for GL_EXT_demote_to_helper_invocationIlia Mirkin2019-10-071-0/+1
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-077-9/+9
* nouveau: set lower_sub = trueDaniel Schürmann2019-09-301-1/+1
* nvc0: expose spirv supportKarol Herbst2019-09-212-3/+17
* nvc0: fix program dumping, use _debug_printfIlia Mirkin2019-08-071-6/+6
* nvc0: add support for ATOMC_WRAP TGSI operationsIlia Mirkin2019-08-071-1/+1
* gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer2019-08-061-0/+1
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-3/+3
* nouveau: flip DEBUG -> !NDEBUGIlia Mirkin2019-07-272-7/+7
* 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-271-8/+10
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-2210-34/+34
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* nvc0: remove nvc0_program.tp.input_patch_sizeKarol Herbst2019-07-092-5/+0