aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* nv50, nvc0: fix must_check warning of util_dynarray_resize_bytesKarol Herbst2020-03-272-6/+14
* nv50: remove unused variableErik Faye-Lund2020-03-271-2/+0
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-102-6/+20
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-102-20/+6
* nvc0: enable EXT_texture_shadow_lodIlia Mirkin2020-03-022-4/+10
* nv50,nvc0: add newly added PIPE_CAP's to listIlia Mirkin2020-03-022-0/+34
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-273-6/+3
* 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
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-044-17/+5
* nv50: report max lod bias of 15.0Ilia Mirkin2020-02-021-1/+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
* 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
* nvc0: treat all draws without color0 broadcast as MRTIlia Mirkin2020-01-121-1/+1
* gm107/ir: avoid combining geometry shader stores at 0x60Ilia Mirkin2020-01-121-0/+10
* nvc0: add dummy reset status supportIlia Mirkin2020-01-122-1/+8
* nv50,nvc0: fix destination coordinates of blitIlia Mirkin2020-01-122-10/+18
* 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
* nouveau: request ufind_msb64 lowering in the frontend.Dave Airlie2019-11-221-1/+1
* nir: move data.image.access to data.accessMarek Olšák2019-11-191-1/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1431-35/+35
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-052-2/+2
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-052-2/+2
* 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-304-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