summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-01autotools: Add tegra to AM_DISTCHECK_CONFIGURE_FLAGStegra-v3Thierry Reding1-1/+1
2018-03-01tegra: Initial supportThierry Reding26-4/+2705
2018-03-01nouveau: Add framebuffer modifier supportThierry Reding7-4/+149
2018-03-01nouveau/nvc0: Extract common tile mode macroThierry Reding1-6/+9
2018-03-01drm/tegra: Sanitize format modifiersThierry Reding1-17/+19
2018-03-01drm/fourcc: Fix fourcc_mod_code() definitionThierry Reding1-1/+1
2018-03-01travis: make Meson find the proper llvm-configAndres Gomez1-4/+26
2018-03-01meson: fix LLVM version detection when <= 3.4Andres Gomez1-1/+8
2018-03-01i965/sbe: fix number of inputs for active componentsIago Toral Quiroga1-4/+2
2018-03-01radv: only emit cache flushes when the pool size is large enoughSamuel Pitoiset3-11/+15
2018-03-01radv: keep track of the query pool sizeSamuel Pitoiset2-5/+5
2018-03-01radv: make sure to emit cache flushes before starting a querySamuel Pitoiset3-7/+33
2018-03-01nir/serialize: handle var->name being NULLAlejandro Piñeiro1-1/+2
2018-02-28anv: Enable VK_KHR_16bit_storage for PushConstantJose Maria Casanova Crespo1-1/+1
2018-02-28spirv/i965/anv: Relax push constant offset assertions being 32-bit alignedJose Maria Casanova Crespo3-9/+10
2018-02-28spirv: Calculate properly 16-bit vector sizesJose Maria Casanova Crespo1-5/+2
2018-02-28anv: Enable VK_KHR_16bit_storage for SSBO and UBOJose Maria Casanova Crespo2-3/+4
2018-02-28i965/fs: Support 16-bit store_ssbo with VK_KHR_relaxed_block_layoutJose Maria Casanova Crespo1-7/+15
2018-02-28i965/fs: Support 16-bit do_read_vector with VK_KHR_relaxed_block_layoutJose Maria Casanova Crespo1-14/+37
2018-02-28i965/fs: shuffle_32bit_load_result_to_16bit_data now skips componentsJose Maria Casanova Crespo3-3/+6
2018-02-28isl/i965/fs: SSBO/UBO buffers need size padding if not multiple of 32-bitJose Maria Casanova Crespo3-2/+62
2018-03-01vbo: Remove vbo_save_vertex_list::vertex_size.Mathias Fröhlich2-9/+6
2018-03-01vbo: Remove vbo_save_vertex_list::buffer_offset.Mathias Fröhlich2-29/+13
2018-03-01vbo: Remove vbo_save_vertex_list::start_vertex.Mathias Fröhlich3-6/+2
2018-03-01vbo: Remove vbo_save_vertex_list::attrsz.Mathias Fröhlich2-7/+4
2018-03-01vbo: Remove vbo_save_vertex_list::attrtype.Mathias Fröhlich2-4/+1
2018-03-01vbo: Remove vbo_save_vertex_list::enabled.Mathias Fröhlich2-3/+1
2018-03-01vbo: Remove reference to the vertex_store from the dlist node.Mathias Fröhlich3-21/+10
2018-03-01vbo: Implement current values update in terms of the VAO.Mathias Fröhlich3-62/+47
2018-03-01vbo: Implement vbo_loopback_vertex_list in terms of the VAO.Mathias Fröhlich4-93/+151
2018-03-01vbo: Use a local variable for the dlist offsets.Mathias Fröhlich2-9/+7
2018-03-01vbo: Remove unused vbo_save_context::wrap_count.Mathias Fröhlich1-1/+0
2018-03-01vbo: Remove unused vbo_save_vertex_list::dangling_attr_ref.Mathias Fröhlich2-3/+0
2018-02-28anv: Always set has_context_priorityJason Ekstrand1-3/+1
2018-02-28Revert "i965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+"Mark Janes3-13/+2
2018-03-01radeonsi/nir: increase values to 8 for gs fetch.Dave Airlie1-1/+1
2018-03-01radv: Use the syncobj wait ioctl to wait on fences if possible.Bas Nieuwenhuizen3-9/+26
2018-03-01radv: Implement more efficient !waitAll fence waiting.Bas Nieuwenhuizen3-0/+75
2018-03-01radv: Implement waiting on non-submitted fences.Bas Nieuwenhuizen1-2/+11
2018-03-01radv: Implement WaitForFences with !waitAll.Bas Nieuwenhuizen1-5/+15
2018-03-01ac/nir: fix shared atomic operations.Dave Airlie1-5/+5
2018-03-01ac/nir: don't apply slice rounding on txf_msDave Airlie1-1/+1
2018-03-01radeonsi: set some context vars for nir pathTimothy Arceri1-6/+10
2018-03-01gallium: remove llvm from ir structTimothy Arceri1-1/+0
2018-02-28i965: Don't emit MOVs with undefined registers for Gen4 point clipping.Kenneth Graunke1-1/+1
2018-02-28broadcom/vc5: Fix regression in the page-cache slice size alignment.Eric Anholt1-3/+6
2018-02-28i965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+Jason Ekstrand3-2/+13
2018-02-28i965: Be more clever about setting up our viewport clipJason Ekstrand1-8/+12
2018-02-28intel/compiler: Re-add .vs_inputs_dual_locations = trueMatt Turner1-0/+1
2018-02-28r600/shader: when using images always load thread id gpr at start (v2)Dave Airlie1-15/+7