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: 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
*
nir: Make some helpers for copying ALU src/dests.
Eric Anholt
2015-01-23
4
-9
/
+25
*
nir: Add algebraic optimizations for division and reciprocal.
Kenneth Graunke
2015-01-23
1
-0
/
+5
*
nir: Add algebraic optimizations for exponential/logarithmic functions.
Kenneth Graunke
2015-01-23
1
-0
/
+10
*
nir: Add algebraic optimizations for simplifying comparisons.
Kenneth Graunke
2015-01-23
1
-0
/
+9
*
nir: Add algebraic optimizations for pointless shifts.
Kenneth Graunke
2015-01-23
1
-0
/
+7
*
nir: Add a bunch of algebraic optimizations on logic/bit operations.
Kenneth Graunke
2015-01-23
1
-0
/
+13
*
nir: Implement CSE on intrinsics that can be eliminated and reordered.
Kenneth Graunke
2015-01-23
1
-2
/
+38
*
nir: Pull nir_instr_can_cse()'s SSA checks out of the switch.
Kenneth Graunke
2015-01-23
1
-2
/
+6
*
glsl: Build a libglsl_util library.
Matt Turner
2015-01-23
1
-16
/
+7
*
glsl: Build with subdir-objects.
Matt Turner
2015-01-23
3
-190
/
+188
*
nir: Add headers to distribution.
Matt Turner
2015-01-23
1
-0
/
+2
*
nir: Add nir_{opt_,}algebraic.py to distribution.
Matt Turner
2015-01-23
1
-0
/
+2
*
nir: add generated file to .gitignore
Connor Abbott
2015-01-23
1
-0
/
+1
*
glsl: fix stale comment
Connor Abbott
2015-01-23
1
-5
/
+4
*
nir: Fix setup of constant bool initializers.
Eric Anholt
2015-01-22
1
-1
/
+1
*
nir: Make an easier helper for setting up SSA defs.
Eric Anholt
2015-01-22
13
-66
/
+46
*
glsl: Link glsl_test with pthreads library.
Jonathan Gray
2015-01-22
1
-1
/
+3
*
glsl: do not allow interface block to have name already taken
Tapani Pälli
2015-01-22
1
-1
/
+15
*
nir: Replace assert(0) with unreachable().
Matt Turner
2015-01-21
4
-43
/
+22
*
nir: Stop using designated initializers
Jason Ekstrand
2015-01-21
10
-105
/
+47
*
nir: Add src and dest constructors
Jason Ekstrand
2015-01-21
1
-0
/
+37
*
nir: Add a nir_foreach_phi_src helper macro
Jason Ekstrand
2015-01-20
9
-11
/
+14
*
mesa: Add ARB_shader_precision infrastructure
Micah Fedke
2015-01-19
3
-0
/
+6
*
nir: s/malloc.h/stdlib.h/
Vinson Lee
2015-01-16
1
-1
/
+1
*
glsl: Add unit tests for blob.c
Carl Worth
2015-01-16
3
-0
/
+328
*
glsl: Add blob_overwrite_bytes and blob_overwrite_uint32
Tapani Pälli
2015-01-16
2
-0
/
+66
*
glsl: Add blob.c---a simple interface for serializing data
Carl Worth
2015-01-16
3
-0
/
+548
*
glsl: Add convenience function get_sampler_instance
Carl Worth
2015-01-16
2
-0
/
+120
*
nir/live_variables: Use a worklist
Jason Ekstrand
2015-01-15
1
-55
/
+75
*
nir: Add a worklist helper structure
Jason Ekstrand
2015-01-15
3
-0
/
+237
*
nir: fix incorrect argument passed to validate_src() in validate_tex_instr()
Brian Paul
2015-01-15
1
-1
/
+1
*
nir: silence compiler warning from visit_src() call
Brian Paul
2015-01-15
1
-1
/
+1
*
util/hash_set: Rework the API to know about hashing
Jason Ekstrand
2015-01-15
9
-103
/
+76
*
util: Move main/set to util/hash_set
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
hash_table: Rename insert_with_hash to insert_pre_hashed
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir/algebraic: Only replace an instruction once
Jason Ekstrand
2015-01-15
1
-1
/
+3
*
nir/vars_to_ssa: Use the copy lowering from lower_var_copies
Jason Ekstrand
2015-01-15
1
-152
/
+46
*
nir: Add a pass for lowering copy instructions
Jason Ekstrand
2015-01-15
3
-0
/
+227
*
nir/vars_to_ssa: Refactor get_deref_node
Jason Ekstrand
2015-01-15
1
-20
/
+25
*
nir: Rename lower_variables to lower_vars_to_ssa
Jason Ekstrand
2015-01-15
3
-5
/
+5
*
nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src array
Jason Ekstrand
2015-01-15
6
-40
/
+48
*
nir/validate: Only build in debug mode
Jason Ekstrand
2015-01-15
2
-0
/
+11
*
nir/lower_variables: Improve documentation
Jason Ekstrand
2015-01-15
1
-27
/
+79
*
nir/lower_variables: Use a for loop for get_deref_node
Jason Ekstrand
2015-01-15
1
-58
/
+48
*
nir: Use the actual FNV-1a hash for hashing derefs
Jason Ekstrand
2015-01-15
2
-90
/
+79
*
nir: Make intrinsic flags into an enum
Jason Ekstrand
2015-01-15
1
-14
/
+14
[prev]
[next]