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
/
compiler
/
nir
/
nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: rename nir_var_shared to nir_var_mem_shared
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-2
/
+2
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
1
-1
/
+1
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-4
/
+2
*
nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()
Matt Turner
2019-01-09
1
-0
/
+1
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-3
/
+3
*
nir: Add a ptr_as_array deref type
Jason Ekstrand
2019-01-08
1
-2
/
+4
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
1
-1
/
+2
*
nir: Add support for 1-bit data types
Jason Ekstrand
2018-12-16
1
-7
/
+8
*
nir: Add a read_mask helper for ALU instructions
Jason Ekstrand
2018-11-08
1
-7
/
+1
*
nir: Add some new helpers for working with const sources
Jason Ekstrand
2018-10-22
1
-0
/
+92
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-3
/
+3
*
nir: Drop the vs_inputs_dual_locations option
Jason Ekstrand
2018-09-06
1
-17
/
+15
*
compiler: Move double_inputs to gl_program::DualSlotInputs
Jason Ekstrand
2018-09-06
1
-12
/
+37
*
nir: Give end_block its own index
Caio Marcelo de Oliveira Filho
2018-08-22
1
-1
/
+4
*
nir/glsl: make nir_remap_attributes public
Alejandro Piñeiro
2018-08-13
1
-0
/
+24
*
nir: add how_declared to nir_variable.data
Alejandro Piñeiro
2018-08-13
1
-0
/
+1
*
nir: Take if uses into account in ssa_def_components_read
Jason Ekstrand
2018-07-29
1
-0
/
+3
*
nir: prepare for bumping up max components to 16
Karol Herbst
2018-07-17
1
-8
/
+6
*
nir/spirv: implement BuiltInWorkDim
Rob Clark
2018-07-15
1
-0
/
+2
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-270
/
+0
*
nir: Use deref instructions in lower_constant_initializers
Jason Ekstrand
2018-06-22
1
-63
/
+0
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-34
/
+21
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
1
-0
/
+1
*
nir: Add a deref instruction type
Jason Ekstrand
2018-06-22
1
-0
/
+50
*
nir: Add global invocation id intrinsic.
Plamena Manolova
2018-06-07
1
-0
/
+4
*
compiler: Add SYSTEM_VALUE_IS_INDEXED_DRAW and instrinsics
Antia Puentes
2018-05-02
1
-0
/
+4
*
compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsics
Antia Puentes
2018-04-19
1
-0
/
+4
*
nir: add comment about nir_src_copy()
Rob Clark
2018-04-09
1
-0
/
+3
*
nir: Return a cursor from nir_instr_remove
Jason Ekstrand
2018-03-30
1
-1
/
+1
*
util: Include bitscan.h directly
Ian Romanick
2018-03-29
1
-0
/
+1
*
nir: Add a helper for getting binop identities
Jason Ekstrand
2018-03-07
1
-0
/
+68
*
compiler: Add two new system values for subgroups
Jason Ekstrand
2018-03-07
1
-0
/
+8
*
nir: add a 'const' qualifier to nir_ssa_def_components_read()
Samuel Pitoiset
2018-01-12
1
-1
/
+1
*
nir: add missing local_group_size intrinsic
Rob Clark
2017-12-30
1
-0
/
+4
*
nir: Add support for 16-bit types (half float, int16 and uint16)
Eduardo Lima Mitev
2017-12-06
1
-0
/
+6
*
nir: Zero nir_load_const_instr::value for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-6
/
+10
*
nir: Add a helper for adding texture instruction sources
Jason Ekstrand
2017-10-17
1
-0
/
+22
*
nir: Fix system_value_from_intrinsic for subgroups
Jason Ekstrand
2017-08-28
1
-4
/
+4
*
nir: Fix some whatespace
Jason Ekstrand
2017-08-28
1
-5
/
+5
*
nir: add load_frag_coord system value intrinsic
Nicolai Hähnle
2017-07-31
1
-0
/
+4
*
nir: add nir_instr_rewrite_deref
Nicolai Hähnle
2017-07-31
1
-0
/
+13
*
nir: Add system values from ARB_shader_ballot
Matt Turner
2017-07-20
1
-0
/
+28
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-1
/
+2
*
compiler: Add a system value and varying for ViewIndex
Jason Ekstrand
2017-05-03
1
-0
/
+4
*
nir: Add GLSL_TYPE_[U]INT64 to some switch statements
Jason Ekstrand
2017-04-16
1
-0
/
+2
*
nir: Stop using apostrophes to pluralize.
Matt Turner
2017-03-23
1
-1
/
+1
[next]