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
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Generate link error for non-matching gl_FragCoord redeclarations
Anuj Phogat
2015-03-26
1
-13
/
+2
*
glsl: fix names in lower_constant_arrays_to_uniforms
Tapani Pälli
2015-03-26
1
-3
/
+1
*
glsl: optimize (0 cmp x + y) into (-x cmp y).
Samuel Iglesias Gonsalvez
2015-03-25
1
-3
/
+12
*
glsl: Mark array access when copying to a temporary for the ?: operator.
Kenneth Graunke
2015-03-11
1
-0
/
+6
*
glsl: Rewrite and fix min/max to saturate optimization.
Matt Turner
2015-02-27
1
-29
/
+46
*
Avoid fighting with Solaris headers over isnormal()
Alan Coopersmith
2015-02-24
1
-1
/
+1
*
Remove extraneous ; after DECL_TYPE usage
Alan Coopersmith
2015-02-24
1
-33
/
+33
*
glsl: Reduce memory consumption of copy propagation passes.
Kenneth Graunke
2015-02-24
2
-6
/
+25
*
nir: add missing header to the sources list
Emil Velikov
2015-02-12
1
-0
/
+1
*
nir: resolve nir.h dependency list (fix make distcheck)
Emil Velikov
2015-02-12
1
-1
/
+1
*
nir: Fix broken fsat recognizer.
Eric Anholt
2015-02-06
1
-1
/
+1
*
nir: Slightly simplify algebraic code generation by reusing a struct.
Eric Anholt
2015-02-06
1
-6
/
+3
*
glsl: GLSL ES identifiers cannot exceed 1024 characters
Iago Toral Quiroga
2015-02-06
1
-1
/
+7
*
nir: add an optimization to remove useless phi nodes
Connor Abbott
2015-02-03
3
-0
/
+112
*
nir/validate: Ensure that phi sources are SSA-only
Jason Ekstrand
2015-02-03
1
-10
/
+3
*
nir/validate: Validate that only float ALU outputs are saturated
Jason Ekstrand
2015-02-03
1
-0
/
+8
*
nir/lower_source_mods: Don't lower saturate for non-float outputs
Jason Ekstrand
2015-02-03
1
-0
/
+4
*
nir: Add a pass to lower vector phi nodes to scalar phi nodes
Jason Ekstrand
2015-02-03
3
-0
/
+293
*
glsl/list: Note that exec_lists may not be realloc'd.
Matt Turner
2015-02-03
1
-0
/
+4
*
glsl: Improve precision of mod(x,y)
Iago Toral Quiroga
2015-02-03
3
-28
/
+41
*
glsl: can't have 'const' qualifier used with struct or interface block members
Iago Toral Quiroga
2015-02-03
1
-0
/
+7
*
glsl: interface blocks must be declared at global scope
Iago Toral Quiroga
2015-02-03
1
-0
/
+8
*
glsl: Pick ast_conditional branch regardless of op1/2 being constant.
Kenneth Graunke
2015-02-02
1
-4
/
+2
*
nir/opt_algebraic: Add some constant bcsel reductions
Jason Ekstrand
2015-01-29
1
-2
/
+28
*
nir/opt_algebraic: Add some boolean simplifications
Jason Ekstrand
2015-01-29
1
-4
/
+5
*
nir/algebraic: Support specifying variable as constant or by type
Jason Ekstrand
2015-01-29
2
-6
/
+26
*
nir/algebraic: Fail to compile of a variable is used in a replace but not the...
Jason Ekstrand
2015-01-29
1
-0
/
+7
*
nir/search: Allow for matching variables based on types
Jason Ekstrand
2015-01-29
2
-0
/
+23
*
nir/search: Add support for matching unknown constants
Jason Ekstrand
2015-01-29
2
-0
/
+13
*
nir: Add an invalid type
Jason Ekstrand
2015-01-29
1
-0
/
+1
*
nir: Add variants of some of the comparison simplifications.
Eric Anholt
2015-01-29
1
-0
/
+4
*
nir: Don't try to to-SSA ALU instructions that are already SSA.
Eric Anholt
2015-01-29
1
-0
/
+3
*
nir: Fix a bit of broken indentation.
Eric Anholt
2015-01-29
1
-1
/
+1
*
nir: Add a couple of helpers for glsl types.
Eric Anholt
2015-01-29
2
-1
/
+16
*
nir: Make vec-to-movs handle src/dest aliasing.
Eric Anholt
2015-01-28
1
-10
/
+72
*
nir/opcodes: Use a return type of tfloat for ldexp
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
Revert "nir/opcodes: Use fpclassify() instead of isnormal() for ldexp"
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
nir/opcodes: Use fpclassify() instead of isnormal() for ldexp
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
nir: fix a bug with constant folding non-per-component instructions
Connor Abbott
2015-01-26
1
-1
/
+2
*
nir: add a helper function for getting the number of source components
Connor Abbott
2015-01-26
1
-0
/
+15
*
nir/opcodes: Don't go through doubles when constant-folding iabs
Jason Ekstrand
2015-01-26
1
-1
/
+1
*
nir/opcodes: Simplify and fix the unpack_half_*_split_* constant expressions
Jason Ekstrand
2015-01-26
1
-6
/
+4
*
nir: Use pointers for nir_src_copy and nir_dest_copy
Jason Ekstrand
2015-01-26
10
-53
/
+47
*
nir/constant_folding: use the new constant folding infrastructure
Connor Abbott
2015-01-24
1
-158
/
+21
*
nir: add new constant folding infrastructure
Jason Ekstrand
2015-01-24
6
-184
/
+787
*
nir: use Python to autogenerate opcode information
Connor Abbott
2015-01-24
8
-401
/
+478
*
glsl: Add a foreach_in_list_reverse_safe macro.
Matt Turner
2015-01-23
1
-0
/
+6
*
nir: Expose nir_print_instr() for debug prints
Eric Anholt
2015-01-23
2
-2
/
+8
*
nir: When asked to print with a NULL state, just use bare variable names.
Eric Anholt
2015-01-23
1
-6
/
+16
*
nir: Add nir_lower_alu_to_scalar.
Eric Anholt
2015-01-23
3
-0
/
+188
[next]