| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | st/nine: Improve doc of D3DPMISCCAPS_POSTBLENDSRGBCONVERT | Axel Davy | 2016-12-20 | 1 | -1/+1 |
* | gallium-docs: Add documentation for when using several contexts | Axel Davy | 2016-12-20 | 1 | -0/+23 |
* | gallium-docs: Add documentation for threading requirements | Axel Davy | 2016-12-20 | 1 | -0/+10 |
* | Revert "cso: don't release sampler states that are bound" | Michel Dänzer | 2016-12-19 | 1 | -3/+1 |
* | cso: Make sanitize_hash safe for samplers | Michel Dänzer | 2016-12-19 | 1 | -1/+43 |
* | cso: Store hash key in struct cso_sampler | Michel Dänzer | 2016-12-19 | 2 | -0/+2 |
* | cso: Optimize cso_save/restore_fragment_samplers | Michel Dänzer | 2016-12-19 | 1 | -4/+17 |
* | cso: Store pointers to struct cso_sampler in struct sampler_info | Michel Dänzer | 2016-12-19 | 1 | -15/+18 |
* | cso: Don't restore nr_samplers in cso_restore_fragment_samplers | Michel Dänzer | 2016-12-19 | 1 | -1/+0 |
* | freedreno/a5xx: border color support | Rob Clark | 2016-12-18 | 1 | -3/+160 |
* | freedreno/a5xx: use MRT0 to import linear zs | Rob Clark | 2016-12-18 | 1 | -5/+20 |
* | freedreno: fdN_gmem_restore_format() is not gen specific | Rob Clark | 2016-12-18 | 8 | -50/+25 |
* | freedreno/a5xx: cargo-cult end-batch sequence more faithfully | Rob Clark | 2016-12-18 | 4 | -4/+39 |
* | freedreno/a5xx: misc fix | Rob Clark | 2016-12-18 | 1 | -1/+1 |
* | freedreno/a5xx: fix (at least some) vtx formats | Rob Clark | 2016-12-18 | 1 | -1/+1 |
* | freedreno/a5xx: more formats | Rob Clark | 2016-12-18 | 1 | -25/+25 |
* | freedreno/a5xx: fixup caps | Rob Clark | 2016-12-18 | 2 | -6/+11 |
* | freedreno/a5xx: fix random faults on first sysmem draw | Rob Clark | 2016-12-18 | 1 | -0/+3 |
* | freedreno: update generated headers | Rob Clark | 2016-12-18 | 6 | -17/+80 |
* | freedreno/a5xx: fix stride/size for mem->gmem blits | Rob Clark | 2016-12-18 | 1 | -5/+7 |
* | swr: Implement fence attached work queues for deferred deletion. | Bruce Cherniak | 2016-12-16 | 9 | -54/+255 |
* | treewide: s/comparitor/comparator/ | Ilia Mirkin | 2016-12-12 | 3 | -3/+3 |
* | swr: [rasterizer core/memory] StoreTile: AVX512 progress | Tim Rowley | 2016-12-12 | 2 | -222/+138 |
* | radeonsi: shrink the GSVS ring to account for the reduced item sizes | Nicolai Hähnle | 2016-12-12 | 1 | -1/+1 |
* | radeonsi: shrink each vertex stream to the actually required size | Nicolai Hähnle | 2016-12-12 | 2 | -25/+40 |
* | radeonsi: use a single descriptor for the GSVS ring | Nicolai Hähnle | 2016-12-12 | 4 | -50/+67 |
* | radeonsi: pack GS output components for each vertex stream contiguously | Nicolai Hähnle | 2016-12-12 | 1 | -3/+8 |
* | radeonsi: do not write non-existent components through the GSVS ring | Nicolai Hähnle | 2016-12-12 | 1 | -2/+4 |
* | radeonsi: only write values belonging to the stream when emitting GS vertex | Nicolai Hähnle | 2016-12-12 | 1 | -0/+3 |
* | radeonsi: generate an explicit switch instruction over vertex streams | Nicolai Hähnle | 2016-12-12 | 1 | -8/+13 |
* | radeonsi: fetch only outputs of current vertex stream from the GSVS ring | Nicolai Hähnle | 2016-12-12 | 1 | -16/+25 |
* | radeonsi: only export from GS copy shader for vertex stream 0 | Nicolai Hähnle | 2016-12-12 | 1 | -12/+19 |
* | radeonsi: do not export VS outputs from vertex streams != 0 | Nicolai Hähnle | 2016-12-12 | 1 | -0/+6 |
* | radeonsi: pull iteration over vertex streams into GS copy shader logic | Nicolai Hähnle | 2016-12-12 | 1 | -25/+37 |
* | radeonsi: group streamout writes by vertex stream | Nicolai Hähnle | 2016-12-12 | 1 | -10/+22 |
* | radeonsi: load the streamout buf descriptors closer to their use | Nicolai Hähnle | 2016-12-12 | 1 | -14/+11 |
* | radeonsi: extract writing of a single streamout output | Nicolai Hähnle | 2016-12-12 | 1 | -39/+52 |
* | radeonsi: separate the call to si_llvm_emit_streamout from exports | Nicolai Hähnle | 2016-12-12 | 1 | -4/+4 |
* | radeonsi: plumb the output vertex_stream through to si_shader_output_values | Nicolai Hähnle | 2016-12-12 | 1 | -1/+9 |
* | radeonsi: rename members of si_shader_output_values | Nicolai Hähnle | 2016-12-12 | 1 | -8/+8 |
* | radeonsi: fix an off-by-one error in the bounds check for max_vertices | Nicolai Hähnle | 2016-12-12 | 1 | -1/+1 |
* | radeonsi: do not kill GS with memory writes | Nicolai Hähnle | 2016-12-12 | 1 | -8/+22 |
* | radeonsi: update all GSVS ring descriptors for new buffer allocations | Nicolai Hähnle | 2016-12-12 | 1 | -1/+6 |
* | st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI | Nicolai Hähnle | 2016-12-12 | 2 | -1/+21 |
* | tgsi/scan: collect information about output usagemasks | Nicolai Hähnle | 2016-12-12 | 2 | -0/+2 |
* | tgsi/scan: collect information about output vertex streams | Nicolai Hähnle | 2016-12-12 | 2 | -0/+19 |
* | gallium: extract individual streamout output structure | Nicolai Hähnle | 2016-12-12 | 1 | -8/+13 |
* | tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic | Nicolai Hähnle | 2016-12-12 | 4 | -3/+81 |
* | virgl: Fix a strict-aliasing violation in the encoder | Edward O'Callaghan | 2016-12-12 | 1 | -1/+7 |
* | softpipe: fix release build unused variable warning | Grazvydas Ignotas | 2016-12-10 | 1 | -1/+1 |