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: raise warning when using uninitialized variables
Alejandro Piñeiro
2016-03-29
1
-0
/
+7
*
glsl: add is_lhs bool on ast_expression
Alejandro Piñeiro
2016-03-29
4
-0
/
+44
*
nir: Add a helper for getting the current block from a cursor
Jason Ekstrand
2016-03-28
1
-0
/
+11
*
nir/lower_out_to_temp: Add an "entrypoint" parameter
Jason Ekstrand
2016-03-28
3
-4
/
+5
*
nir/lower_out_to_temp: Steal the output's constant initializer
Jason Ekstrand
2016-03-28
1
-0
/
+3
*
nir: Add a helper for getting the unique function in a shader
Jason Ekstrand
2016-03-28
1
-0
/
+11
*
nir/sweep: Sweep function parameters
Jason Ekstrand
2016-03-28
1
-0
/
+2
*
nir/builder: Add a helper for creating undefs
Jason Ekstrand
2016-03-28
1
-0
/
+14
*
nir/builder: Add a helper for storing to variable derefs
Jason Ekstrand
2016-03-28
1
-0
/
+16
*
nir/builder: Add a helper for building fdot instructions
Jason Ekstrand
2016-03-28
1
-0
/
+17
*
nir: Add a variable_foreach_safe helper
Jason Ekstrand
2016-03-28
1
-0
/
+3
*
nir/Makefile: Fix alphabetization
Jason Ekstrand
2016-03-28
2
-6
/
+6
*
glsl: add OES_texture_buffer and EXT_texture_buffer support
Ilia Mirkin
2016-03-28
6
-24
/
+46
*
glsl: Delete initialized field from uniform storage test.
Kenneth Graunke
2016-03-28
1
-19
/
+0
*
mesa: remove initialized field from uniform storage
Timothy Arceri
2016-03-29
3
-10
/
+0
*
glsl: reduce buffer block duplication
Timothy Arceri
2016-03-26
4
-43
/
+54
*
nir: Add a pass to inline functions
Jason Ekstrand
2016-03-24
4
-0
/
+274
*
nir/builder: Add helpers for easily inserting copy_var intrinsics
Jason Ekstrand
2016-03-24
1
-0
/
+23
*
nir: Add return lowering pass
Jason Ekstrand
2016-03-24
4
-0
/
+251
*
nir: Add a cursor helper for getting a cursor after any phi nodes
Jason Ekstrand
2016-03-24
1
-0
/
+16
*
nir/builder: Add a helper for inserting jump instructions
Jason Ekstrand
2016-03-24
1
-0
/
+7
*
nir/cf: Make extracting or re-inserting nothing a no-op
Jason Ekstrand
2016-03-24
1
-0
/
+9
*
nir: Add a function for comparing cursors
Jason Ekstrand
2016-03-24
2
-0
/
+58
*
nir/cf: Handle relinking top-level blocks
Jason Ekstrand
2016-03-24
1
-2
/
+5
*
nir: Add a pass to repair SSA form
Jason Ekstrand
2016-03-24
4
-0
/
+163
*
nir/vars_to_ssa: Use the new nir_phi_builder helper
Jason Ekstrand
2016-03-24
1
-359
/
+134
*
nir/dominance: Handle unreachable blocks
Jason Ekstrand
2016-03-24
1
-1
/
+5
*
nir: Add a phi node placement helper
Jason Ekstrand
2016-03-24
4
-0
/
+414
*
nir: fix dangling ssadef->name ptrs
Rob Clark
2016-03-24
3
-4
/
+8
*
glsl: Add propagate_invariance to the other makefile
Jason Ekstrand
2016-03-23
1
-0
/
+1
*
nir/glsl: Propagate invariant into NIR alu ops
Jason Ekstrand
2016-03-23
1
-0
/
+3
*
glsl/rebalance_tree: Don't handle invariant or precise trees
Jason Ekstrand
2016-03-23
1
-0
/
+16
*
glsl/opt_algebraic: Don't handle invariant or precise trees
Jason Ekstrand
2016-03-23
1
-0
/
+19
*
glsl: Add a pass to propagate the "invariant" and "precise" qualifiers
Jason Ekstrand
2016-03-23
4
-0
/
+128
*
nir/alu_to_scalar: Propagate the "exact" bit
Jason Ekstrand
2016-03-23
1
-0
/
+1
*
nir/cse: Properly handle nir_ssa_def.exact
Jason Ekstrand
2016-03-23
1
-2
/
+14
*
nir/algebraic: Flag inexact optimizations
Jason Ekstrand
2016-03-23
1
-59
/
+62
*
nir/algebraic: Fix fmin detection to match the spec
Jason Ekstrand
2016-03-23
1
-1
/
+1
*
nir/algebraic: Get rid of an invlid fxor optimization
Jason Ekstrand
2016-03-23
1
-1
/
+0
*
nir/algebraic: Allow for flagging operations as being inexact
Jason Ekstrand
2016-03-23
4
-2
/
+26
*
nir/search: Propagate exactness into newly created expressions
Jason Ekstrand
2016-03-23
1
-4
/
+5
*
nir/builder: Add a flag for setting exact
Jason Ekstrand
2016-03-23
1
-0
/
+9
*
nir: Add an "exact" bit to nir_alu_instr
Jason Ekstrand
2016-03-23
3
-0
/
+14
*
nir/clone: Export nir_variable_clone
Jason Ekstrand
2016-03-23
2
-4
/
+13
*
nir/clone: Expose nir_constant_clone
Jason Ekstrand
2016-03-23
2
-4
/
+5
*
nir: Fix whitespace
Jason Ekstrand
2016-03-23
1
-1
/
+1
*
compiler/glsl: allow sequence op as a const expr in gles 1.0
Lars Hamre
2016-03-23
1
-1
/
+3
*
nir: Don't abs slt and friends
Ian Romanick
2016-03-22
1
-0
/
+4
*
nir: Don't abs the result of b2f or b2i
Ian Romanick
2016-03-22
1
-0
/
+2
*
nir: Simplify 0 < fabs(a)
Ian Romanick
2016-03-22
1
-0
/
+6
[next]