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
*
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
*
glsl: Add varyings to "zero-init of uninitialized vars" workaround
Danylo Piliaiev
2019-11-22
1
-1
/
+2
*
glsl: add missing initialization of the location path field
Iago Toral Quiroga
2019-11-21
1
-0
/
+2
*
mesa: add support cursor support for relative path shader includes
Timothy Arceri
2019-11-20
3
-1
/
+36
*
glsl: delay compilation skip if shader contains an include
Timothy Arceri
2019-11-20
1
-6
/
+40
*
glsl: add can_skip_compile() helper
Timothy Arceri
2019-11-20
1
-10
/
+20
*
glsl: error if #include used while extension is disabled
Timothy Arceri
2019-11-20
2
-0
/
+15
*
glsl: add preprocessor #include support
Timothy Arceri
2019-11-20
6
-3
/
+192
*
glsl: pass gl_context to glcpp_parser_create()
Timothy Arceri
2019-11-20
3
-7
/
+7
*
glsl: add ARB_shading_language_include support to #line
Timothy Arceri
2019-11-20
7
-8
/
+80
*
glsl: add infrastructure for ARB_shading_language_include
Timothy Arceri
2019-11-20
2
-0
/
+3
*
glsl_to_nir: rename image_access to mem_access
Marek Olšák
2019-11-19
1
-12
/
+12
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
2
-4
/
+4
*
glsl: Check earlier for MaxTextureImageUnits and MaxImageUniforms
Caio Marcelo de Oliveira Filho
2019-11-11
2
-12
/
+24
[next]