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: Fix a bunch of ralloc parenting errors
Jason Ekstrand
2015-09-23
10
-31
/
+32
*
nir: convert the glsl intrinsic image_size to nir_intrinsic_image_size
Martin Peres
2015-08-20
2
-6
/
+17
*
nir: Use nir_builder in nir_lower_io's get_io_offset().
Kenneth Graunke
2015-08-19
1
-28
/
+14
*
nir: Pull nir_lower_io's load_op selection into a helper function.
Kenneth Graunke
2015-08-19
1
-17
/
+22
*
nir: Simplify feq(fneg(a), a)) -> feq(a, 0.0)
Thomas Helland
2015-08-18
1
-0
/
+1
*
nir: Simplify fne(fneg(a), a) -> fne(a, 0.0)
Thomas Helland
2015-08-18
1
-0
/
+1
*
nir: Add a glsl_uint_type() wrapper.
Kenneth Graunke
2015-08-16
2
-0
/
+7
*
nir: Add support for CSE on textures.
Eric Anholt
2015-08-14
1
-4
/
+39
*
nir: Zero out texture instructions when creating them.
Eric Anholt
2015-08-14
1
-1
/
+1
*
nir: Don't try to scalarize unpack ops.
Eric Anholt
2015-08-14
1
-0
/
+15
*
nir: Add a nir_opt_undef() to handle csels with undef.
Eric Anholt
2015-08-14
2
-0
/
+106
*
nir: add missing type to type_size_vec4()
Timothy Arceri
2015-08-05
1
-0
/
+2
*
nir: Add a nir_lower_load_const_to_scalar() pass.
Eric Anholt
2015-08-04
2
-0
/
+104
*
nir: Add algebraic opt for no-op iand.
Eric Anholt
2015-08-04
1
-0
/
+1
*
Revert "nir: Use a single bit for the dual-source blend index"
Eric Anholt
2015-08-04
1
-6
/
+2
*
nir: Fix output swizzle in get_mul_for_src
Samuel Iglesias Gonsalvez
2015-08-03
1
-1
/
+12
*
nir/nir_lower_io: Add vec4 support
Iago Toral Quiroga
2015-08-03
2
-27
/
+78
*
nir: Use a single bit for the dual-source blend index
Timothy Arceri
2015-08-03
1
-2
/
+6
*
nir: Avoid double promotion.
Matt Turner
2015-07-29
1
-2
/
+2
*
glsl: Remove MSVC implementations of copysign and isnormal.
Matt Turner
2015-07-29
1
-13
/
+1
*
i965: add support for ARB_shader_subroutine
Dave Airlie
2015-07-24
1
-0
/
+1
*
glsl/types: add new subroutine type (v3.2)
Dave Airlie
2015-07-23
1
-0
/
+2
*
nir: add nir_foreach_instr_safe_reverse()
Connor Abbott
2015-07-17
1
-0
/
+2
*
nir: add nir_instr_is_first() and nir_instr_is_last() helpers
Connor Abbott
2015-07-17
1
-0
/
+12
*
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
[next]