index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
31
-23
/
+48
*
tests/cache_test: use the blob key's actual first byte
Grazvydas Ignotas
2017-03-21
1
-6
/
+2
*
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
2017-03-21
3
-17
/
+20
*
glsl: use set for copy propagation kills
Timothy Arceri
2017-03-18
1
-37
/
+28
*
glsl: don't leak memory when trying to count loop iterations
Timothy Arceri
2017-03-18
1
-2
/
+3
*
util/sha1: drop _mesa_sha1_{update, format} return type
Emil Velikov
2017-03-15
2
-9
/
+10
*
util/disk_cache: actually enforce cache size
Alan Swanson
2017-03-15
1
-3
/
+19
*
util/disk_cache: use a thread queue to write to shader cache
Timothy Arceri
2017-03-15
1
-0
/
+47
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
1
-2
/
+6
*
glsl/nir: Use nir_type_conversion_op
Jason Ekstrand
2017-03-14
1
-37
/
+32
*
nir: Make image_size a variable-width intrinsic
Jason Ekstrand
2017-03-14
1
-3
/
+4
*
glsl: don't use ralloc for blob creation
Timothy Arceri
2017-03-13
4
-20
/
+15
*
glsl: don't recompile a shader on fallback unless needed
Timothy Arceri
2017-03-12
1
-0
/
+7
*
mesa/glsl: introduce new gl_compile_status enum
Timothy Arceri
2017-03-12
1
-2
/
+2
*
glsl/tests: remove any bashisms
Emil Velikov
2017-03-10
2
-4
/
+4
*
glsl: remove shebang from python scripts
Emil Velikov
2017-03-10
2
-2
/
+0
*
glsl/tests: remove execute bit from compare_ir python script
Emil Velikov
2017-03-10
1
-0
/
+0
*
glsl/tests: suffix .sh/.py files as applicable
Emil Velikov
2017-03-10
5
-5
/
+5
*
exec_list: Add a foreach_list_typed_from macro
Robert Bragg
2017-03-09
1
-0
/
+5
*
glsl/blob: clear padding bytes
Grazvydas Ignotas
2017-03-09
1
-3
/
+6
*
glsl: builtin: always return clones of the builtins
Lionel Landwerlin
2017-03-09
3
-8
/
+20
*
util/disk_cache: fix make check
Timothy Arceri
2017-03-06
1
-7
/
+12
*
Revert "glsl: Switch to disable-by-default for the GLSL shader cache"
Timothy Arceri
2017-03-06
1
-5
/
+0
*
glsl: fix subroutine mismatch between declarations/definitions
Samuel Pitoiset
2017-03-03
5
-8
/
+18
*
glsl/nir: Use nir_builder's new control-flow helpers
Jason Ekstrand
2017-03-01
1
-27
/
+11
*
glsl/int64: Fix a typo in imod64
Jason Ekstrand
2017-03-01
2
-15
/
+9
*
glsl: remove unecessary flags.q.subroutine_def
Samuel Pitoiset
2017-03-01
5
-10
/
+7
*
glsl: reject samplers not declared as uniform/function params earlier
Samuel Pitoiset
2017-02-27
1
-0
/
+9
*
glsl: use is_sampler() anywhere it's possible
Samuel Pitoiset
2017-02-27
3
-15
/
+14
*
glsl: use is_image() anywhere it's possible
Samuel Pitoiset
2017-02-27
1
-1
/
+1
*
glsl: add missing blend_support qualifier in validate_flags()
Samuel Pitoiset
2017-02-27
1
-1
/
+2
*
glsl: use an enum for AMD_conservative_depth layout qualifiers
Samuel Pitoiset
2017-02-27
4
-35
/
+40
*
glsl: add has_shader_image_load_store()
Samuel Pitoiset
2017-02-27
3
-4
/
+7
*
compiler: style clean-ups in blob.h
Timothy Arceri
2017-02-25
1
-21
/
+21
*
glsl: Fix missing-braces warning.
Vinson Lee
2017-02-24
1
-1
/
+1
*
glsl: Raise a link error for non-SSO ES programs with a TES but no TCS.
Kenneth Graunke
2017-02-23
1
-0
/
+10
*
glsl: enable early_fragment_tests implicitly with post_depth_coverage
Iago Toral Quiroga
2017-02-23
1
-1
/
+1
*
glsl: refactor get_variable_being_redeclared() to return always an ir_variabl...
Samuel Iglesias Gonsálvez
2017-02-23
1
-27
/
+34
*
glsl: fix heap-use-after-free in ast_declarator_list::hir()
Samuel Iglesias Gonsálvez
2017-02-23
1
-2
/
+4
*
util/disk_cache: create timestamp and gpu_id dirs when MESA_GLSL_CACHE_DIR is...
Timothy Arceri
2017-02-22
1
-0
/
+40
*
glsl: resolve extern C workarounds/hacks
Emil Velikov
2017-02-21
3
-8
/
+4
*
glsl/tests: Add UINT64 and INT64 types
Rhys Kidd
2017-02-21
1
-0
/
+18
*
glsl: link error if unsized array not-last in ssbo
Jose Maria Casanova Crespo
2017-02-17
1
-1
/
+7
*
glsl: fix scons builds with shader cache
Timothy Arceri
2017-02-17
1
-0
/
+2
*
nir: Combine the int and double [un]pack opcodes
Jason Ekstrand
2017-02-16
1
-7
/
+3
*
util/disk_cache: allow drivers to pass a directory structure
Timothy Arceri
2017-02-17
1
-10
/
+10
*
st/mesa/glsl: build string of dri options and use as input to building sha fo...
Timothy Arceri
2017-02-17
1
-0
/
+6
*
glsl: reserve parameter storage on cache restore
Timothy Arceri
2017-02-17
1
-0
/
+1
*
glsl: don't try to load/store buffer object values in the cache
Timothy Arceri
2017-02-17
1
-2
/
+11
*
glsl: don't reprocess or clear UBOs on cache fallback
Timothy Arceri
2017-02-17
1
-29
/
+33
[next]