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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Fix printing of ~0 .locations.
Eric Anholt
2020-01-16
1
-2
/
+6
*
anv,nir: Lower quad_broadcast with dynamic index in NIR
Jason Ekstrand
2020-01-15
2
-1
/
+5
*
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
1
-1
/
+1
*
mesa/st: Move the dword slot counting function to glsl_types as well.
Eric Anholt
2020-01-14
4
-0
/
+67
*
mesa/st: Move the vec4 type size function into core GLSL types.
Eric Anholt
2020-01-14
4
-6
/
+32
*
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
*
nir/algebraic: a & ~(a >> 31) -> imax(a, 0)
Rhys Perry
2020-01-14
1
-0
/
+1
*
nir/sink,nir/move: move/sink nir_op_mov
Rhys Perry
2020-01-14
2
-0
/
+6
*
nir/sink,nir/move: move/sink load_per_vertex_input
Rhys Perry
2020-01-14
1
-1
/
+2
*
nir/lower_gs_intrinsics: add option for per-stream counts
Rhys Perry
2020-01-14
2
-15
/
+29
*
nir/divergence: handle load_primitive_id in GS
Rhys Perry
2020-01-14
1
-0
/
+2
*
Revert "nir: assert that nir_lower_tex runs after lowering derefs"
Kenneth Graunke
2020-01-13
1
-6
/
+0
*
nir: assert that nir_lower_tex runs after lowering derefs
Rob Clark
2020-01-13
1
-0
/
+6
*
nir/lower_atomics_to_ssbo: Also lower barriers
Jason Ekstrand
2020-01-13
4
-3
/
+7
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
8
-11
/
+17
*
nir/glsl: Emit memory barriers as part of barrier()
Jason Ekstrand
2020-01-13
1
-0
/
+12
*
spirv: Add output memory semantics to OpControlBarrier in TCS
Jason Ekstrand
2020-01-13
1
-3
/
+21
*
spirv: Add a workaround for OpControlBarrier on old GLSLang
Jason Ekstrand
2020-01-13
2
-1
/
+24
*
nir: Add a new memory_barrier_tcs_patch intrinsic
Jason Ekstrand
2020-01-13
4
-0
/
+17
*
nir: Handle barriers with more granularity in combine_stores
Jason Ekstrand
2020-01-13
1
-5
/
+9
*
nir: Handle more barriers in dead_write and copy_prop
Jason Ekstrand
2020-01-13
2
-0
/
+22
*
glsl: fix potential bug in nir uniform linker
Timothy Arceri
2020-01-12
1
-7
/
+3
*
glsl: Fix software 64-bit integer to 32-bit float conversions.
Francisco Jerez
2020-01-10
1
-22
/
+14
*
glsl: call calculate_subroutine_compat() from the nir linker
Timothy Arceri
2020-01-10
2
-2
/
+2
*
glsl: move calculate_subroutine_compat() to shared linker code
Timothy Arceri
2020-01-10
3
-37
/
+41
*
glsl: call uniform resource checks from the nir linker
Timothy Arceri
2020-01-10
2
-1
/
+2
*
glsl: move uniform resource checks into the common linker code
Timothy Arceri
2020-01-10
3
-80
/
+86
*
glsl: call check_subroutine_resources() from the nir linker
Timothy Arceri
2020-01-10
2
-1
/
+2
*
glsl: move check_subroutine_resources() into the shared util code
Timothy Arceri
2020-01-10
3
-15
/
+20
*
nir: fix printing of var_decl with more than 4 components.
Daniel Schürmann
2020-01-09
1
-1
/
+1
*
spirv,nir: add new lod parameter to image_{load,store} intrinsics
Samuel Pitoiset
2020-01-09
4
-2
/
+40
*
spirv: add SpvCapabilityImageReadWriteLodAMD
Samuel Pitoiset
2020-01-09
2
-0
/
+5
*
nir/spirv: skip unreachable blocks in Phi second pass
Juan A. Suarez Romero
2020-01-08
1
-0
/
+5
*
glsl: use nir version of check_image_resources() for nir linker
Timothy Arceri
2020-01-07
2
-1
/
+2
*
glsl: add check_image_resources() for the nir linker
Timothy Arceri
2020-01-07
1
-0
/
+38
*
glsl: use nir linker to link atomics
Timothy Arceri
2020-01-07
1
-2
/
+5
*
glsl: reorder link_and_validate_uniforms() calls
Timothy Arceri
2020-01-07
1
-1
/
+1
*
glsl: add new gl_nir_link_glsl() helper
Timothy Arceri
2020-01-07
2
-0
/
+14
*
glsl: add gl_nir_link_check_atomic_counter_resources()
Timothy Arceri
2020-01-07
2
-0
/
+95
*
glsl: rename gl_nir_link() to gl_nir_link_spirv()
Timothy Arceri
2020-01-07
2
-5
/
+5
*
glsl/nir: do not change an element index to have correct block name
Andrii Simiklit
2020-01-06
1
-1
/
+0
*
glsl: fix a binding points assignment for ssbo/ubo arrays
Andrii Simiklit
2020-01-06
3
-13
/
+25
*
glsl: fix an incorrect max_array_access after optimization of ssbo/ubo
Andrii Simiklit
2020-01-06
1
-0
/
+1
*
nir: make nir_get_texture_size/lod available outside nir_lower_tex
Gert Wollny
2020-01-04
3
-110
/
+117
*
spirv: Fix glsl type assert in spir2nir.
Bas Nieuwenhuizen
2020-01-04
1
-0
/
+4
*
nir/zink: move clip_halfz-lowering to common code
Erik Faye-Lund
2020-01-03
4
-0
/
+81
[next]