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/lower_input_attachments: lower nir_texop_fragment_{mask}_fetch
Samuel Pitoiset
2020-01-23
1
-10
/
+52
*
spirv: add support for SpvOpFragment{Mask}FetchAMD operations
Samuel Pitoiset
2020-01-23
1
-1
/
+23
*
nir: add two new texture ops for multisample fragment color/mask fetches
Samuel Pitoiset
2020-01-23
2
-0
/
+9
*
spirv: add SpvCapabilityFragmentMaskAMD
Samuel Pitoiset
2020-01-23
2
-0
/
+5
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
1
-2
/
+1
*
glsl_to_nir: update interface type properly
Timothy Arceri
2020-01-23
1
-2
/
+4
*
glsl: count uniform components and storage better in nir linking
Timothy Arceri
2020-01-23
1
-4
/
+13
*
glsl: fix check for matrices in blocks when using nir uniform linker
Timothy Arceri
2020-01-23
1
-4
/
+3
*
glsl: remove bogus assert in nir uniform linking
Timothy Arceri
2020-01-23
1
-1
/
+0
*
nir/algebraic: Optimize some 64-bit integer comparisons involving zero
Ian Romanick
2020-01-23
1
-0
/
+18
*
spirv: Add support for IntegerFunctions2INTEL capability
Ian Romanick
2020-01-23
2
-0
/
+5
*
spirv: Silence a bunch of unused parameter warnings
Ian Romanick
2020-01-23
1
-12
/
+12
*
nir/spirv: Translate SPIR-V to NIR for new INTEL_shader_integer_functions2 op...
Ian Romanick
2020-01-23
2
-0
/
+35
*
compiler: Translate GLSL IR to NIR for new INTEL_shader_integer_functions2 ex...
Ian Romanick
2020-01-23
1
-0
/
+30
*
nir/algebraic: Add lowering for 64-bit iadd_sat and isub_sat
Ian Romanick
2020-01-23
1
-0
/
+50
*
nir/algebraic: Add lowering for 64-bit uadd_sat
Ian Romanick
2020-01-23
1
-0
/
+1
*
nir/algebraic: Add lowering for 64-bit usub_sat
Ian Romanick
2020-01-23
2
-0
/
+18
*
nir/algebraic: Add lowering for 64-bit hadd and rhadd
Ian Romanick
2020-01-23
2
-0
/
+26
*
nir/algebraic: Add lowering for uabs_usub and uabs_isub
Ian Romanick
2020-01-23
1
-0
/
+3
*
nir: Add new instructions for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+17
*
glsl: Add built-in functions for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+311
*
glsl_types: Add function to get an unsigned base type from a signed type
Ian Romanick
2020-01-23
1
-0
/
+21
*
glsl: Add new expressions for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
4
-0
/
+126
*
mesa: Extension boilerplate for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
2
-0
/
+3
*
compiler: Add a note about how num_ssbos works in the program info.
Eric Anholt
2020-01-21
1
-1
/
+5
*
nir: Drop the ssbo_offset to atomic lowering.
Eric Anholt
2020-01-21
2
-3
/
+5
*
mesa: Make atomic lowering put atomics above SSBOs.
Eric Anholt
2020-01-21
1
-52
/
+17
*
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
[next]