summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)AuthorFilesLines
2024-07-10gallium: remove PIPE_CAP_SHADER_CAN_READ_OUTPUTSRhys Perry1-1/+0
2024-07-07ci: simplify setting .no-auto-retry now that it isn't bundled with unrelated ...Eric Engestrom1-1/+1
2024-07-07ci: split .no-auto-retry out of .scheduled_pipeline-rulesEric Engestrom1-1/+1
2024-06-29build: pass licensing information in SPDX formDavid Heidelberg1-18/+1
2024-06-19nouveau/nvc0: add support for using common pushbuf dumperDave Airlie1-0/+5
2024-06-15nouveau/nvc0: increase overallocation on shader bo to 2KDave Airlie1-3/+4
2024-06-08gallium/u_blitter: add option to override fragment shader for util_blitter_blitMarek Olšák1-1/+1
2024-06-07gallium: stop dropping drawid_offset param with util_draw_indirectMike Blumenkrantz1-1/+1
2024-06-07util: Rename DETECT_OS_UNIX to DETECT_OS_POSIXYonggang Luo1-1/+1
2024-06-06nv50/vbo: wrap draw_vbo to avoid ovehead from multidrawYusuf Khan2-54/+76
2024-06-06nvc0/vbo: wrap draw_vbo for multidraw performanceYusuf Khan1-102/+131
2024-05-23ci/nouveau: adjust and add DEVICE_TYPEDavid Heidelberg1-1/+2
2024-05-23ci/nouveau: separate HW definition from SWDavid Heidelberg2-19/+20
2024-05-23ci/nouveau: move disabled jobs back from include into main gitlab-ci.ymlDavid Heidelberg2-17/+18
2024-05-02nouveau: Fix crash when destination or source screen fences are nullYusuf Khan1-1/+2
2024-03-16Revert "nouveau: add missing vl lib"Eric Engestrom1-1/+1
2024-03-15nouveau/ci: only trigger jobs for relevant changesEric Engestrom1-1/+8
2024-03-15nouveau/ci: fix yaml indentationEric Engestrom1-9/+9
2024-03-15nouveau: add missing vl libEric Engestrom1-1/+1
2024-03-13nouveau/drm: drop unsued chan argument from nouveau_pushbuf_kickKarol Herbst2-2/+2
2024-03-13nouveau/drm: drop immediate parameter from nouveau_pushbuf_newKarol Herbst6-12/+10
2024-03-13nouveau: call glsl_type_singleton_init_or_ref earlierKarol Herbst1-2/+2
2024-03-13nouveau: import libdrm_nouveauKarol Herbst13-26/+31
2024-03-04ci/deqp: use the proper gl/gles releases for deqp-gl*, deqp-gles*, deqp-eglEric Engestrom2-12/+12
2024-02-07gallium: remove take_ownership from set_vertex_buffers, assume it's trueMarek Olšák3-6/+3
2024-01-22nir: rework and fix rotate loweringKarol Herbst1-1/+0
2024-01-16nouveau/ci: don't run nouveau (gl) tests on nvk changesEric Engestrom1-1/+5
2024-01-14gallium: remove unbind_trailing_count from set_vertex_buffersMarek Olšák5-14/+11
2023-12-19ci: bare-metal: poe: Create strutured logsVignesh Raman1-0/+2
2023-12-07nouveau: drop unused #includes of tgsi_parse.hThomas H.P. Andersen2-2/+0
2023-12-06ci: drop containers, builds, and tests from post-merge pipelineEric Engestrom1-0/+2
2023-11-21nouveau: use pipe_shader_from_nirAlyssa Rosenzweig3-9/+6
2023-11-07ci/nouveau: define a kernel and dtb, so we can fetch it from external sourcesDavid Heidelberg1-0/+4
2023-11-03nvc0: implement PIPE_CAP_TIMER_RESOLUTIONKarol Herbst1-0/+3
2023-10-24glsl: Retire dround lowering.Eric Anholt3-5/+0
2023-10-24glsl: Remove int64 div/mod lowering.Eric Anholt2-2/+0
2023-10-19ci/bare-metal: Default our boards to a 20-minute timeout for the whole job.Eric Anholt1-0/+1
2023-09-22ci: separate hiden jobs to -inc.yml filesHelen Koike2-82/+84
2023-08-26nv50: Remove unused valueVinson Lee1-2/+1
2023-08-21nouveau/codegen: Add a 4th optimization level for MemoryOptsGeorge Ouzounoudis2-4/+4
2023-08-18nv50: limit max code uploads to 0x8000Karol Herbst1-1/+1
2023-08-17nouveau: take glsl_type ref unconditionallyKarol Herbst1-5/+4
2023-08-16nouveau: add exported GEM handles to the global listDor Askayo1-0/+15
2023-08-16nv50: fix code uploads bigger than 0x10000 bytesKarol Herbst1-32/+41
2023-08-14gallium: move vertex stride to CSOMike Blumenkrantz11-44/+52
2023-08-14nouveau: calloc vertex csosMike Blumenkrantz3-3/+3
2023-08-12nir: Drop "SSA" from NIR languageAlyssa Rosenzweig1-8/+8
2023-08-11gallium: remove start_slot parameter from pipe_context::set_vertex_buffersYogesh Mohan Marimuthu4-15/+13
2023-08-05nv50/ir: convert system values to gl_system_valueKarol Herbst2-7/+7
2023-08-04n50/compute: submit initial compute state in nv50_screen_createKarol Herbst1-2/+3