summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-02-22gallium/docs: add missing newlinesEric Engestrom1-0/+33
2017-02-22gallium/docs: add missing math formattingEric Engestrom1-0/+4
2017-02-22gallium/docs: fix sublist formattingEric Engestrom1-0/+2
2017-02-21radeonsi: fix issues with monolithic shadersMarek Olšák1-1/+2
2017-02-21radeonsi: set no-signed-zeros-fp-mathMarek Olšák2-1/+5
2017-02-21gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)Marek Olšák3-5/+24
2017-02-21radeonsi: skip TESSINNER/OUTER offchip stores if TES doesn't read themMarek Olšák3-15/+77
2017-02-21radeonsi: skip LDS stores in TCS if there are no LDS output readsMarek Olšák1-1/+16
2017-02-21tgsi/scan: add basic info about tessellation OUT and IN usesMarek Olšák2-0/+34
2017-02-21etnaviv: remove number of pixel pipes validationChristian Gmeiner1-10/+0
2017-02-21etnaviv: move pctx initialisation to avoid a null dereferenceChristian Gmeiner1-6/+6
2017-02-21etnaviv: add missing fallthrough annotationChristian Gmeiner1-0/+1
2017-02-21gallium: do not #include foo.h within extern C {}Emil Velikov1-2/+2
2017-02-21radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIKNicolai Hähnle6-19/+43
2017-02-21radeonsi: handle MultiDrawIndirect in si_get_draw_start_countNicolai Hähnle1-7/+53
2017-02-21winsys/amdgpu: reduce max_alloc_size based on GTT limitsNicolai Hähnle1-2/+4
2017-02-21nvc0: use PascalB for most Pascal boardsBen Skeggs2-1/+9
2017-02-21r300g: only allow byteswapped formats on big endianGrazvydas Ignotas1-0/+5
2017-02-20gallivm: Reenable PPC VSX (v3)Ben Crocker1-1/+13
2017-02-20gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker1-0/+13
2017-02-20gallivm: Improve debug output (V2)Ben Crocker2-1/+18
2017-02-20gallium/u_suballoc: update commentsMarek Olšák1-3/+5
2017-02-20android: radeonsi: fix sid_table.h generated header include pathMauro Rossi1-1/+3
2017-02-19gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák5-6/+14
2017-02-19radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)Marek Olšák1-2/+2
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák14-86/+5
2017-02-18radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/commonMarek Olšák3-24/+6
2017-02-18tgsi/lowering: stop using TGSI_OPCODE_CLAMPMarek Olšák1-4/+13
2017-02-18radeonsi: use R600_RESOURCE_FLAG_UNMAPPABLE where it's desirableMarek Olšák5-26/+50
2017-02-18gallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLEMarek Olšák2-2/+3
2017-02-18gallium/radeon: change r600_aligned_buffer_create to take flags, not bindMarek Olšák2-4/+4
2017-02-18radeonsi: upload constants into VRAM instead of GTTMarek Olšák4-10/+18
2017-02-18gallium/radeon: use TCC line size as alignment in other placesMarek Olšák4-5/+9
2017-02-18radeonsi: use a clever alignment for index buffer uploadsMarek Olšák1-4/+7
2017-02-18radeonsi: use a clever alignment for descriptor uploadsMarek Olšák1-4/+7
2017-02-18radeonsi: use a clever alignment for constant buffer uploadsMarek Olšák5-1/+21
2017-02-18radeonsi: move index buffer flushing into a non-upload indexed caseMarek Olšák1-7/+6
2017-02-18radeonsi: use SI_MAX_ATTRIBS where it should be usedMarek Olšák4-5/+5
2017-02-18radeonsi: sort members of si_shader_key::partMarek Olšák1-6/+6
2017-02-18radeonsi: have separate LS and ES main shader parts in the shader selectorMarek Olšák3-5/+49
2017-02-18radeonsi: don't compile pure monolithic shaders asynchronouslyMarek Olšák1-2/+6
2017-02-18radeonsi: allow unaligned vertex buffer offsets and strides on CIK-VIMarek Olšák1-3/+9
2017-02-18radeonsi: remove the fix_size3 workaroundMarek Olšák3-36/+0
2017-02-18radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loadsMarek Olšák5-6/+60
2017-02-18radeonsi: make fix_fetch an array of uint8_tMarek Olšák5-23/+25
2017-02-18vl: fix a buffer leak in the bicubic filter by using an uploaderMarek Olšák1-16/+11
2017-02-18gallium/hud: create files after graphs are created to get final namesMarek Olšák5-12/+23
2017-02-18gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák5-9/+24
2017-02-18gallium/u_suballoc: use clear_buffer if availableMarek Olšák1-7/+14
2017-02-18gallium/util: correctly unref a buffer in u_prim_restartMarek Olšák1-1/+1