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
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.
Eric Anholt
2020-02-05
6
-59
/
+102
*
gitlab-ci: Add ppc64el and s390x cross-build jobs
Michel Dänzer
2020-02-05
2
-0
/
+2
*
glsl: Use 'using' to be explicit about visitor overloads
Kristian H. Kristensen
2020-02-04
4
-0
/
+11
*
compiler: add a new explicit interpolation mode
Samuel Pitoiset
2020-01-29
1
-1
/
+1
*
util/hash_table: added hash functions for integer types
Anthony Pesch
2020-01-23
10
-14
/
+14
*
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
*
compiler: Translate GLSL IR to NIR for new INTEL_shader_integer_functions2 ex...
Ian Romanick
2020-01-23
1
-0
/
+30
*
glsl: Add built-in functions for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+311
*
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
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
1
-1
/
+1
*
nir/glsl: Emit memory barriers as part of barrier()
Jason Ekstrand
2020-01-13
1
-0
/
+12
*
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
*
spirv,nir: add new lod parameter to image_{load,store} intrinsics
Samuel Pitoiset
2020-01-09
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
*
glsl: Set .flat for gl_FrontFacing
Alyssa Rosenzweig
2019-12-30
1
-4
/
+7
*
st/glsl_to_nir: use nir based program resource list builder
Timothy Arceri
2019-12-13
4
-5
/
+12
*
glsl: add subroutine support to nir_build_program_resource_list()
Timothy Arceri
2019-12-13
1
-2
/
+31
*
glsl: add support for named varyings in nir_build_program_resource_list()
Timothy Arceri
2019-12-13
1
-15
/
+286
*
glsl: copy the new data fields when converting to nir
Timothy Arceri
2019-12-13
1
-0
/
+4
*
glsl: copy the how_declared field when converting to nir
Timothy Arceri
2019-12-13
1
-0
/
+10
*
glsl: move nir_remap_dual_slot_attributes() call out of glsl_to_nir()
Timothy Arceri
2019-12-13
1
-7
/
+0
*
glsl/nir: iterate the system values list when adding varyings
Timothy Arceri
2019-12-05
1
-25
/
+36
*
glsl/tests: Use splitlines() instead of strip()
Michel Dänzer
2019-12-05
1
-2
/
+2
*
glsl: make use of active_shader_mask when building resource list
Timothy Arceri
2019-12-05
1
-12
/
+1
*
glsl: don't set uniform block as used when its not
Timothy Arceri
2019-12-05
2
-2
/
+10
*
glsl: move calculate_array_size_and_stride() to link_uniforms.cpp
Timothy Arceri
2019-12-05
2
-216
/
+218
*
glsl: additional interface redeclaration check for SSO programs
Tapani Pälli
2019-12-04
1
-0
/
+54
*
nir/samplers: don't zero samplers_used/txf.
Dave Airlie
2019-12-02
1
-3
/
+0
*
glsl: handle max uniform limits with lower_const_arrays_to_uniforms
Tapani Pälli
2019-11-28
3
-5
/
+40
*
driconf, glsl: Add a vs_position_always_invariant option
Kenneth Graunke
2019-11-27
1
-0
/
+6
[next]