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: Properly invalidate metadata in nir_lower_global_vars_to_local().
Kenneth Graunke
2015-11-03
1
-0
/
+3
*
nir: Unexpose _impl versions of copy_prop and dce
Jason Ekstrand
2015-11-03
3
-4
/
+2
*
nir: add shader_clock intrinsic
Emil Velikov
2015-10-30
2
-0
/
+14
*
nir: Copy "patch" flag from ir_variable to nir_variable.
Kenneth Graunke
2015-10-28
3
-2
/
+5
*
nir: Add intrinsics for tessellation shader system values.
Kenneth Graunke
2015-10-28
2
-7
/
+14
*
glsl: keep track of intra-stage indices for atomics
Timothy Arceri
2015-10-27
3
-9
/
+22
*
nir: Add opcodes for saturated vector math.
Eric Anholt
2015-10-23
2
-0
/
+51
*
nir: Constify nir_gs_count_vertices
Jason Ekstrand
2015-10-21
2
-2
/
+2
*
nir/info: Add more information about geometry shaders
Jason Ekstrand
2015-10-21
2
-0
/
+16
*
glsl: add is_array_of_arrays() helper
Timothy Arceri
2015-10-21
1
-0
/
+5
*
mesa: replace UsesClipDistance with ClipDistanceArraySize
Marek Olšák
2015-10-20
1
-1
/
+2
*
nir/info: Add a few bits of info for fragment shaders
Jason Ekstrand
2015-10-19
2
-0
/
+23
*
nir/info: Add compute shader local size to nir_shader_info
Jason Ekstrand
2015-10-19
2
-0
/
+12
*
nir/info: Move the GS info into a stage-specific info union
Jason Ekstrand
2015-10-19
2
-8
/
+18
*
mesa: Move gl_frag_depth_layout from mtypes.h to shader_enums.h
Jason Ekstrand
2015-10-19
1
-0
/
+17
*
nir: Add a label to nir_shader_info
Jason Ekstrand
2015-10-19
3
-0
/
+7
*
nir: remove dependency on glsl
Rob Clark
2015-10-16
4
-1
/
+2785
*
glsl: move half<->float convertion to util
Rob Clark
2015-10-16
1
-0
/
+1
*
glsl: couple shader_enums cleanups
Rob Clark
2015-10-16
2
-0
/
+15
*
nir: add atomic lowering support for AoA
Timothy Arceri
2015-10-17
1
-10
/
+12
*
nir: wrapper for glsl_type arrays_of_arrays_size()
Timothy Arceri
2015-10-17
2
-0
/
+8
*
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
[prev]
[next]