summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* st/nine: Add missing changed states to pixel stateblocksAxel Davy2016-12-201-1/+4
* st/nine: Add some debug info in stateblocksAxel Davy2016-12-201-0/+5
* st/nine: Remove useless check in surface9 ctorAxel Davy2016-12-201-4/+0
* st/nine: Fix bad light initialization in stateblocksAxel Davy2016-12-201-2/+2
* st/nine: Remove unused ff.changed.groupAxel Davy2016-12-202-6/+0
* st/nine: Fix ps multisample checkAxel Davy2016-12-201-1/+1
* st/nine: Fix useless swapchain init checksAxel Davy2016-12-201-14/+7
* st/nine: Don't update stream_usage_mask in sw pathAxel Davy2016-12-201-2/+0
* st/nine: Remove useless call to nine_update_stateAxel Davy2016-12-201-1/+0
* st/nine: Add validation to SetSamplerStateAxel Davy2016-12-205-3/+48
* st/nine: Improve doc of D3DPMISCCAPS_POSTBLENDSRGBCONVERTAxel Davy2016-12-201-1/+1
* gallium-docs: Add documentation for when using several contextsAxel Davy2016-12-201-0/+23
* gallium-docs: Add documentation for threading requirementsAxel Davy2016-12-201-0/+10
* Revert "cso: don't release sampler states that are bound"Michel Dänzer2016-12-191-3/+1
* cso: Make sanitize_hash safe for samplersMichel Dänzer2016-12-191-1/+43
* cso: Store hash key in struct cso_samplerMichel Dänzer2016-12-192-0/+2
* cso: Optimize cso_save/restore_fragment_samplersMichel Dänzer2016-12-191-4/+17
* cso: Store pointers to struct cso_sampler in struct sampler_infoMichel Dänzer2016-12-191-15/+18
* cso: Don't restore nr_samplers in cso_restore_fragment_samplersMichel Dänzer2016-12-191-1/+0
* freedreno/a5xx: border color supportRob Clark2016-12-181-3/+160
* freedreno/a5xx: use MRT0 to import linear zsRob Clark2016-12-181-5/+20
* freedreno: fdN_gmem_restore_format() is not gen specificRob Clark2016-12-188-50/+25
* freedreno/a5xx: cargo-cult end-batch sequence more faithfullyRob Clark2016-12-184-4/+39
* freedreno/a5xx: misc fixRob Clark2016-12-181-1/+1
* freedreno/a5xx: fix (at least some) vtx formatsRob Clark2016-12-181-1/+1
* freedreno/a5xx: more formatsRob Clark2016-12-181-25/+25
* freedreno/a5xx: fixup capsRob Clark2016-12-182-6/+11
* freedreno/a5xx: fix random faults on first sysmem drawRob Clark2016-12-181-0/+3
* freedreno: update generated headersRob Clark2016-12-186-17/+80
* freedreno/a5xx: fix stride/size for mem->gmem blitsRob Clark2016-12-181-5/+7
* swr: Implement fence attached work queues for deferred deletion.Bruce Cherniak2016-12-169-54/+255
* treewide: s/comparitor/comparator/Ilia Mirkin2016-12-123-3/+3
* swr: [rasterizer core/memory] StoreTile: AVX512 progressTim Rowley2016-12-122-222/+138
* radeonsi: shrink the GSVS ring to account for the reduced item sizesNicolai Hähnle2016-12-121-1/+1
* radeonsi: shrink each vertex stream to the actually required sizeNicolai Hähnle2016-12-122-25/+40
* radeonsi: use a single descriptor for the GSVS ringNicolai Hähnle2016-12-124-50/+67
* radeonsi: pack GS output components for each vertex stream contiguouslyNicolai Hähnle2016-12-121-3/+8
* radeonsi: do not write non-existent components through the GSVS ringNicolai Hähnle2016-12-121-2/+4
* radeonsi: only write values belonging to the stream when emitting GS vertexNicolai Hähnle2016-12-121-0/+3
* radeonsi: generate an explicit switch instruction over vertex streamsNicolai Hähnle2016-12-121-8/+13
* radeonsi: fetch only outputs of current vertex stream from the GSVS ringNicolai Hähnle2016-12-121-16/+25
* radeonsi: only export from GS copy shader for vertex stream 0Nicolai Hähnle2016-12-121-12/+19
* radeonsi: do not export VS outputs from vertex streams != 0Nicolai Hähnle2016-12-121-0/+6
* radeonsi: pull iteration over vertex streams into GS copy shader logicNicolai Hähnle2016-12-121-25/+37
* radeonsi: group streamout writes by vertex streamNicolai Hähnle2016-12-121-10/+22
* radeonsi: load the streamout buf descriptors closer to their useNicolai Hähnle2016-12-121-14/+11
* radeonsi: extract writing of a single streamout outputNicolai Hähnle2016-12-121-39/+52
* radeonsi: separate the call to si_llvm_emit_streamout from exportsNicolai Hähnle2016-12-121-4/+4
* radeonsi: plumb the output vertex_stream through to si_shader_output_valuesNicolai Hähnle2016-12-121-1/+9
* radeonsi: rename members of si_shader_output_valuesNicolai Hähnle2016-12-121-8/+8