aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: use a clever alignment for index buffer uploadsMarek Olšák2017-02-181-4/+7
* radeonsi: use a clever alignment for descriptor uploadsMarek Olšák2017-02-181-4/+7
* radeonsi: use a clever alignment for constant buffer uploadsMarek Olšák2017-02-185-1/+21
* radeonsi: move index buffer flushing into a non-upload indexed caseMarek Olšák2017-02-181-7/+6
* radeonsi: use SI_MAX_ATTRIBS where it should be usedMarek Olšák2017-02-184-5/+5
* radeonsi: sort members of si_shader_key::partMarek Olšák2017-02-181-6/+6
* radeonsi: have separate LS and ES main shader parts in the shader selectorMarek Olšák2017-02-183-5/+49
* radeonsi: don't compile pure monolithic shaders asynchronouslyMarek Olšák2017-02-181-2/+6
* radeonsi: allow unaligned vertex buffer offsets and strides on CIK-VIMarek Olšák2017-02-181-3/+9
* radeonsi: remove the fix_size3 workaroundMarek Olšák2017-02-183-36/+0
* radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loadsMarek Olšák2017-02-185-6/+60
* radeonsi: make fix_fetch an array of uint8_tMarek Olšák2017-02-185-23/+25
* vl: fix a buffer leak in the bicubic filter by using an uploaderMarek Olšák2017-02-181-16/+11
* gallium/hud: create files after graphs are created to get final namesMarek Olšák2017-02-185-12/+23
* gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák2017-02-185-9/+24
* gallium/u_suballoc: use clear_buffer if availableMarek Olšák2017-02-181-7/+14
* gallium/util: correctly unref a buffer in u_prim_restartMarek Olšák2017-02-181-1/+1
* gallium/util: remove unused u_index_modify helpersMarek Olšák2017-02-182-101/+0
* gallium/util: remove unused helper util_draw_texquadMarek Olšák2017-02-182-72/+0
* gallium/docs: remove documentation of non-existent instructionsMarek Olšák2017-02-181-26/+0
* swr: remove unneeded extern "C"George Kyriazis2017-02-161-3/+0
* gallium: add extern "C" guardsGeorge Kyriazis2017-02-162-0/+15
* st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri2017-02-172-0/+3
* radeonsi: use shared emit_umsb helper.Dave Airlie2017-02-161-22/+2
* radeonsi: use shared emit imsb code.Dave Airlie2017-02-161-25/+3
* winsys/radeon: remove fall-back definesEmil Velikov2017-02-163-47/+0