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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Store num_direct_uniforms in the nir_shader.
Kenneth Graunke
2015-04-11
1
-0
/
+3
*
glsl: Mark path as unreachable.
Matt Turner
2015-04-11
1
-1
/
+1
*
nir: fix bit of cargo-culting in lower_idiv
Rob Clark
2015-04-11
1
-2
/
+0
*
nir: split out lower_sub from lower_negate
Rob Clark
2015-04-11
2
-2
/
+4
*
nir: Constify nir_lower_sampler's gl_shader_program pointer.
Kenneth Graunke
2015-04-10
2
-6
/
+6
*
nir: Remove linker_error calls from nir_lower_samplers().
Kenneth Graunke
2015-04-10
1
-7
/
+2
*
nir: Make nir_lower_samplers take a gl_shader_stage, not a gl_program *.
Kenneth Graunke
2015-04-10
2
-15
/
+13
*
nir: Move gl_shader_stage enum from mtypes.h to shader_enums.h.
Kenneth Graunke
2015-04-10
2
-0
/
+18
*
nir: Fix #include guards in shader_enums.h.
Kenneth Graunke
2015-04-10
1
-3
/
+3
*
glsl: check for forced_language_version in is_version()
Brian Paul
2015-04-08
1
-1
/
+3
*
nir: Make nir_*_instr_create take a nir_shader instead of a void * context
Jason Ekstrand
2015-04-07
2
-27
/
+27
*
nir: Implement a nir_sweep() pass.
Kenneth Graunke
2015-04-07
3
-0
/
+175
*
nir: Allocate dereferences out of their parent instruction or deref.
Kenneth Graunke
2015-04-07
5
-37
/
+41
*
nir: Allocate nir_ssa_def::uses/if_uses out of the instruction.
Kenneth Graunke
2015-04-07
1
-4
/
+2
*
nir: Allocate nir_phi_src values out of the nir_phi_instr.
Kenneth Graunke
2015-04-07
3
-3
/
+3
*
nir: Allocate nir_call_instr::params out of the nir_call itself.
Kenneth Graunke
2015-04-07
1
-1
/
+1
*
nir/lower_tex_projector: Don't use designated initializers
Jason Ekstrand
2015-04-07
1
-1
/
+2
*
glsl: relax input->output validation for SSO programs
Tapani Pälli
2015-04-07
1
-1
/
+1
*
glsl/cse: Maintain a list of free ae_entry objects
Ian Romanick
2015-04-06
1
-8
/
+55
*
nir: Remove fsin_reduced/fcos_reduced.
Matt Turner
2015-04-06
1
-2
/
+0
*
glsl: Remove never used sin_reduced/cos_reduced.
Matt Turner
2015-04-06
5
-16
/
+0
*
glsl: Update the #line behaviour on GLSL 3.30+ and GLSL ES+
Antia Puentes
2015-04-06
1
-0
/
+17
*
glsl: respect the source number set by #line <line> <source>
Antia Puentes
2015-04-06
1
-2
/
+1
*
build: add libnir.la
Rob Clark
2015-04-05
1
-1
/
+7
*
nir: add lowering for idiv/udiv/umod
Rob Clark
2015-04-05
3
-0
/
+159
*
nir: fix typo for f2b/i2b/b2i expressions (v2)
Rob Clark
2015-04-05
1
-3
/
+3
*
nir: add option to lower slt/sge/seq/sne
Rob Clark
2015-04-05
2
-0
/
+7
*
nir/lower_samplers: Use the right memory context for realloc'ing tex sources
Jason Ekstrand
2015-04-03
1
-1
/
+1
*
nir: Add a cubemap normalizing pass
Jason Ekstrand
2015-04-03
3
-0
/
+113
*
nir/from_ssa: Don't set reg->parent_instr for ssa_undef instructions
Jason Ekstrand
2015-04-03
1
-4
/
+5
*
nir: Add a src_get_parent_instr function
Jason Ekstrand
2015-04-03
1
-0
/
+10
*
nir: Add a lowering pass for texture projectors.
Eric Anholt
2015-04-03
3
-0
/
+144
*
nir: Add an interface to turn a nir_src into a nir_ssa_def.
Eric Anholt
2015-04-03
1
-0
/
+19
*
nir: Add an interface for the builder to insert instructions before.
Eric Anholt
2015-04-03
1
-4
/
+23
*
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: Free dead variables when removing them.
Kenneth Graunke
2015-04-02
1
-1
/
+3
*
nir: Combine remove_dead_local_vars() and remove_dead_global_vars().
Kenneth Graunke
2015-04-02
1
-14
/
+4
*
nir/opt_peephole_ffma: Fix a couple typos in a comment
Jason Ekstrand
2015-04-02
1
-2
/
+2
*
nir/print: Correctly print swizzles for explicitly sized alu sources
Jason Ekstrand
2015-04-02
1
-12
/
+12
*
nir: Remove useless ftrunc inside f2i/f2u.
Matt Turner
2015-04-01
1
-0
/
+4
*
nir: Recognize (a < b || a < c) as a < max(b, c).
Matt Turner
2015-04-01
1
-0
/
+2
*
nir: Add addition/multiplication identities of exp/log.
Matt Turner
2015-04-01
1
-0
/
+6
*
nir: Add identities for the log function.
Matt Turner
2015-04-01
1
-0
/
+8
*
nir: Add identities for the exponential function.
Matt Turner
2015-04-01
1
-0
/
+6
*
nir: Recognize another open coded lrp.
Matt Turner
2015-04-01
1
-0
/
+1
*
nir: Recognize open coded lrp.
Matt Turner
2015-04-01
1
-0
/
+1
*
nir/peephole_ffma: Be less agressive about fusing multiply-adds
Jason Ekstrand
2015-04-01
1
-0
/
+41
[next]