summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* Revert "st/vdpau: Fix multithreading"Thomas Hellstrom2017-02-221-21/+1
* vl: u_upload_alloc might fail to allocate buffer in bicubic filterNayan Deshmukh2017-02-221-3/+5
* gallium: reorder fields in pipe_draw_infoMarek Olšák2017-02-221-23/+26
* gallium/hud: handle a thread switch for API-thread-busy monitoringMarek Olšák2017-02-221-4/+10
* gallium/hud: prevent an infinite loopMarek Olšák2017-02-221-2/+3
* gallium/u_queue: isolate util_queue_fence implementationMarek Olšák2017-02-226-26/+30
* gallium/u_queue: fix random crashes when the app calls exit()Marek Olšák2017-02-222-2/+78
* gallium/vl: Simplify the matrix filter fragment shaderThomas Hellstrom2017-02-221-40/+16
* st/vdpau: Fix multithreadingThomas Hellstrom2017-02-221-1/+21
* gallium/vl: Parameter substitution in the csc matrix computationThomas Hellstrom2017-02-221-12/+17
* gallium/vl: Simplify usage of full range matricesThomas Hellstrom2017-02-221-38/+17
* gallium/vl Fix brightness matrix descriptionThomas Hellstrom2017-02-221-4/+4
* gallium/vl: Don't map vertex buffers on creationThomas Hellstrom2017-02-221-1/+0
* gallium/vl: Add sampler views to video filter fragment shadersThomas Hellstrom2017-02-223-0/+15
* gallium/vl: declare sampler views in compositor shadersThomas Hellstrom2017-02-221-5/+32
* gallium/docs: use imgmath instead of pngmathEric Engestrom2017-02-221-1/+1
* gallium/docs: fix section title formattingEric Engestrom2017-02-221-2/+2
* gallium/docs: add missing newlinesEric Engestrom2017-02-221-0/+33
* gallium/docs: add missing math formattingEric Engestrom2017-02-221-0/+4
* gallium/docs: fix sublist formattingEric Engestrom2017-02-221-0/+2
* radeonsi: fix issues with monolithic shadersMarek Olšák2017-02-211-1/+2
* radeonsi: set no-signed-zeros-fp-mathMarek Olšák2017-02-212-1/+5
* gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)Marek Olšák2017-02-213-5/+24
* radeonsi: skip TESSINNER/OUTER offchip stores if TES doesn't read themMarek Olšák2017-02-213-15/+77
* radeonsi: skip LDS stores in TCS if there are no LDS output readsMarek Olšák2017-02-211-1/+16
* tgsi/scan: add basic info about tessellation OUT and IN usesMarek Olšák2017-02-212-0/+34
* etnaviv: remove number of pixel pipes validationChristian Gmeiner2017-02-211-10/+0
* etnaviv: move pctx initialisation to avoid a null dereferenceChristian Gmeiner2017-02-211-6/+6
* etnaviv: add missing fallthrough annotationChristian Gmeiner2017-02-211-0/+1
* gallium: do not #include foo.h within extern C {}Emil Velikov2017-02-211-2/+2
* radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIKNicolai Hähnle2017-02-216-19/+43
* radeonsi: handle MultiDrawIndirect in si_get_draw_start_countNicolai Hähnle2017-02-211-7/+53
* winsys/amdgpu: reduce max_alloc_size based on GTT limitsNicolai Hähnle2017-02-211-2/+4
* nvc0: use PascalB for most Pascal boardsBen Skeggs2017-02-212-1/+9
* r300g: only allow byteswapped formats on big endianGrazvydas Ignotas2017-02-211-0/+5
* gallivm: Reenable PPC VSX (v3)Ben Crocker2017-02-201-1/+13
* gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker2017-02-201-0/+13
* gallivm: Improve debug output (V2)Ben Crocker2017-02-202-1/+18
* gallium/u_suballoc: update commentsMarek Olšák2017-02-201-3/+5
* android: radeonsi: fix sid_table.h generated header include pathMauro Rossi2017-02-201-1/+3
* gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák2017-02-195-6/+14
* radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)Marek Olšák2017-02-191-2/+2
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-1814-86/+5
* radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/commonMarek Olšák2017-02-183-24/+6
* tgsi/lowering: stop using TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-4/+13
* radeonsi: use R600_RESOURCE_FLAG_UNMAPPABLE where it's desirableMarek Olšák2017-02-185-26/+50
* gallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLEMarek Olšák2017-02-182-2/+3
* gallium/radeon: change r600_aligned_buffer_create to take flags, not bindMarek Olšák2017-02-182-4/+4
* radeonsi: upload constants into VRAM instead of GTTMarek Olšák2017-02-184-10/+18
* gallium/radeon: use TCC line size as alignment in other placesMarek Olšák2017-02-184-5/+9