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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Make texture instruction names more consistent
Jason Ekstrand
2015-01-15
11
-25
/
+25
*
nir: Remove the ffma peephole
Jason Ekstrand
2015-01-15
2
-190
/
+0
*
nir: Add a basic constant folding pass
Jason Ekstrand
2015-01-15
4
-0
/
+283
*
nir: Add an algebraic optimization pass
Jason Ekstrand
2015-01-15
5
-3
/
+90
*
nir: Add infastructure for generating algebraic transformation passes
Jason Ekstrand
2015-01-15
1
-0
/
+255
*
nir: Add an expression matching framework
Jason Ekstrand
2015-01-15
3
-0
/
+446
*
nir/glsl: Emit abs, neg, and sat operations instead of source modifiers
Jason Ekstrand
2015-01-15
1
-6
/
+3
*
nir: Make the type casting operations static inline functions
Jason Ekstrand
2015-01-15
1
-32
/
+32
*
nir: Add a lowering pass for adding source modifiers where possible
Jason Ekstrand
2015-01-15
4
-0
/
+188
*
nir: Add neg, abs, and sat opcodes
Jason Ekstrand
2015-01-15
1
-0
/
+5
*
i965/fs_nir: Implement the ARB_gpu_shader5 interpolation intrinsics
Jason Ekstrand
2015-01-15
1
-0
/
+120
*
i965/fs_nir: Add a has_indirect flag and clean up some of the input/output code
Jason Ekstrand
2015-01-15
1
-63
/
+14
*
nir: Add a helper for getting a constant value from an SSA source
Jason Ekstrand
2015-01-15
2
-0
/
+20
*
nir/glsl: Add support for gpu_shader5 interpolation instrinsics
Jason Ekstrand
2015-01-15
1
-1
/
+79
*
nir: Add gpu_shader5 interpolation intrinsics
Jason Ekstrand
2015-01-15
2
-27
/
+21
*
nir/validate: Validate intrinsic source/destination sizes
Jason Ekstrand
2015-01-15
1
-0
/
+26
*
nir: Vectorize intrinsics
Jason Ekstrand
2015-01-15
9
-315
/
+123
*
nir: Remove the old variable lowering code
Jason Ekstrand
2015-01-15
3
-1245
/
+0
*
nir/validate: Ensure that outputs are write-only and inputs are read-only
Jason Ekstrand
2015-01-15
1
-0
/
+23
*
i965/fs_nir: Use the new variable lowering code
Jason Ekstrand
2015-01-15
1
-19
/
+25
*
nir/glsl: Generate SSA NIR
Jason Ekstrand
2015-01-15
1
-129
/
+117
*
nir: Add a pass to lower global variables to local variables
Jason Ekstrand
2015-01-15
3
-0
/
+109
*
nir: Add a pass for lowering input/output loads/stores
Jason Ekstrand
2015-01-15
3
-0
/
+394
*
nir: Add a pass to lower local variables to registers
Jason Ekstrand
2015-01-15
3
-0
/
+316
*
nir: Add a pass to lower local variable accesses to SSA values
Jason Ekstrand
2015-01-15
3
-0
/
+1069
*
nir: Add a copy splitting pass
Jason Ekstrand
2015-01-15
3
-0
/
+288
*
nir: Automatically update SSA if uses
Jason Ekstrand
2015-01-15
1
-5
/
+4
*
i965/fs_nir: Don't dump the shader.
Jason Ekstrand
2015-01-15
1
-5
/
+0
*
nir/glsl: Don't allocate a state_slots array for 0 state slots
Jason Ekstrand
2015-01-15
1
-6
/
+12
*
nir: Validate that the sources of a phi have the same size as the destination
Jason Ekstrand
2015-01-15
1
-0
/
+13
*
nir/copy_propagate: Don't cause size mismatches on phi node sources
Jason Ekstrand
2015-01-15
1
-0
/
+12
*
nir: Don't require a function in ssa_def_init
Jason Ekstrand
2015-01-15
6
-24
/
+41
*
nir: Use an integer index for specifying structure fields
Jason Ekstrand
2015-01-15
9
-83
/
+75
*
nir: Add a concept of a wildcard array dereference
Jason Ekstrand
2015-01-15
2
-0
/
+12
*
nir: Make array deref direct vs. indirect an enum
Jason Ekstrand
2015-01-15
8
-15
/
+25
*
nir: Clean up nir_deref helper functions
Jason Ekstrand
2015-01-15
1
-1
/
+4
*
nir/lower_samplers: Use the nir_instr_rewrite_src function
Jason Ekstrand
2015-01-15
1
-1
/
+10
*
nir: Add a helper for rewriting an instruction source
Jason Ekstrand
2015-01-15
2
-0
/
+62
*
i965/fs_nir: Properly saturate multiplies
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir/from_ssa: Don't lower constant SSA values to registers
Jason Ekstrand
2015-01-15
1
-8
/
+32
*
i965/fs_nir: Handle SSA constants
Jason Ekstrand
2015-01-15
1
-17
/
+33
*
i965/fs_nir: Use an array rather than a hash table for register lookup
Jason Ekstrand
2015-01-15
3
-23
/
+30
*
i965/fs_nir: Add the CSE pass and actually run in a loop
Jason Ekstrand
2015-01-15
1
-13
/
+18
*
nir: Add a basic CSE pass
Jason Ekstrand
2015-01-15
3
-0
/
+272
*
nir: Add a fused multiply-add peephole
Jason Ekstrand
2015-01-15
5
-0
/
+196
*
nir: Validate that the SSA def and register indices are unique
Jason Ekstrand
2015-01-15
1
-0
/
+41
*
i965/fs_nir: Turn on the peephole select optimization
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a peephole select optimization
Jason Ekstrand
2015-01-15
3
-0
/
+217
*
nir/nir: Patch up phi predecessors in move_successors
Jason Ekstrand
2015-01-15
1
-2
/
+23
*
nir/nir: Use safe iterators when iterating over the CFG
Jason Ekstrand
2015-01-15
1
-8
/
+10
[next]