summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2016-12-19Create a top level sphinx structure that includes gallium docsDylan Baker30-440/+2
2016-12-19Revert "cso: don't release sampler states that are bound"Michel Dänzer1-3/+1
2016-12-19cso: Make sanitize_hash safe for samplersMichel Dänzer1-1/+43
2016-12-19cso: Store hash key in struct cso_samplerMichel Dänzer2-0/+2
2016-12-19cso: Optimize cso_save/restore_fragment_samplersMichel Dänzer1-4/+17
2016-12-19cso: Store pointers to struct cso_sampler in struct sampler_infoMichel Dänzer1-15/+18
2016-12-19cso: Don't restore nr_samplers in cso_restore_fragment_samplersMichel Dänzer1-1/+0
2016-12-18freedreno/a5xx: border color supportRob Clark1-3/+160
2016-12-18freedreno/a5xx: use MRT0 to import linear zsRob Clark1-5/+20
2016-12-18freedreno: fdN_gmem_restore_format() is not gen specificRob Clark8-50/+25
2016-12-18freedreno/a5xx: cargo-cult end-batch sequence more faithfullyRob Clark4-4/+39
2016-12-18freedreno/a5xx: misc fixRob Clark1-1/+1
2016-12-18freedreno/a5xx: fix (at least some) vtx formatsRob Clark1-1/+1
2016-12-18freedreno/a5xx: more formatsRob Clark1-25/+25
2016-12-18freedreno/a5xx: fixup capsRob Clark2-6/+11
2016-12-18freedreno/a5xx: fix random faults on first sysmem drawRob Clark1-0/+3
2016-12-18freedreno: update generated headersRob Clark6-17/+80
2016-12-18freedreno/a5xx: fix stride/size for mem->gmem blitsRob Clark1-5/+7
2016-12-16swr: Implement fence attached work queues for deferred deletion.Bruce Cherniak9-54/+255
2016-12-12treewide: s/comparitor/comparator/Ilia Mirkin3-3/+3
2016-12-12swr: [rasterizer core/memory] StoreTile: AVX512 progressTim Rowley2-222/+138
2016-12-12radeonsi: shrink the GSVS ring to account for the reduced item sizesNicolai Hähnle1-1/+1
2016-12-12radeonsi: shrink each vertex stream to the actually required sizeNicolai Hähnle2-25/+40
2016-12-12radeonsi: use a single descriptor for the GSVS ringNicolai Hähnle4-50/+67
2016-12-12radeonsi: pack GS output components for each vertex stream contiguouslyNicolai Hähnle1-3/+8
2016-12-12radeonsi: do not write non-existent components through the GSVS ringNicolai Hähnle1-2/+4
2016-12-12radeonsi: only write values belonging to the stream when emitting GS vertexNicolai Hähnle1-0/+3
2016-12-12radeonsi: generate an explicit switch instruction over vertex streamsNicolai Hähnle1-8/+13
2016-12-12radeonsi: fetch only outputs of current vertex stream from the GSVS ringNicolai Hähnle1-16/+25
2016-12-12radeonsi: only export from GS copy shader for vertex stream 0Nicolai Hähnle1-12/+19
2016-12-12radeonsi: do not export VS outputs from vertex streams != 0Nicolai Hähnle1-0/+6
2016-12-12radeonsi: pull iteration over vertex streams into GS copy shader logicNicolai Hähnle1-25/+37
2016-12-12radeonsi: group streamout writes by vertex streamNicolai Hähnle1-10/+22
2016-12-12radeonsi: load the streamout buf descriptors closer to their useNicolai Hähnle1-14/+11
2016-12-12radeonsi: extract writing of a single streamout outputNicolai Hähnle1-39/+52
2016-12-12radeonsi: separate the call to si_llvm_emit_streamout from exportsNicolai Hähnle1-4/+4
2016-12-12radeonsi: plumb the output vertex_stream through to si_shader_output_valuesNicolai Hähnle1-1/+9
2016-12-12radeonsi: rename members of si_shader_output_valuesNicolai Hähnle1-8/+8
2016-12-12radeonsi: fix an off-by-one error in the bounds check for max_verticesNicolai Hähnle1-1/+1
2016-12-12radeonsi: do not kill GS with memory writesNicolai Hähnle1-8/+22
2016-12-12radeonsi: update all GSVS ring descriptors for new buffer allocationsNicolai Hähnle1-1/+6
2016-12-12st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSINicolai Hähnle2-1/+21
2016-12-12tgsi/scan: collect information about output usagemasksNicolai Hähnle2-0/+2
2016-12-12tgsi/scan: collect information about output vertex streamsNicolai Hähnle2-0/+19
2016-12-12gallium: extract individual streamout output structureNicolai Hähnle1-8/+13
2016-12-12tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semanticNicolai Hähnle4-3/+81
2016-12-12virgl: Fix a strict-aliasing violation in the encoderEdward O'Callaghan1-1/+7
2016-12-10softpipe: fix release build unused variable warningGrazvydas Ignotas1-1/+1
2016-12-10radeonsi: fix release build unused variable warningsGrazvydas Ignotas2-2/+2
2016-12-09swr: [rasterizer common/core/jitter] fetch support for GL_FIXEDTim Rowley5-34/+188