vulkan/wsi/wayland: Remove roundtrip when creating image
[mesa.git] / src /
2017-05-19 Daniel Stonevulkan/wsi/wayland: Remove roundtrip when creating...
2017-05-19 Daniel Stonevulkan: Fix Wayland uninitialised registry
2017-05-18 Nanley Cheryi965/formats: Update the three-channel DXT1 mappings
2017-05-18 Nanley Cheryanv/formats: Update the three-channel BC1 mappings
2017-05-18 Jason Ekstrandanv: Add an option to abort on device loss
2017-05-18 Jason Ekstrandanv: Wrap the device lost error in vk_error in QueueSubmit
2017-05-18 Marek Olšákradeonsi/gfx9: use CE RAM optimally
2017-05-18 Marek Olšákradeonsi: remove CE offset alignment restriction
2017-05-18 Marek Olšákradeonsi: only upload (dump to L2) those descriptors...
2017-05-18 Marek Olšákradeonsi: record which descriptor slots are used by...
2017-05-18 Marek Olšákradeonsi: update si_ce_needed_cs_space
2017-05-18 Marek Olšákradeonsi: do only 1 big CE dump at end of IBs and one...
2017-05-18 Marek Olšákradeonsi: remove early return in si_upload_descriptors
2017-05-18 Marek Olšákradeonsi: clamp indirect index to the number of declare...
2017-05-18 Marek Olšákradeonsi: merge sampler and image descriptor lists...
2017-05-18 Marek Olšákradeonsi: merge constant and shader buffers descriptor...
2017-05-18 Marek Olšákgallium/u_threaded: add a fast path for unbinding shade...
2017-05-18 Marek Olšákgallium/u_threaded: add a fast path for unbinding shade...
2017-05-18 Marek Olšákst/mesa: silence a valgrind warning in u_threaded_conte...
2017-05-18 Marek Olšákglsl_to_tgsi: declare all SSBOs and atomics when indire...
2017-05-18 Samuel Pitoisetradeonsi: get the sampler view type from inst->Texture...
2017-05-18 Samuel Pitoisettgsi: store the sampler view type directly in the instr...
2017-05-18 Samuel Pitoisettgsi: remove some unused OPCODE macros
2017-05-18 Tom Stellardgallivm: Make sure module has the correct data layout...
2017-05-18 Chad Versaceegl: Partially revert 23c86c74, fix eglMakeCurrent
2017-05-18 Iago Toral Quirogaanv: fix multiview for clear commands
2017-05-18 Nicolai Hähnleac: add missing extern "C" guards
2017-05-18 Nicolai Hähnleac: add radeon_info::num_{sdma,compute}_rings
2017-05-18 Nicolai Hähnleac: add radeon_surf::htile_slice_size
2017-05-18 Nicolai Hähnleac_surface: use radeon_info from ac_gpu_info
2017-05-18 Nicolai Hähnleac/radeonsi: move radeon_info initialization to amd...
2017-05-18 Nicolai Hähnleac/radeonsi: move struct radeon_info to ac_gpu_info.h
2017-05-18 Nicolai Hähnleac/radeonsi: move some aspects of sanity checking to...
2017-05-18 Nicolai Hähnleac/radeonsi: add ac_compute_surface to automatically...
2017-05-18 Nicolai Hähnleac/radeonsi: move the bulk of gfx9_surface_init to...
2017-05-18 Nicolai Hähnleac/radeonsi: move the bulk of gfx6_surface_init to...
2017-05-18 Nicolai Hähnleac/radeonsi: move amdgpu_addr_create to ac_surface
2017-05-18 Nicolai Hähnleac/radeonsi: move surface definitions to new header...
2017-05-18 Nicolai Hähnlest/mesa: remove an incorrect assertion
2017-05-18 Samuel Iglesias... i965/vec4: load dvec3/4 uniforms first in the push...
2017-05-18 Samuel Iglesias... i965/vec4: fix swizzle and writemask when loading an...
2017-05-18 Samuel Iglesias... i965/vec4/gs: restore the uniform values which was...
2017-05-17 Eric Anholtvc4: Don't allocate new BOs to avoid synchronization...
2017-05-17 Eric Anholtvc4: Drop pointless indirections around BO import/export.
2017-05-17 Eric Anholtvc4: Drop the u_resource_vtbl no-op layer.
2017-05-17 Marek Olšákgallium/radeon: use a top-of-pipe timestamp for the...
2017-05-17 Marek Olšákmesa: don't check mapped buffers in every draw call...
2017-05-17 Marek Olšákmesa: add gl_constants::AllowMappedBuffersDuringExecution
2017-05-17 Marek Olšákgallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
2017-05-17 Hans de Goedeglxglvnddispatch: Add missing dispatch for GetDriverConfig
2017-05-17 Tim Rowleyswr: don't use AttributeSet with llvm >= 5
2017-05-17 Chih-Wei HuangAndroid: correct libz dependency
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glDispatchCompute*()
2017-05-17 Timothy Arcerimesa: add DispatchCompute* helpers
2017-05-17 Timothy Arcerimesa: move FLUSH_CURRENT() calls out of DispatchCompute...
2017-05-17 Timothy Arcerimesa: compute.c C99 tidy up
2017-05-17 Timothy Arcerimesa: move DispatchCompute() validation to compute.c
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBlendEquationSepar...
2017-05-17 Timothy Arcerimesa: add blend_equation_separatei() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBlendFunc*iARB()
2017-05-17 Timothy Arcerimesa: add blend_func_separatei() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBufferSubData()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glNamedBufferSubData()
2017-05-17 Timothy Arcerimesa: add buffer_sub_data() helper
2017-05-17 Timothy Arcerimesa: create validate_buffer_sub_data() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBufferStorage()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glNamedBufferStorage()
2017-05-17 Timothy Arcerimesa: add inlined_buffer_storage() helper
2017-05-17 Timothy Arcerimesa: add validate_buffer_storage() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add 3D support to compressed_tex_sub_image()...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add 2D support to compressed_tex_sub_image()...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for CompressedTex*SubIma...
2017-05-17 Timothy Arcerimesa: add compressed_tex_sub_image() helper
2017-05-17 Timothy Arcerimesa: make _mesa_compressed_texture_sub_image() static
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for NamedFramebufferTexture
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for FramebufferTexture
2017-05-17 Timothy Arcerimesa: add *FramebufferTexture() support to frame_buffer...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for NamedFramebufferText...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for FramebufferTextureLayer
2017-05-17 Timothy Arcerimesa: add no error support to frame_buffer_texture_laye...
2017-05-17 Timothy Arcerimesa: add frame_buffer_texture_layer() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glUseProgram
2017-05-17 Timothy Arcerimesa: move use_program() inside _mesa_use_program()
2017-05-17 Jason Ekstrandintel/isl/gen6: Fix combined depth stencil alignment
2017-05-17 Jason Ekstrandintel/isl: Refactor gen8_choose_image_alignment_el
2017-05-17 Jason Ekstrandintel/isl: Refactor gen6_choose_image_alignment_el
2017-05-17 Jason Ekstrandintel/isl: Refactor gen7_choose_image_alignment_el
2017-05-17 Pohjolainen, Topiintel/isl/gen7: Use stencil vertical alignment of 8...
2017-05-16 Rob Clarkfreedreno/gmem: fix hw binning hangs with large render...
2017-05-16 Rob Clarkfreedreno/ir3: fix crash with atomics
2017-05-16 Rob Clarkmesa/st: fix yuv EGLImage's
2017-05-16 Rob Clarkttn: fix dest size for some texture instructions
2017-05-16 Rob Clarkttn: fix txd src sizes
2017-05-16 Rob Clarkttn: fix txs dest size
2017-05-16 Rob Clarkfreedreno/a5xx: remove unneeded assert
2017-05-16 Rob Clarkfreedreno/a5xx: fallback to slow-clear for z32
2017-05-16 Philipp Zabeletnaviv: increment the resource seqno in resource_changed
2017-05-16 Lucas Stachetnaviv: clean up sampler view reference counting
next