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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Check the subroutine associated functions names
Vadym Shovkoplias
2018-10-16
1
-0
/
+36
*
glsl/linker: Change the format of spec quotation
Vadym Shovkoplias
2018-10-16
1
-6
/
+5
*
nir: fix clip cull lowering to not assert if GLSL already lowered.
Dave Airlie
2018-10-15
1
-0
/
+6
*
nir: Copy propagation between blocks
Caio Marcelo de Oliveira Filho
2018-10-15
2
-82
/
+351
*
nir: Take call instruction into account in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-10-15
1
-6
/
+12
*
nir: Add tests for copy propagation of derefs
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+300
*
nir: Remove handling of dead writes from copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-10-15
1
-76
/
+8
*
nir: Separate dead write removal into its own pass
Caio Marcelo de Oliveira Filho
2018-10-15
5
-3
/
+227
*
nir: Add tests for dead write elimination
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+241
*
nir: Add test file for vars related passes
Caio Marcelo de Oliveira Filho
2018-10-15
3
-11
/
+224
*
nir: Add nir_imm_ivec2 helper
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+12
*
nir: Expose nir_remove_unused_io_vars().
Eric Anholt
2018-10-15
2
-8
/
+27
*
nir: Be sure to fix deref modes after demoting shader i/o vars to global.
Eric Anholt
2018-10-15
1
-0
/
+3
*
nir: Create sampler2D variables in nir_lower_{bitmap,drawpixels}.
Kenneth Graunke
2018-10-14
2
-1
/
+23
*
spirv: Update SPIR-V json and headers to Khronos master
Jason Ekstrand
2018-10-13
2
-13
/
+604
*
spirv/nir: handle memory access qualifiers for SSBO loads/stores
Samuel Pitoiset
2018-10-12
4
-14
/
+77
*
nir: Add a bunch of b2[if] optimizations
Jason Ekstrand
2018-10-11
1
-0
/
+17
*
glsl: remove redundant es_shader checks
Timothy Arceri
2018-10-11
2
-5
/
+1
*
glsl: ignore trailing whitespace when define redefined
Timothy Arceri
2018-10-10
3
-3
/
+25
*
nir/algebraic: Simplify fsat of fsign
Ian Romanick
2018-10-09
1
-0
/
+1
*
nir/algebraic: sign(x)*x*x is abs(x)*x
Ian Romanick
2018-10-09
1
-0
/
+5
*
nir: Add helper functions to get the instruction that generated a nir_src
Ian Romanick
2018-10-09
1
-0
/
+23
*
meson: Don't build glsl compiler tests unless OpenGL is enabled
Dylan Baker
2018-10-09
2
-2
/
+2
*
glsl: fix array assignments of a swizzled vector
Ilia Mirkin
2018-10-08
1
-3
/
+10
*
glsl: do not attempt assignment if operand type not parsed correctly
Tapani Pälli
2018-10-08
1
-0
/
+6
*
spirv: mark variables decorated with XfbBuffer as always active
Samuel Pitoiset
2018-10-05
1
-0
/
+1
*
nir/alu_to_scalar: Use ssa_for_alu_src in hand-rolled expansions
Jason Ekstrand
2018-10-04
1
-15
/
+18
*
glsl/linker: Check the subroutine associated functions names
Vadym Shovkoplias
2018-10-04
1
-0
/
+40
*
spirv: Move function call handling to vtn_cfg
Jason Ekstrand
2018-10-02
3
-63
/
+65
*
nir/from_ssa: Don't rewrite derefs destinations to registers
Jason Ekstrand
2018-10-02
1
-0
/
+6
*
nir/cf: Remove phi sources if needed in nir_handle_add_jump
Jason Ekstrand
2018-10-02
1
-17
/
+21
*
glsl: Add an assert when cloning ir_dereference_record with invalid field
Danylo Piliaiev
2018-09-20
1
-0
/
+1
*
glsl: Avoid propagating incompatible type of initializer
Danylo Piliaiev
2018-09-20
1
-29
/
+33
*
nir: add initializer data to fix MSVC compile error
Juan A. Suarez Romero
2018-09-19
1
-1
/
+1
*
nir: Add some asserts that we don't put derefs in phis
Jason Ekstrand
2018-09-19
3
-0
/
+6
*
nir/opt_if: Re-materialize derefs in use blocks before peeling loops
Jason Ekstrand
2018-09-19
1
-6
/
+7
*
nir/loop_unroll: Re-materialize derefs in use blocks before unrolling
Jason Ekstrand
2018-09-19
1
-9
/
+4
*
nir: Add a small pass to rematerialize derefs per-block
Jason Ekstrand
2018-09-19
2
-0
/
+134
*
nir: add loop unroll support for complex wrapper loops
Timothy Arceri
2018-09-14
1
-37
/
+76
*
nir: propagates if condition evaluation down some alu chains
Timothy Arceri
2018-09-14
1
-0
/
+128
*
nir: evaluate if condition uses inside the if branches
Timothy Arceri
2018-09-14
2
-0
/
+138
*
glsl/linker: Check the invariance of built-in special variables
Vadym Shovkoplias
2018-09-12
1
-0
/
+66
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
6
-14
/
+16
*
nir: Drop the vs_inputs_dual_locations option
Jason Ekstrand
2018-09-06
4
-47
/
+21
*
radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remap
Jason Ekstrand
2018-09-06
1
-4
/
+1
*
compiler: Move double_inputs to gl_program::DualSlotInputs
Jason Ekstrand
2018-09-06
7
-35
/
+49
*
glsl: fixer lexer for unreachable defines
Timothy Arceri
2018-09-06
2
-23
/
+38
*
glsl: avoid lowering texcoord array except in simple cases
Ilia Mirkin
2018-08-29
1
-0
/
+6
*
glsl: add a mechanism to allow layout qualifiers on function params
Timothy Arceri
2018-08-30
3
-0
/
+20
*
glsl: skip stringification in preprocessor if in unreachable branch
Timothy Arceri
2018-08-30
1
-2
/
+4
[next]