index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
nir
/
nir.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-06
nir: some small cleanups
Rob Clark
1
-5
/
+5
2015-11-05
nir: Rename live_variables to live_ssa_defs.
Kenneth Graunke
1
-2
/
+2
2015-11-03
nir: Unexpose _impl versions of copy_prop and dce
Jason Ekstrand
1
-2
/
+0
2015-10-28
nir: Copy "patch" flag from ir_variable to nir_variable.
Kenneth Graunke
1
-0
/
+1
2015-10-27
glsl: keep track of intra-stage indices for atomics
Timothy Arceri
1
-2
/
+2
2015-10-21
nir: Constify nir_gs_count_vertices
Jason Ekstrand
1
-1
/
+1
2015-10-21
nir/info: Add more information about geometry shaders
Jason Ekstrand
1
-0
/
+12
2015-10-19
nir/info: Add a few bits of info for fragment shaders
Jason Ekstrand
1
-0
/
+13
2015-10-19
nir/info: Add compute shader local size to nir_shader_info
Jason Ekstrand
1
-0
/
+4
2015-10-19
nir/info: Move the GS info into a stage-specific info union
Jason Ekstrand
1
-6
/
+8
2015-10-19
nir: Add a label to nir_shader_info
Jason Ekstrand
1
-0
/
+3
2015-10-15
nir: Add helpers for creating variables and adding them to lists
Jason Ekstrand
1
-0
/
+20
2015-10-09
glsl: move shader_enums into nir
Rob Clark
1
-1
/
+1
2015-10-09
nir: constify nir_ssa_alu_instr_src_components()
Connor Abbott
1
-1
/
+1
2015-10-09
nir: Add a function to determine if a source is dynamically uniform
Neil Roberts
1
-0
/
+1
2015-10-04
nir: Add a nir_shader_info::has_transform_feedback_varyings flag.
Kenneth Graunke
1
-0
/
+3
2015-10-02
nir: Add a nir_foreach_variable macro
Jason Ekstrand
1
-0
/
+3
2015-10-02
nir: Move GS data to nir_shader_info
Jason Ekstrand
1
-8
/
+8
2015-10-02
nir: Add a a nir_shader_info struct
Jason Ekstrand
1
-0
/
+34
2015-10-01
nir: Allow nir_lower_io() to only lower one type of variable.
Kenneth Graunke
1
-0
/
+1
2015-09-26
nir: Add a function to count the number of vertices a GS emits.
Kenneth Graunke
1
-0
/
+2
2015-09-23
nir: Add new GS intrinsics that maintain a count of emitted vertices.
Kenneth Graunke
1
-0
/
+2
2015-09-21
nir: Report progress from nir_normalize_cubemap_coords().
Kenneth Graunke
1
-1
/
+1
2015-09-21
nir: Report progress from nir_lower_system_values().
Kenneth Graunke
1
-1
/
+1
2015-09-21
nir: Report progress from nir_split_var_copies().
Kenneth Graunke
1
-1
/
+1
2015-09-21
nir: Report progress from nir_lower_locals_to_regs().
Kenneth Graunke
1
-1
/
+1
2015-09-21
nir: Report progress from nir_remove_dead_variables().
Kenneth Graunke
1
-1
/
+1
2015-09-21
nir: Report progress from lower_vec_to_movs().
Jason Ekstrand
1
-1
/
+1
2015-09-21
nir: Report progress from nir_lower_globals_vars_to_local().
Kenneth Graunke
1
-1
/
+1
2015-09-21
nir: Move system value -> intrinsic mapping into nir.c
Jason Ekstrand
1
-0
/
+1
2015-09-18
nir: add two-sided-color lowering pass
Rob Clark
1
-0
/
+2
2015-09-18
nir/lower_tex: add support to clamp texture coords
Rob Clark
1
-0
/
+18
2015-09-18
nir/lower_tex: support for lowering RECT textures
Rob Clark
1
-0
/
+7
2015-09-18
nir/lower_tex: support projector lowering per sampler type
Rob Clark
1
-1
/
+12
2015-09-18
nir: rename nir_lower_tex_projector
Rob Clark
1
-1
/
+1
2015-09-17
nir: really actually fix comment this time
Rob Clark
1
-1
/
+1
2015-09-17
nir: some comment fixups
Rob Clark
1
-5
/
+5
2015-09-17
nir: add lowering stage for user-clip-planes / clipdist
Rob Clark
1
-0
/
+3
2015-09-17
nir: Add a pass to rewrite uses of vecN sources to the vecN destination
Jason Ekstrand
1
-0
/
+1
2015-09-17
nir: Add a generic instruction index
Jason Ekstrand
1
-0
/
+4
2015-09-17
glsl: store uniform slot id in var location field
Timothy Arceri
1
-0
/
+1
2015-09-16
nir: add lowering for ffract
Rob Clark
1
-0
/
+3
2015-09-15
nir: Add a fdot instruction that replicates the result to a vec4
Jason Ekstrand
1
-0
/
+6
2015-09-11
nir: Add a function for rewriting instruction destinations
Jason Ekstrand
1
-0
/
+2
2015-09-11
nir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
Jason Ekstrand
1
-1
/
+1
2015-09-11
nir: Fix a bunch of ralloc parenting errors
Jason Ekstrand
1
-6
/
+7
2015-09-11
nir: Store some geometry shader data in nir_shader.
Kenneth Graunke
1
-0
/
+8
2015-09-10
nir: add nir_texop_texture_samples and convert from glsl
Ilia Mirkin
1
-1
/
+3
2015-09-09
nir: Add a pass to lower outputs to temporary variables
Jason Ekstrand
1
-0
/
+2
2015-09-09
nir/cursor: Add a constructor for the end of a block but before the jump
Jason Ekstrand
1
-0
/
+11
[next]