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
/
nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nir: Rewrite instr_rewrite_src
Jason Ekstrand
2015-04-22
1
-24
/
+28
*
nir: Move get_const_initializer_load from vars_to_ssa to NIR core
Jason Ekstrand
2015-04-22
1
-0
/
+60
*
nir: Make nir_*_instr_create take a nir_shader instead of a void * context
Jason Ekstrand
2015-04-07
1
-18
/
+18
*
nir: Allocate dereferences out of their parent instruction or deref.
Kenneth Graunke
2015-04-07
1
-3
/
+3
*
nir: Allocate nir_ssa_def::uses/if_uses out of the instruction.
Kenneth Graunke
2015-04-07
1
-4
/
+2
*
nir: Allocate nir_call_instr::params out of the nir_call itself.
Kenneth Graunke
2015-04-07
1
-1
/
+1
*
nir: Allocate nir_tex_instr::sources out of the instruction itself.
Kenneth Graunke
2015-04-02
1
-1
/
+1
*
nir: Allocate predecessor and dominance frontier sets from block itself.
Kenneth Graunke
2015-04-02
1
-2
/
+2
*
nir: Allocate register fields out of the register itself.
Kenneth Graunke
2015-04-02
1
-3
/
+3
*
nir: Make nir_create_function() strdup the function name.
Kenneth Graunke
2015-04-02
1
-1
/
+1
*
nir: Use a list instead of a hash_table for inputs, outputs, and uniforms
Jason Ekstrand
2015-03-19
1
-6
/
+3
*
nir: Delete nir_shader::user_structures and num_user_structures.
Kenneth Graunke
2015-03-08
1
-3
/
+0
*
nir/register: Add a parent_instr field
Jason Ekstrand
2015-02-24
1
-0
/
+1
*
nir: Properly clean up CF nodes when we remove them
Jason Ekstrand
2015-02-19
1
-0
/
+54
*
nir: use nir_foreach_ssa_def for indexing ssa defs
Jason Ekstrand
2015-02-19
1
-23
/
+5
*
nir: Add a nir_shader_compiler_options struct pointed to by the shaders.
Eric Anholt
2015-02-18
1
-1
/
+3
*
nir: Remove casts from void*.
Matt Turner
2015-02-10
1
-8
/
+8
*
nir: Fix a bit of broken indentation.
Eric Anholt
2015-01-29
1
-1
/
+1
*
nir: Use pointers for nir_src_copy and nir_dest_copy
Jason Ekstrand
2015-01-26
1
-31
/
+25
*
nir: Make some helpers for copying ALU src/dests.
Eric Anholt
2015-01-23
1
-0
/
+18
*
nir: Make an easier helper for setting up SSA defs.
Eric Anholt
2015-01-22
1
-0
/
+8
*
nir: Add a nir_foreach_phi_src helper macro
Jason Ekstrand
2015-01-20
1
-2
/
+2
*
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
1
-29
/
+27
*
nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src array
Jason Ekstrand
2015-01-15
1
-2
/
+3
*
nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macro
Jason Ekstrand
2015-01-15
1
-5
/
+5
*
nir/from_ssa: Clean up parallel copy handling and document it better
Jason Ekstrand
2015-01-15
1
-1
/
+0
*
nir: Rename nir_block_following_if to nir_block_get_following_if
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir: Make load_const SSA-only
Jason Ekstrand
2015-01-15
1
-20
/
+6
*
nir: Make nir_ssa_undef_instr_create initialize the destination
Jason Ekstrand
2015-01-15
1
-3
/
+2
*
nir: Use nir_foreach_ssa_def for setting up ssa destinations
Jason Ekstrand
2015-01-15
1
-13
/
+11
*
nir: Add a foreach_ssa_def function
Jason Ekstrand
2015-01-15
1
-0
/
+40
*
nir: Remove predication
Jason Ekstrand
2015-01-15
1
-35
/
+0
*
nir/metadata: Rename metadata_dirty to metadata_preserve
Jason Ekstrand
2015-01-15
1
-5
/
+5
*
nir/tex_instr_create: Initialize all 4 sources
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir/tex_instr: Rename the indirect source type and add an array size
Jason Ekstrand
2015-01-15
1
-0
/
+4
*
nir: Make texture instruction names more consistent
Jason Ekstrand
2015-01-15
1
-5
/
+5
*
nir: Add a helper for getting a constant value from an SSA source
Jason Ekstrand
2015-01-15
1
-0
/
+19
*
nir: Automatically update SSA if uses
Jason Ekstrand
2015-01-15
1
-5
/
+4
*
nir: Don't require a function in ssa_def_init
Jason Ekstrand
2015-01-15
1
-10
/
+32
*
nir: Use an integer index for specifying structure fields
Jason Ekstrand
2015-01-15
1
-3
/
+3
*
nir: Make array deref direct vs. indirect an enum
Jason Ekstrand
2015-01-15
1
-5
/
+5
*
nir: Clean up nir_deref helper functions
Jason Ekstrand
2015-01-15
1
-1
/
+4
*
nir: Add a helper for rewriting an instruction source
Jason Ekstrand
2015-01-15
1
-0
/
+61
*
nir/nir: Patch up phi predecessors in move_successors
Jason Ekstrand
2015-01-15
1
-2
/
+23
*
nir/nir: Use safe iterators when iterating over the CFG
Jason Ekstrand
2015-01-15
1
-8
/
+10
*
nir/nir: Fix a bug in move_successors
Jason Ekstrand
2015-01-15
1
-1
/
+2
*
nir: Add a function for comparing two sources
Jason Ekstrand
2015-01-15
1
-0
/
+27
*
nir: Add a parallel copy instruction type
Jason Ekstrand
2015-01-15
1
-1
/
+44
*
nir: Add a function for rewriting all the uses of a SSA def
Jason Ekstrand
2015-01-15
1
-0
/
+54
[prev]
[next]