index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
vulkan: Update the XML and headers to 1.2.131
Jason Ekstrand
2020-01-15
1
-398
/
+946
*
radeonsi: drop the negation from fmask_is_not_identity
Pierre-Eric Pelloux-Prayer
2020-01-15
4
-5
/
+5
*
radeonsi: unbind image before compute clear
Pierre-Eric Pelloux-Prayer
2020-01-15
1
-0
/
+5
*
radeonsi: make sure fmask expand is done if needed
Pierre-Eric Pelloux-Prayer
2020-01-15
1
-1
/
+2
*
radeonsi: fix fmask expand compute shader
Pierre-Eric Pelloux-Prayer
2020-01-15
1
-1
/
+1
*
egl/android: Restrict minimum triple buffering for android color_buffers
Nataraj Deshpande
2020-01-15
1
-3
/
+7
*
anv: fix pipeline switch back for non pipelined states
Lionel Landwerlin
2020-01-15
1
-13
/
+8
*
radv/gfx10: simplify some duplicated NGG GS code
Samuel Pitoiset
2020-01-15
1
-62
/
+41
*
radv/gfx10: enable all CUs if NGG is never used
Samuel Pitoiset
2020-01-15
1
-2
/
+5
*
radv: only use VkSamplerCreateInfo::compareOp if enabled
Samuel Pitoiset
2020-01-15
1
-1
/
+5
*
v3d: fix bug when checking result of syncobj fence import
Iago Toral Quiroga
2020-01-15
1
-1
/
+1
*
st/mesa: run st_nir_lower_tex_src_plane for lowered xyuv/ayuv
Jonathan Marek
2020-01-15
1
-1
/
+2
*
st/mesa: don't lower YUV when driver supports it natively
Jonathan Marek
2020-01-15
6
-55
/
+82
*
radv: Disable VK_EXT_sample_locations on GFX10.
Bas Nieuwenhuizen
2020-01-15
1
-1
/
+2
*
st/mesa: implement EGLImageTargetTexStorage
Gurchetan Singh
2020-01-15
2
-0
/
+30
*
st/mesa: refactor egl image binding a bit
Gurchetan Singh
2020-01-15
1
-2
/
+3
*
st/dri: track if image is created by a dmabuf
Gurchetan Singh
2020-01-15
4
-0
/
+12
*
freedreno/ir3: rename instructions
Rob Clark
2020-01-15
7
-14
/
+25
*
nir/algebraic: sqrt(x)*sqrt(x) -> fabs(x)
Elie Tournier
2020-01-15
1
-0
/
+1
*
nir/algebraic: i2f(f2i()) -> trunc()
Elie Tournier
2020-01-15
1
-0
/
+5
*
i965: Reuse the new core glsl_count_dword_slots().
Eric Anholt
2020-01-14
3
-55
/
+3
*
mesa/st: Move the dword slot counting function to glsl_types as well.
Eric Anholt
2020-01-14
11
-130
/
+75
*
mesa/prog: Reuse count_vec4_slots() from ir_to_mesa.
Eric Anholt
2020-01-14
1
-75
/
+1
*
mesa/st: Move the vec4 type size function into core GLSL types.
Eric Anholt
2020-01-14
8
-109
/
+45
*
mesa/st: Deduplicate the NIR uniform lowering code.
Eric Anholt
2020-01-14
3
-18
/
+16
*
radeonsi: move PS LLVM code into si_shader_llvm_ps.c
Marek Olšák
2020-01-14
7
-1283
/
+1317
*
radeonsi: remove always constant ballot_mask_bits from si_llvm_context_init
Marek Olšák
2020-01-14
3
-10
/
+6
*
radeonsi: fold si_create_function into si_llvm_create_func
Marek Olšák
2020-01-14
4
-43
/
+30
*
radeonsi: rename si_shader_create -> si_create_shader_variant for clarity
Marek Olšák
2020-01-14
4
-8
/
+10
*
radeonsi: rename si_compile_tgsi_main -> si_build_main_function
Marek Olšák
2020-01-14
1
-5
/
+5
*
radeonsi: clean up si_shader_info
Marek Olšák
2020-01-14
3
-131
/
+45
*
radeonsi: merge si_tessctrl_info into si_shader_info
Marek Olšák
2020-01-14
4
-23
/
+10
*
radeonsi: fork tgsi_shader_info and tgsi_tessctrl_info
Marek Olšák
2020-01-14
12
-56
/
+205
*
radeonsi: rename si_shader_info -> si_shader_binary_info
Marek Olšák
2020-01-14
1
-2
/
+2
*
radeonsi: remove TGSI from comments
Marek Olšák
2020-01-14
4
-11
/
+9
*
radeonsi: rename DBG_NO_TGSI -> DBG_NO_NIR
Marek Olšák
2020-01-14
3
-3
/
+3
*
radeonsi: don't adjust depth and stencil PS output locations
Marek Olšák
2020-01-14
2
-11
/
+3
*
nir: Add missing nir_var_mem_global to various passes
Caio Marcelo de Oliveira Filho
2020-01-14
4
-16
/
+28
*
spirv: Handle PhysicalStorageBuffer in memory barriers
Caio Marcelo de Oliveira Filho
2020-01-14
1
-2
/
+6
*
spirv: Drop EXT for PhysicalStorageBuffer symbols
Caio Marcelo de Oliveira Filho
2020-01-14
2
-11
/
+11
*
aco: Flip s_cbranch / s_cselect to optimize out an s_not if possible.
Timur Kristóf
2020-01-14
2
-8
/
+51
*
aco: Optimize out s_and with exec, when used on uniform bitwise values.
Timur Kristóf
2020-01-14
1
-4
/
+31
*
aco: Don't skip combine_instruction when definitions[1] is used.
Timur Kristóf
2020-01-14
1
-1
/
+1
*
aco: Allow optimizing vote_all and nir_op_iand.
Timur Kristóf
2020-01-14
1
-6
/
+6
*
aco: Implement 64-bit constant propagation.
Timur Kristóf
2020-01-14
4
-25
/
+58
*
panfrost: Fix linear depth textures
Alyssa Rosenzweig
2020-01-14
6
-31
/
+53
*
vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM first
Jason Ekstrand
2020-01-14
9
-8
/
+85
*
intel/fs: Only use SLM fence in compute shaders
Caio Marcelo de Oliveira Filho
2020-01-14
1
-0
/
+3
*
radeonsi: actually enable VBOs in user SGPRs
Marek Olšák
2020-01-14
1
-1
/
+1
*
radeonsi: fix assertion and other failures in si_emit_graphics_shader_pointers
Marek Olšák
2020-01-14
1
-3
/
+4
[next]