index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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/glsl: Take a gl_shader_program and a stage rather than a gl_shader
Jason Ekstrand
2015-10-02
2
-3
/
+8
*
nir: Fix uninitialized 'progress' variable in nir_lower_system_values.
Chris Wilson
2015-10-02
1
-1
/
+1
*
nir/remove_phis: handle trivial back-edges
Connor Abbott
2015-10-02
1
-0
/
+19
*
nir: Allow nir_lower_io() to only lower one type of variable.
Kenneth Graunke
2015-10-01
2
-4
/
+18
*
nir: Don't set dest in SSBO store glsl_to_nir conversion
Jordan Justen
2015-09-29
1
-1
/
+0
*
nir: Use a system value for gl_PrimitiveIDIn.
Kenneth Graunke
2015-09-29
3
-1
/
+10
*
nir: Convert SYSTEM_VALUE_NUM_WORK_GROUPS to a nir intrinsic
Jordan Justen
2015-09-29
2
-0
/
+5
*
nir: Add a function to count the number of vertices a GS emits.
Kenneth Graunke
2015-09-26
2
-0
/
+95
*
nir: Implement lowered SSBO atomic intrinsics
Iago Toral Quiroga
2015-09-25
2
-0
/
+82
*
nir/glsl_to_nir: ignore an instruction's dest if it hasn't any
Iago Toral Quiroga
2015-09-25
1
-1
/
+2
*
nir: Implement __intrinsic_load_ssbo
Iago Toral Quiroga
2015-09-25
3
-1
/
+70
*
nir: modify the instruction insertion in nir_visitor::visit(ir_call *ir)
Samuel Iglesias Gonsalvez
2015-09-25
1
-4
/
+10
*
nir: Implement __intrinsic_store_ssbo
Iago Toral Quiroga
2015-09-25
2
-8
/
+48
*
nir: Implement ir_unop_get_buffer_size
Samuel Iglesias Gonsalvez
2015-09-25
2
-0
/
+17
*
nir: Add new GS intrinsics that maintain a count of emitted vertices.
Kenneth Graunke
2015-09-23
3
-0
/
+241
*
nir: Add unit tests for control flow graphs.
Kenneth Graunke
2015-09-23
1
-0
/
+155
*
nir/cf: Fix dominance metadata in the dead control flow pass.
Kenneth Graunke
2015-09-23
2
-3
/
+7
*
nir/cf: Fix unlink_block_successors to actually unlink the second one.
Kenneth Graunke
2015-09-23
1
-2
/
+2
*
nir/cf: Alter block successors before adding a fake link.
Kenneth Graunke
2015-09-23
1
-16
/
+28
*
nir/cf: Conditionally do block_add_normal_succs() in unlink_jump();
Kenneth Graunke
2015-09-23
1
-6
/
+6
*
nir/cf: Don't break outer-block successors in split_block_beginning().
Kenneth Graunke
2015-09-23
1
-3
/
+18
*
nir/cf: Make a helper function for removing a predecessor.
Kenneth Graunke
2015-09-23
1
-5
/
+11
*
nir: Validate that a block doesn't have two identical successors.
Kenneth Graunke
2015-09-23
1
-0
/
+1
*
nir/lower_vec_to_movs: Don't emit unneeded movs
Jason Ekstrand
2015-09-23
1
-1
/
+19
*
nir/lower_vec_to_movs: Properly handle source modifiers on vecN ops
Jason Ekstrand
2015-09-23
1
-1
/
+5
*
nir/lower_alu_to_scalar: Add support for nir_op_fdph
Jason Ekstrand
2015-09-22
1
-0
/
+18
*
nir: Add fdph and fdph_replicated opcodes
Jason Ekstrand
2015-09-22
3
-1
/
+8
*
nir/lower_alu_to_scalar: Return after lower_reduction
Jason Ekstrand
2015-09-22
1
-1
/
+1
*
nir/lower_alu_to_scalar: Use the builder
Jason Ekstrand
2015-09-22
1
-25
/
+22
*
nir: Report progress from nir_normalize_cubemap_coords().
Kenneth Graunke
2015-09-21
2
-8
/
+23
*
nir: Add braces around multi-line loop.
Kenneth Graunke
2015-09-21
1
-1
/
+2
*
nir: Report progress from nir_lower_system_values().
Kenneth Graunke
2015-09-21
2
-10
/
+19
*
nir: Report progress from nir_split_var_copies().
Kenneth Graunke
2015-09-21
2
-4
/
+13
*
nir: Report progress from nir_lower_locals_to_regs().
Kenneth Graunke
2015-09-21
2
-4
/
+16
*
nir: Report progress from nir_remove_dead_variables().
Kenneth Graunke
2015-09-21
2
-5
/
+12
*
nir: Report progress from lower_vec_to_movs().
Jason Ekstrand
2015-09-21
2
-7
/
+22
*
nir: Report progress from nir_lower_globals_vars_to_local().
Kenneth Graunke
2015-09-21
2
-2
/
+6
*
nir/builder: Don't use designated initializers
Jason Ekstrand
2015-09-21
1
-3
/
+18
*
nir: Move system value -> intrinsic mapping into nir.c
Jason Ekstrand
2015-09-21
3
-40
/
+40
*
nir: rename nir_lower_samplers.c{pp,}
Emil Velikov
2015-09-21
1
-4
/
+2
*
nir: add C wrapper around glsl_type::record_location_offset
Emil Velikov
2015-09-21
2
-0
/
+9
*
nir: move stdio.h inclusion before extern C
Emil Velikov
2015-09-21
1
-2
/
+2
*
nir/print: fix coverity error
Rob Clark
2015-09-20
1
-1
/
+1
*
nir: add two-sided-color lowering pass
Rob Clark
2015-09-18
2
-0
/
+210
*
nir/build: add nir_vec() helper
Rob Clark
2015-09-18
3
-31
/
+20
*
nir/lower_tex: add support to clamp texture coords
Rob Clark
2015-09-18
2
-1
/
+103
*
nir/lower_tex: support for lowering RECT textures
Rob Clark
2015-09-18
2
-3
/
+63
*
nir/lower_tex: support projector lowering per sampler type
Rob Clark
2015-09-18
2
-9
/
+30
*
nir/lower_tex: split out project_src() helper
Rob Clark
2015-09-18
1
-69
/
+77
*
nir: rename nir_lower_tex_projector
Rob Clark
2015-09-18
2
-6
/
+6
[next]