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/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
*
nir/builder: fix c++11 compiler warning
Rob Clark
2015-09-17
1
-1
/
+1
*
nir: really actually fix comment this time
Rob Clark
2015-09-17
1
-1
/
+1
*
nir/print: print variable names
Rob Clark
2015-09-17
1
-0
/
+30
*
nir: some comment fixups
Rob Clark
2015-09-17
1
-5
/
+5
*
nir: add lowering stage for user-clip-planes / clipdist
Rob Clark
2015-09-17
2
-0
/
+343
*
nir: add sysval for user-clip-planes
Rob Clark
2015-09-17
1
-13
/
+14
*
nir: Add a pass to rewrite uses of vecN sources to the vecN destination
Jason Ekstrand
2015-09-17
2
-0
/
+198
*
nir: Add comments to nir_index_instrs and nir_index_ssa_defs
Jason Ekstrand
2015-09-17
1
-0
/
+8
*
nir: Add a generic instruction index
Jason Ekstrand
2015-09-17
2
-0
/
+22
*
nir: support indirect indexing samplers in struct arrays
Timothy Arceri
2015-09-17
1
-76
/
+88
*
glsl: store uniform slot id in var location field
Timothy Arceri
2015-09-17
1
-0
/
+1
*
nir/print: print symbolic names from shader-enum
Rob Clark
2015-09-16
1
-3
/
+42
*
nir/print: bit of state refactoring
Rob Clark
2015-09-16
1
-109
/
+152
*
nir: add lowering for ffract
Rob Clark
2015-09-16
2
-0
/
+4
*
nir/builder: Use a normal temporary array in nir_channel
Jason Ekstrand
2015-09-15
1
-1
/
+2
*
nir/lower_vec_to_movs: Coalesce into destinations of fdot instructions
Jason Ekstrand
2015-09-15
1
-13
/
+36
*
nir: Add a fdot instruction that replicates the result to a vec4
Jason Ekstrand
2015-09-15
3
-0
/
+12
*
nir/lower_vec_to_movs: Coalesce movs on-the-fly when possible
Jason Ekstrand
2015-09-15
1
-0
/
+85
*
nir/lower_vec_to_movs: Get rid of start_idx and swizzle compacting
Jason Ekstrand
2015-09-15
1
-20
/
+13
*
nir/lower_vec_to_movs: Handle partially SSA shaders
Jason Ekstrand
2015-09-15
1
-6
/
+15
*
nir/lower_vec_to_movs: Pass the shader around directly
Jason Ekstrand
2015-09-15
1
-6
/
+8
*
nir: Add gl_WorkGroupID system variable
Jordan Justen
2015-09-13
3
-0
/
+6
*
nir: Add gl_LocalInvocationID variable
Jordan Justen
2015-09-13
3
-0
/
+6
[next]