index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
egl/android: Update color_buffers querying for buffer age
Nataraj Deshpande
2019-07-23
2
-6
/
+31
*
radv: fix crash in vkCmdClearAttachments with unused attachment
Samuel Pitoiset
2019-07-23
1
-0
/
+3
*
docs: add sha256 checksums for 19.1.3
Juan A. Suarez Romero
2019-07-23
1
-1
/
+1
*
docs: add release notes for 19.1.3
mesa-19.1.3
Juan A. Suarez Romero
2019-07-23
1
-0
/
+191
*
Update version to 19.1.3
Juan A. Suarez Romero
2019-07-23
1
-1
/
+1
*
radv: fix crash in shader tracing.
Dave Airlie
2019-07-19
3
-3
/
+8
*
radv: fix VGT_GS_MODE if VS uses the primitive ID
Samuel Pitoiset
2019-07-19
1
-2
/
+5
*
anv: fix alphaToCoverage when there is no color attachment
Samuel Iglesias Gonsálvez
2019-07-18
1
-10
/
+33
*
anv: fix format mapping for depth/stencil formats
Lionel Landwerlin
2019-07-18
1
-0
/
+3
*
virgl: Set meta data for textures from handle.
Lepton Wu
2019-07-18
1
-0
/
+1
*
radv: Only save the descriptor set if we have one.
Bas Nieuwenhuizen
2019-07-18
1
-1
/
+1
*
anv: report timestampComputeAndGraphics true
Lionel Landwerlin
2019-07-18
1
-1
/
+1
*
vulkan/wsi: update swapchain status on vkQueuePresent
Lionel Landwerlin
2019-07-18
1
-0
/
+21
*
nir/loop_analyze: Properly handle swizzles in loop conditions
Jason Ekstrand
2019-07-18
1
-140
/
+149
*
nir: Add some helpers for chasing SSA values properly
Jason Ekstrand
2019-07-18
1
-0
/
+79
*
nir/loop_analyze: Refactor detection of limit vars
Jason Ekstrand
2019-07-18
1
-54
/
+51
*
softpipe: Remove unused static function
Gert Wollny
2019-07-17
1
-9
/
+0
*
nir/regs_to_ssa: Handle regs in phi sources properly
Jason Ekstrand
2019-07-17
1
-2
/
+32
*
meta: leaking of BO with DrawPixels
Yevhenii Kolesnikov
2019-07-17
1
-0
/
+2
*
anv: Account for dynamic stencil write disables in the PMA fix
Jason Ekstrand
2019-07-17
1
-0
/
+2
*
meta: memory leak of CopyPixels usage
Sergii Romantsov
2019-07-17
1
-0
/
+14
*
spirv: Fix stride calculation when lowering Workgroup to offsets
Caio Marcelo de Oliveira Filho
2019-07-16
1
-1
/
+1
*
nir,intel: Add support for lowering 64-bit nir_opt_extract_*
Jason Ekstrand
2019-07-16
3
-1
/
+41
*
nir/opt_if: Clean up single-src phis in opt_if_loop_terminator
Jason Ekstrand
2019-07-16
3
-0
/
+16
*
anv: Add android dependencies on android.
Bas Nieuwenhuizen
2019-07-16
1
-0
/
+1
*
anv: fix crash in vkCmdClearAttachments with unused attachment
Lionel Landwerlin
2019-07-16
1
-3
/
+3
*
meson: Add dep_thread dependency.
Vinson Lee
2019-07-15
1
-0
/
+1
*
freedreno: Fix assertion failures in context setup in shader-db mode.
Eric Anholt
2019-07-15
4
-0
/
+4
*
anv: Fix pool allocator when first alloc needs to grow
Caio Marcelo de Oliveira Filho
2019-07-15
3
-3
/
+71
*
mesa: save/restore SSO flag when using ARB_get_program_binary
Timothy Arceri
2019-07-15
1
-0
/
+4
*
anv: Set Stateless Data Port Access MOCS
Jason Ekstrand
2019-07-15
1
-0
/
+2
*
nir/loop_analyze: Bail if we encounter swizzles
Jason Ekstrand
2019-07-15
1
-0
/
+22
*
nir/loop_analyze: Handle bit sizes correctly in calculate_iterations
Jason Ekstrand
2019-07-15
1
-27
/
+48
*
nir: Add more helpers for working with const values
Jason Ekstrand
2019-07-15
2
-0
/
+135
*
nir/loop_analyze: Fix phi-of-identical-alu detection
Jason Ekstrand
2019-07-15
1
-26
/
+29
*
nir/instr_set: Expose nir_instrs_equal()
Jason Ekstrand
2019-07-15
2
-59
/
+62
*
nir: Add a helper to determine if an intrinsic can be reordered
Connor Abbott
2019-07-15
3
-11
/
+13
*
radeonsi: don't set READ_ONLY for const_uploader to fix bindless texture hangs
Marek Olšák
2019-07-10
1
-3
/
+1
*
vulkan/overlay: fix crash on freeing NULL command buffer
Lionel Landwerlin
2019-07-09
1
-0
/
+4
*
mesa: Set minimum possible GLSL version
Ian Romanick
2019-07-09
1
-0
/
+11
*
nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_size
Ian Romanick
2019-07-09
2
-1
/
+218
*
nir: Add unit tests for nir_opt_comparison_pre
Ian Romanick
2019-07-09
4
-1
/
+334
*
intel/vec4: Reswizzle VF immediates too
Ian Romanick
2019-07-09
1
-1
/
+23
*
anv: fix VkExternalBufferProperties for host allocation
Chia-I Wu
2019-07-09
1
-0
/
+10
*
anv: fix VkExternalBufferProperties for unsupported handles
Chia-I Wu
2019-07-09
1
-1
/
+7
*
radv: Handle cmask being disallowed by addrlib.
Bas Nieuwenhuizen
2019-07-09
1
-0
/
+5
*
vulkan/overlay: fix command buffer stats
Lionel Landwerlin
2019-07-09
1
-0
/
+2
*
docs: add sha256 checksums for 19.1.2
Juan A. Suarez Romero
2019-07-09
1
-1
/
+1
*
docs: add release notes for 19.1.2
mesa-19.1.2
Juan A. Suarez Romero
2019-07-09
1
-0
/
+194
*
Update version to 19.1.2
Juan A. Suarez Romero
2019-07-09
1
-1
/
+1
[prev]
[next]