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
*
meson: convert gtest to an internal dependency
Dylan Baker
2017-10-03
1
-2
/
+2
*
glsl: Remove spurious assertions
Ian Romanick
2017-10-02
1
-2
/
+0
*
glsl: Move 'foo = foo;' optimization to opt_dead_code_local
Ian Romanick
2017-10-02
2
-12
/
+18
*
glsl/ast: Use logical-or instead of conditional assignment to set fallthru_var
Ian Romanick
2017-10-02
1
-4
/
+4
*
glsl/ast: Generate a more compact expression to disable execution of default ...
Ian Romanick
2017-10-02
1
-21
/
+10
*
glsl/ast: Explicitly track the set of case labels that occur after default
Ian Romanick
2017-10-02
1
-22
/
+49
*
glsl/ast: Convert ast_case_label::hir to ir_builder
Ian Romanick
2017-10-02
1
-24
/
+11
*
glsl/ast: Use ir_binop_equal instead of ir_binop_all_equal
Ian Romanick
2017-10-02
1
-15
/
+24
*
glsl/ast: Stop processing a switch-statement after an error in the init-expre...
Ian Romanick
2017-10-02
1
-0
/
+1
*
glsl: Don't pass NULL to ir_assignment constructor when not necessary
Ian Romanick
2017-10-02
8
-35
/
+27
*
glsl: Convert lower_variable_index_to_cond_assign to ir_builder
Ian Romanick
2017-10-02
3
-105
/
+65
*
glsl: Fix coding standards issues in lower_variable_index_to_cond_assign
Ian Romanick
2017-10-02
1
-78
/
+76
*
glsl: Convert lower_vec_index_to_cond_assign to using ir_builder
Ian Romanick
2017-10-02
1
-39
/
+17
*
glsl: Return ir_variable from compare_index_block
Ian Romanick
2017-10-02
3
-16
/
+20
*
glsl: Fix coding standards issues in lower_vec_index_to_cond_assign
Ian Romanick
2017-10-02
1
-16
/
+12
*
glsl: Fix coding standards issues in lower_if_to_cond_assign
Ian Romanick
2017-10-02
1
-48
/
+47
*
nir/spirv: Allow loop breaks in a switch body.
Bas Nieuwenhuizen
2017-10-02
1
-1
/
+1
*
glsl: do not set the 'smooth' qualifier by default on ES shaders
Nicolai Hähnle
2017-10-02
2
-12
/
+16
*
glsl/lower_instruction: handle denorms and overflow in ldexp correctly
Nicolai Hähnle
2017-09-29
1
-64
/
+107
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
3
-0
/
+291
*
glcpp: Avoid unnecessary call to strlen
Thomas Helland
2017-09-26
2
-9
/
+39
*
glcpp: Use string_buffer for line continuation removal
Thomas Helland
2017-09-26
1
-7
/
+18
*
glsl: Change the parser to use the string buffer
Thomas Helland
2017-09-26
3
-164
/
+78
*
nir: add some helpers for doing linking
Timothy Arceri
2017-09-26
3
-0
/
+151
*
glsl: mark xfb varyings as always active
Timothy Arceri
2017-09-26
1
-0
/
+3
*
nir: add always_active_io to nir variable
Timothy Arceri
2017-09-26
2
-0
/
+11
*
glsl: silence signed/unsigned comparison warning
Brian Paul
2017-09-21
1
-1
/
+1
*
glsl/linker: properly fix output variable overlap check
Nicolai Hähnle
2017-09-21
1
-6
/
+12
*
glsl: merge loop_controls.cpp with loop_unroll.cpp
Timothy Arceri
2017-09-21
5
-128
/
+34
*
glsl: move loop analysis helpers to loop_analysis.cpp
Timothy Arceri
2017-09-21
3
-146
/
+139
*
spirv: Flip the tessellation winding order
Jason Ekstrand
2017-09-20
1
-7
/
+2
*
glsl/linker: fix output variable overlap check
Nicolai Hähnle
2017-09-20
1
-6
/
+11
*
glsl: Unify ir_constant::const_elements and ::components
Ian Romanick
2017-09-19
6
-113
/
+24
*
glsl: Rename ir_constant::array_elements to ::const_elements
Ian Romanick
2017-09-19
6
-22
/
+22
*
glsl: Silence unused parameter warnings
Ian Romanick
2017-09-19
6
-19
/
+12
*
glsl: buffer variables can be readonly and writeonly
Juan A. Suarez Romero
2017-09-19
1
-11
/
+3
*
glsl: replace conditional compilation with MAYBE_UNUSED
Eric Engestrom
2017-09-19
1
-3
/
+2
*
glsl: avoid accessing invalid memory after get_variable_being_redeclared()
Iago Toral Quiroga
2017-09-14
1
-20
/
+19
*
glsl: make the redeclared variable NULL if it is deleted
Iago Toral Quiroga
2017-09-14
1
-3
/
+6
*
glsl: use 'declared_var' instead of 'var' after checking redeclarations
Iago Toral Quiroga
2017-09-14
1
-2
/
+2
*
glsl: compile unused function out
Eric Engestrom
2017-09-13
1
-0
/
+2
*
util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a boolean
Eric Engestrom
2017-09-12
1
-2
/
+2
*
glsl: Disallow unsized array of atomic_uint
Iago Toral Quiroga
2017-09-12
1
-0
/
+11
*
nir/spirv: handle if's with same label in both branches
Juan A. Suarez Romero
2017-09-12
1
-2
/
+10
*
nir/spirv: fix chain access with different index bit sizes
Samuel Iglesias Gonsálvez
2017-09-11
1
-3
/
+8
*
nir: put compact into bitfields in nir_variable_data
Dave Airlie
2017-09-07
1
-1
/
+1
*
spirv: Add support for the HelperInvocation builtin
Jason Ekstrand
2017-09-05
1
-1
/
+4
*
glsl: define YY_NO_INPUT to prevent unused symbol warnings
Matt Turner
2017-08-29
1
-0
/
+1
*
nir: Remove series of unnecessary conversions
Matt Turner
2017-08-29
1
-1
/
+1
*
nir/spirv: Use unreachable("...") rather than assert(!"...")
Matt Turner
2017-08-29
2
-13
/
+13
[next]