summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv30
AgeCommit message (Expand)AuthorFilesLines
2024-03-13nouveau: import libdrm_nouveauKarol Herbst1-2/+2
2024-02-07gallium: remove take_ownership from set_vertex_buffers, assume it's trueMarek Olšák1-2/+1
2024-01-22nir: rework and fix rotate loweringKarol Herbst1-1/+0
2024-01-14gallium: remove unbind_trailing_count from set_vertex_buffersMarek Olšák3-6/+3
2023-10-24glsl: Retire dround lowering.Eric Anholt1-2/+0
2023-10-24glsl: Remove int64 div/mod lowering.Eric Anholt1-1/+0
2023-08-14gallium: move vertex stride to CSOMike Blumenkrantz3-10/+12
2023-08-14nouveau: calloc vertex csosMike Blumenkrantz1-1/+1
2023-08-11gallium: remove start_slot parameter from pipe_context::set_vertex_buffersYogesh Mohan Marimuthu2-3/+3
2023-07-10gallium: remove PIPE_CAP_CLEAR_TEXTUREItalo Nicola1-1/+0
2023-06-27util: include "util/compiler.h" instead of "pipe/p_compiler.h"Yonggang Luo1-1/+1
2023-06-27treewide: Replace the usage of ubyte/ushort with uint8_t/uint16_tYonggang Luo1-4/+4
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-1/+1
2023-06-16nouveau: eliminate busy waiting on fencesKarol Herbst1-1/+5
2023-06-13treewide: Remove use_scoped_barrierAlyssa Rosenzweig1-1/+0
2023-06-13ntt: Use scoped barriersAlyssa Rosenzweig1-0/+1
2023-06-12gallium: Drop PIPE_SHADER_CAP_PREFERRED_IR.Emma Anholt1-4/+0
2023-06-12nouveau: Delete the NV50_PROG_USE_TGSI env var.Emma Anholt1-2/+2
2023-06-03compiler: Rename shader_prim to mesa_prim and replace all usage of pipe_prim_...Yonggang Luo3-3/+3
2023-05-25nouveau: remove unused tgsi includesThomas H.P. Andersen2-4/+0
2023-04-06glsl: Drop PIPE_SHADER_CAP_DFRACEXP_DLDEXP_SUPPORTED.Emma Anholt1-2/+0
2023-04-06glsl: Retire ldexp lowering in favor of the nir lowering flag.Emma Anholt1-2/+0
2023-01-03nv30: Fix an offset for vbos being applied to a buffer twiceAdam Stylinski1-2/+2
2022-11-19util: Move src/gallium/include/pipe/p_format.h to src/util/format/u_formats.hYonggang Luo1-1/+1
2022-10-26nouveau: put nv04 push macros in nouveau_winsysYusuf Khan1-14/+0
2022-10-15mesa/st: rip out point-sprite capErik Faye-Lund1-1/+0
2022-10-10gallium: normalized_coords -> unnormalized_coordsErik Faye-Lund2-5/+5
2022-08-31gallium,glsl: Delete PIPE_CAP_VERTEXID_NOBASE and lower_vertex_id.Emma Anholt1-1/+0
2022-08-30nouveau: make fencing race freeKarol Herbst1-4/+4
2022-08-30nouveau: per context client and pushbufKarol Herbst16-22/+31
2022-08-30nouveau/fence: per context fenceKarol Herbst4-11/+9
2022-08-30nouveau/fence: make the fence struct part of the fence APIKarol Herbst1-1/+1
2022-08-30nouveau: use PUSH_KICK instead of nouveau_pushbuf_kickKarol Herbst1-2/+1
2022-08-30nouveau: wrap nouveau_pushbuf_refnKarol Herbst3-20/+7
2022-08-30nouveau: wrap nouveau_pushbuf_validateKarol Herbst1-1/+1
2022-08-30nouveau: wrap all nouveau_pushbuf_space callsKarol Herbst2-7/+7
2022-08-30nouveau: wrap nouveau_bo_mapKarol Herbst3-4/+4
2022-08-30nouveau: move nouveau_context initialization to common codeKarol Herbst1-11/+3
2022-08-30nouveau: use the contexts pushbuf and client where possibleKarol Herbst1-2/+2
2022-08-19nv30: Fix non-scissored clears after a scissor has been setGlenn Kennard2-1/+24
2022-08-10nouveau: implement and enable PIPE_CAP_QUERY_MEMORY_INFOYusuf Khan1-1/+1
2022-07-28nouveau: use existing list_first_entry() macro instead of re-writing itEric Engestrom1-4/+1
2022-07-28util/list: rename LIST_ENTRY() to list_entry()Eric Engestrom1-3/+3
2022-06-10gallium: Rename PIPE_CAP_TGSI_LEGACY_MATH_RULES to drop "TGSI"Emma Anholt1-1/+1
2022-06-10gallium: Rename MUL_ZERO_WINS to LEGACY_MATH_RULES.Emma Anholt1-1/+1
2022-06-07gallium: rename PIPE_CAP_MAX_SHADER_BUFFER_SIZE -> *_UINTMarek Olšák1-1/+1
2022-06-07gallium: rename PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE->MAX_TEXEL_BUFFER_ELEMENTS_UINTMarek Olšák1-1/+1
2022-06-07gallium: rename PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE to *_BUFFER0_*Marek Olšák1-2/+2
2022-06-07gallium+glsl: Remove EmitNoSat/PIPE_CAP_VERTEX_SHADER_SATURATEEmma Anholt1-1/+0
2022-06-07nouveau/nv30: Make sure fsat is lowered in the VS.Emma Anholt1-0/+2