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
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add nir_var_shader_storage
Iago Toral Quiroga
2015-07-14
6
-8
/
+20
*
nir: Fix comment above nir_convert_from_ssa() prototype.
Kenneth Graunke
2015-07-08
1
-3
/
+3
*
nir/lower_phis_to_scalar: undef is trivially scalarizable
Rob Clark
2015-07-03
1
-0
/
+1
*
nir: Don't allow copying SSA destinations
Jason Ekstrand
2015-07-02
1
-11
/
+11
*
nir: remove parent_instr from nir_register
Connor Abbott
2015-06-30
3
-17
/
+0
*
nir: remove nir_src_get_parent_instr()
Connor Abbott
2015-06-30
1
-10
/
+0
*
nir/from_ssa: add a flag to not convert everything from SSA
Connor Abbott
2015-06-30
2
-8
/
+24
*
nir: cleanup open-coded instruction casts
Rob Clark
2015-06-30
3
-3
/
+3
*
nir: Recognize max(min(a, 1.0), 0.0) as fsat(a).
Kenneth Graunke
2015-06-25
1
-0
/
+1
*
nir: Use a switch statement for detecting move-like operations.
Kenneth Graunke
2015-06-24
1
-6
/
+14
*
nir: Allow vec2/vec3/vec4 instructions in the select peephole pass.
Kenneth Graunke
2015-06-22
1
-1
/
+3
*
nir: Add barrier intrinsic function
Jordan Justen
2015-06-12
2
-1
/
+4
*
glsl: Add ir node for barrier
Chris Forbes
2015-06-12
1
-0
/
+7
*
nir: use src for ssa helper
Timothy Arceri
2015-06-03
1
-5
/
+1
*
nir: remove extra semicolon
Timothy Arceri
2015-06-03
1
-1
/
+1
*
nir: prevent use-after-free condition in should_lower_phi()
Eduardo Lima Mitev
2015-06-02
1
-0
/
+5
*
nir: Fix output swizzle in get_mul_for_src
Iago Toral Quiroga
2015-05-28
1
-10
/
+9
*
nir: Remove sRGB colorspace conversion round-trip.
Matt Turner
2015-05-22
1
-0
/
+2
*
nir: Get rid of the array elements parameter on load/store intrinsics
Jason Ekstrand
2015-05-20
2
-12
/
+9
*
nir: Translate memory barrier intrinsics from GLSL IR.
Francisco Jerez
2015-05-12
1
-0
/
+4
*
nir: Translate image load, store and atomic intrinsics from GLSL IR.
Francisco Jerez
2015-05-12
1
-11
/
+115
*
nir: Fix indexing of atomic counter arrays with a constant value.
Francisco Jerez
2015-05-12
1
-1
/
+2
*
nir: Add memory barrier intrinsic.
Francisco Jerez
2015-05-12
1
-0
/
+7
*
nir: Define image load, store and atomic intrinsics.
Francisco Jerez
2015-05-12
1
-0
/
+27
*
nir: fix sampler lowering pass for arrays
Tapani Pälli
2015-05-12
1
-19
/
+12
*
nir: Fix aggressive typos in nir_from_ssa.c.
Kenneth Graunke
2015-05-08
1
-5
/
+5
*
nir/search: Save/restore the variables_seen bitmask when matching
Jason Ekstrand
2015-05-08
1
-0
/
+12
*
nir/search: Assert that variable id's are in range
Jason Ekstrand
2015-05-08
1
-0
/
+1
*
nir/search: handle explicitly sized sources in match_value
Jason Ekstrand
2015-05-08
1
-8
/
+8
*
nir/nir: Use a linked list instead of a hash set for use/def sets
Jason Ekstrand
2015-05-08
14
-306
/
+281
*
nir: Use nir_instr_rewrite_src in copy propagation
Jason Ekstrand
2015-05-08
1
-61
/
+10
*
nir: Add a function for rewriting the condition of an if statement
Jason Ekstrand
2015-05-08
2
-0
/
+23
*
nir: Add and use initializer #defines for nir_src and nir_dest
Jason Ekstrand
2015-05-08
6
-18
/
+15
*
nir: Modernize the out-of-SSA pass
Jason Ekstrand
2015-05-08
1
-103
/
+36
*
nir/validate: Validate SSA def parent instructions
Jason Ekstrand
2015-05-08
1
-0
/
+2
*
nir: Delete all traces of nir_op_flog
Ian Romanick
2015-05-08
2
-7
/
+0
*
nir: Don't produce nir_op_flog from GLSL IR
Ian Romanick
2015-05-08
1
-1
/
+1
*
nir: Delete all traces of nir_op_fexp
Ian Romanick
2015-05-08
2
-8
/
+0
*
nir: Don't produce nir_op_fexp from GLSL IR
Ian Romanick
2015-05-08
1
-1
/
+1
*
nir: Allow feq/fne/ieq/ine to be optimized with inot.
Matt Turner
2015-05-07
1
-0
/
+4
*
nir: Recognize (a < c || b < c) as min(a, b) < c.
Matt Turner
2015-05-07
1
-0
/
+2
*
nir: Recognize trivial min/max.
Matt Turner
2015-05-07
1
-0
/
+6
*
nir: Recognize i2b(b2i(x)) as x.
Matt Turner
2015-05-07
1
-0
/
+1
*
nir: Recognize imul(b2i(a), b2i(b)) as a logical AND.
Matt Turner
2015-05-07
1
-0
/
+1
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
nir: Transform pow(x, 4) into (x*x)*(x*x).
Matt Turner
2015-04-24
1
-0
/
+1
*
nir/lower_source_mods: Don't propagate register sources
Jason Ekstrand
2015-04-22
1
-0
/
+7
*
nir: Rewrite instr_rewrite_src
Jason Ekstrand
2015-04-22
1
-24
/
+28
*
nir/locals_to_regs: Hanadle indirect accesses of length-1 arrays
Jason Ekstrand
2015-04-22
1
-0
/
+8
*
nir/locals_to_regs: Initialize registers with constant initializers
Jason Ekstrand
2015-04-22
1
-0
/
+103
[next]