aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-1/+1
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-132-2/+2
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-295-2/+5
* nv50,nvc0: update with latest capsIlia Mirkin2020-04-162-1/+15
* nvc0: enable GL_NV_viewport_array2Ilia Mirkin2020-04-158-2/+21
* 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: don't try to upload MSAA settings for BUFFER texturesIlia Mirkin2020-04-031-1/+1
* 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