summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-29radv: add missing meson build dependencyEric Engestrom1-1/+1
2018-10-29anv: add missing meson build dependencyEric Engestrom1-1/+1
2018-10-29radv: implement VK_EXT_transform_feedbackSamuel Pitoiset9-16/+568
2018-10-29radv: add multiple streams support for the GS copy shaderSamuel Pitoiset1-26/+76
2018-10-29radv: emit stream outputs for vertex and tessellation stagesSamuel Pitoiset1-0/+137
2018-10-29radv: declare streamout SGPRsSamuel Pitoiset2-2/+56
2018-10-29radv: gather stream output infoSamuel Pitoiset3-0/+60
2018-10-29radv: allow to emit a vertex to a specified streamSamuel Pitoiset1-8/+14
2018-10-29radv: allow to use up to 4 GSVS ring buffersSamuel Pitoiset1-21/+57
2018-10-29radv: adjust the number of output components per streamSamuel Pitoiset1-5/+4
2018-10-29radv: adjust the GSVS ring sizes based on the number of componentsSamuel Pitoiset1-6/+19
2018-10-29radv: gather which GS stream is used for every outputsSamuel Pitoiset2-0/+3
2018-10-29radv: gather the number of output components per streamSamuel Pitoiset2-0/+3
2018-10-29radv: gather the number of streams used by geometry shadersSamuel Pitoiset2-0/+15
2018-10-29nir: Add a pass for gathering transform feedback infoJason Ekstrand4-1/+214
2018-10-29vulkan: Update the XML and headers to 1.1.90Jason Ekstrand1-6/+30
2018-10-29radv: remove wrong comment in calculate_gs_ring_sizes() about streamsSamuel Pitoiset1-1/+1
2018-10-28freedreno: don't flush when new and old pfb is identicalRob Clark1-0/+3
2018-10-28freedreno: dependency tracking for z/s depends on ZSA stateRob Clark1-1/+3
2018-10-28freedreno: mark all state dirty after switching batchRob Clark2-0/+3
2018-10-27anv: Use absolute timeouts in wait_for_bo_fencesJason Ekstrand1-42/+30
2018-10-27anv: Flag semaphore BOs as externalJason Ekstrand1-2/+3
2018-10-27anv: Improve the asserts in anv_buffer_get_rangeJason Ekstrand1-1/+2
2018-10-26freedreno/a6xx: inline draw_impl()Rob Clark1-38/+31
2018-10-26freedreno/a6xx: small cleanupRob Clark1-1/+1
2018-10-26freedreno/a6xx: move where we handle dirty vbo stateRob Clark3-16/+14
2018-10-26freedreno: avoid no-op flushes by re-using last-fenceRob Clark5-2/+34
2018-10-26freedreno/a6xx: Move stencil/depth/alpha state to IBKristian H. Kristensen5-15/+55
2018-10-26freedreno/a6xx: Move stencil mask emit to FD_DIRTY_ZSA groupKristian H. Kristensen1-5/+6
2018-10-26freedreno/a6xx: Rename FD6_GROUP_ZSA ro FD6_GROUP_LRZKristian H. Kristensen2-7/+7
2018-10-26freedreno/a6xx: Move rasterizer state to state objectKristian H. Kristensen5-27/+51
2018-10-26freedreno/a6xx: Fix set_blit_scissor helperKristian H. Kristensen1-2/+2
2018-10-26freedreno/a2xx: Squash a compiler warningKristian H. Kristensen1-2/+2
2018-10-26freedreno/a6xx: Use fd6_emit_ib from a6xxKristian H. Kristensen3-10/+10
2018-10-26freedreno: import libdrm_freedreno + redesign submitRob Clark34-74/+3765
2018-10-26Revert "anv/skylake: disable ForceThreadDispatchEnable"Jason Ekstrand1-35/+7
2018-10-26blorp: Emit a dummy 3DSTATE_WM prior to 3DSTATE_WM_HZ_OPJason Ekstrand1-0/+9
2018-10-26st/nine: Handle window resize when a presentation buffer is usedAxel Davy1-1/+30
2018-10-26st/nine: Reduce MaxSimultaneousTextures to 8Axel Davy2-9/+8
2018-10-26st/nine: Enable shadow mapping for ps 1.XAxel Davy3-10/+14
2018-10-26st/nine: Do not set unused states for stateblocksAxel Davy1-21/+3
2018-10-26st/nine: Fix aliasing states for stateblocksAxel Davy1-2/+1
2018-10-26st/nine: Never update device changed.* fieldsAxel Davy4-48/+59
2018-10-26st/nine: Capture also default matrices for D3DSBT_ALLAxel Davy3-24/+41
2018-10-26st/nine: Mark transform matrices dirty for D3DSBT_ALLAxel Davy1-1/+12
2018-10-26st/nine: Don't update unused world matricesAxel Davy1-0/+6
2018-10-26st/nine: Remove two unused states.Axel Davy2-3/+1
2018-10-26st/nine: Remove commented nine_context_apply_stateblockAxel Davy1-230/+0
2018-10-26nir: Fix array initializerBrian Paul1-1/+1
2018-10-26anv: Return VK_ERROR_DEVICE_LOST from anv_device_set_lostJason Ekstrand4-45/+32