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: Get the number of SSBOs and UBOs right
Iago Toral Quiroga
2015-10-16
1
-2
/
+2
*
nir/glsl: Use shader_prog->Name for naming the NIR shader
Jason Ekstrand
2015-10-15
1
-1
/
+1
*
nir: Add helpers for creating variables and adding them to lists
Jason Ekstrand
2015-10-15
3
-34
/
+92
*
mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocks
Iago Toral Quiroga
2015-10-14
1
-1
/
+1
*
nir: split SSBO min/max atomic instrinsics into signed/unsigned versions
Iago Toral Quiroga
2015-10-14
2
-6
/
+22
*
glsl: move shader_enums into nir
Rob Clark
2015-10-09
3
-1
/
+682
*
nir/instr_set: remove unnecessary check in nir_instrs_equal()
Connor Abbott
2015-10-09
1
-2
/
+1
*
nir: make nir_instrs_equal() static
Connor Abbott
2015-10-09
2
-3
/
+1
*
nir/cse: use the instruction set API
Connor Abbott
2015-10-09
1
-115
/
+23
*
nir: add an instruction set API
Connor Abbott
2015-10-09
2
-0
/
+349
*
nir: constify instruction comparison functions
Connor Abbott
2015-10-09
2
-4
/
+4
*
nir: constify nir_ssa_alu_instr_src_components()
Connor Abbott
2015-10-09
1
-1
/
+1
*
nir: split out instruction comparison functions
Connor Abbott
2015-10-09
4
-181
/
+236
*
nir: Add a function to determine if a source is dynamically uniform
Neil Roberts
2015-10-09
2
-0
/
+30
*
nir/sweep: Reparent the shader name
Jason Ekstrand
2015-10-08
1
-0
/
+2
*
glsl: reduce memory footprint of uniform_storage struct
Timothy Arceri
2015-10-05
1
-2
/
+2
*
nir: Add a nir_shader_info::has_transform_feedback_varyings flag.
Kenneth Graunke
2015-10-04
2
-0
/
+5
*
nir: Introduce new nir_intrinsic_load_per_vertex_input intrinsics.
Kenneth Graunke
2015-10-04
3
-6
/
+52
*
nir/lower_io: Make get_io_offset() return a nir_ssa_def * for indirects.
Kenneth Graunke
2015-10-04
1
-42
/
+20
*
nir: Add a nir_foreach_variable macro
Jason Ekstrand
2015-10-02
7
-18
/
+21
*
nir: Move GS data to nir_shader_info
Jason Ekstrand
2015-10-02
4
-14
/
+11
*
nir: Add a a nir_shader_info struct
Jason Ekstrand
2015-10-02
3
-0
/
+53
*
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
[next]