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
*
mesa/glsl: add api_enabled flag to gl_transform_feedback_info
Timothy Arceri
2017-10-31
1
-1
/
+4
*
glsl/shader_cache: Save and restore serialized nir in gl_program
Jordan Justen
2017-10-31
1
-0
/
+16
*
glsl: Fix bad formatting in a comment
Ian Romanick
2017-10-30
1
-1
/
+1
*
glsl/linker: Check that re-declared, inter-shader built-in blocks match
Eduardo Lima Mitev
2017-10-30
1
-0
/
+29
*
glsl: Use the utility function to copy symbols between symbol tables
Eduardo Lima Mitev
2017-10-30
2
-31
/
+10
*
glsl_parser_extra: Add utility to copy symbols between symbol tables
Eduardo Lima Mitev
2017-10-30
2
-0
/
+48
*
glsl: Remove ir_binop_greater and ir_binop_lequal expressions
Ian Romanick
2017-10-30
11
-62
/
+39
*
glsl/parser: Track built-in types using the glsl_type directly
Ian Romanick
2017-10-30
4
-12
/
+28
*
glsl/parser: Return the glsl_type object from the lexer
Ian Romanick
2017-10-30
2
-282
/
+182
*
glsl/parser: Allocate identifier inside classify_identifier
Ian Romanick
2017-10-30
1
-29
/
+15
*
glsl/parser: Move anonymous struct name handling to the parser
Ian Romanick
2017-10-30
2
-14
/
+11
*
glsl/parser: Silence unused parameter warning
Ian Romanick
2017-10-30
3
-5
/
+5
*
glsl: Silence unused parameter warnings
Ian Romanick
2017-10-30
2
-7
/
+8
*
Revert "foo"
Emil Velikov
2017-10-30
1
-12
/
+12
*
foo
Emil Velikov
2017-10-30
1
-12
/
+12
*
glsl/linker: Fix type checks for location aliasing
Iago Toral Quiroga
2017-10-26
1
-3
/
+19
*
glsl/linker: refactor check_location_aliasing
Iago Toral Quiroga
2017-10-26
1
-64
/
+46
*
glsl/linker: validate explicit locations for SSO programs
Iago Toral Quiroga
2017-10-26
3
-0
/
+71
*
glsl/linker: generalize validate_explicit_variable_location for SSO
Iago Toral Quiroga
2017-10-26
1
-2
/
+16
*
glsl/linker: create a helper function to validate explicit locations
Iago Toral Quiroga
2017-10-26
1
-39
/
+55
*
glsl/linker: outputs in the same location must share auxiliary storage
Iago Toral Quiroga
2017-10-26
1
-6
/
+30
*
glsl/linker: outputs in the same location must share interpolation
Iago Toral Quiroga
2017-10-26
1
-4
/
+41
*
glsl/linker: fix location aliasing checks for interface variables
Iago Toral Quiroga
2017-10-26
1
-12
/
+33
*
glsl/linker: refactor link-time validation of output locations
Iago Toral Quiroga
2017-10-26
1
-55
/
+73
*
glsl/linker: report linker errors for invalid explicit locations on inputs
Iago Toral Quiroga
2017-10-26
1
-0
/
+7
*
glsl_to_nir: Zero nir_constant in constant_copy for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
*
glsl_to_nir: Zero nir_variable struct for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
*
glsl: move shader_cache type handling to glsl_types
Connor Abbott
2017-10-25
1
-171
/
+0
*
glsl: fix derived cs variables
Ilia Mirkin
2017-10-23
8
-118
/
+243
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-5
/
+5
*
glsl/linker: produce error when invalid explicit locations are used
Iago Toral Quiroga
2017-10-19
3
-5
/
+43
*
glsl: mark xfb inputs as always_active_io
Timothy Arceri
2017-10-16
1
-3
/
+19
*
meson: fix blob test includes
Dylan Baker
2017-10-13
1
-1
/
+1
*
nir: Get rid of the variable on vote intrinsics
Jason Ekstrand
2017-10-12
1
-2
/
+0
*
compiler/blob: Constify the reader
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
compiler/blob: make blob_reserve_bytes() more useful
Connor Abbott
2017-10-12
1
-2
/
+2
*
compiler/blob: Switch to init/finish instead of create/destroy
Jason Ekstrand
2017-10-12
2
-60
/
+61
*
compiler: Move blob up a level
Jason Ekstrand
2017-10-12
3
-654
/
+0
*
meson: Add inc_compiler to the libglsl includes
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
glsl/blob: Return false from grow_to_fit if we've ever failed
Jason Ekstrand
2017-10-12
2
-1
/
+13
*
glsl/blob: Return false from ensure_can_read on overrun
Jason Ekstrand
2017-10-12
1
-0
/
+3
*
glsl/linker: add check for compute shared memory size
Nicolai Hähnle
2017-10-10
3
-6
/
+23
*
glsl: tidy up IR after loop unrolling
Timothy Arceri
2017-10-10
1
-1
/
+7
*
glsl: make loop unrolling more like the nir unrolling path
Timothy Arceri
2017-10-10
3
-67
/
+163
*
glsl: check if induction var incremented before use in terminator
Timothy Arceri
2017-10-10
1
-0
/
+38
*
glsl: don't drop instructions from unreachable terminators continue branch
Timothy Arceri
2017-10-10
2
-8
/
+27
*
meson: Build i965 and dri stack
Dylan Baker
2017-10-09
3
-5
/
+356
*
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
[next]