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
/
compiler
/
nir
/
nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add nir_num_variable_modes and nir_var_mem_push_const
Rhys Perry
2019-11-25
1
-0
/
+5
*
nir: add nir_variable::index and nir_index_vars
Rhys Perry
2019-11-20
1
-0
/
+33
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
1
-1
/
+1
*
nir: fix unused function warning in src/compiler/nir/nir.c
Kai Wasserbäch
2019-11-07
1
-1
/
+2
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-3
/
+3
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
1
-2
/
+4
*
compiler: add SYSTEM_VALUE_TESS_LEVEL_OUTER/INNER_DEFAULT
Marek Olšák
2019-08-12
1
-0
/
+8
*
compiler: add SYSTEM_VALUE_USER_DATA_AMD
Marek Olšák
2019-08-12
1
-0
/
+4
*
nir: add access to image_deref intrinsics
Lionel Landwerlin
2019-07-26
1
-0
/
+3
*
nir: use | instead of || operator
Andrii Simiklit
2019-07-23
1
-1
/
+1
*
nir: Allow internal changes to the instr in nir_shader_lower_instructions().
Eric Anholt
2019-07-18
1
-1
/
+4
*
nir: Add gl_PointCoord system value
Andreas Baierl
2019-07-18
1
-0
/
+4
*
nir: Add some generic helpers for writing lowering passes
Jason Ekstrand
2019-07-16
1
-0
/
+147
*
nir: Add a helper for fetching the SSA def from an instruction
Jason Ekstrand
2019-07-16
1
-0
/
+47
*
nir: Refactor nir_src_as_* constant functions
Jason Ekstrand
2019-07-10
1
-92
/
+0
*
nir: Add more helpers for working with const values
Jason Ekstrand
2019-07-10
1
-0
/
+35
*
compiler: Add color system value
Connor Abbott
2019-07-08
1
-0
/
+8
*
glsl/nir: Propagate access qualifiers
Connor Abbott
2019-06-19
1
-1
/
+0
*
nir: detect more dynamically uniform expressions
Iago Toral Quiroga
2019-06-14
1
-0
/
+13
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-23
/
+26
*
glsl/nir: add support for lowering bindless images_derefs
Karol Herbst
2019-04-12
1
-2
/
+4
*
nir: move brw_nir_rewrite_image_intrinsic into common code
Karol Herbst
2019-04-12
1
-0
/
+40
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
1
-23
/
+0
*
nir: Get rid of nir_register::is_packed
Jason Ekstrand
2019-04-09
1
-1
/
+0
*
nir: add support for user defined select control
Timothy Arceri
2019-03-27
1
-0
/
+2
*
nir: add support for gather offsets
Karol Herbst
2019-03-21
1
-0
/
+18
*
Revert "nir: const `nir_call_instr::callee`"
Jason Ekstrand
2019-03-19
1
-1
/
+1
*
nir: const `nir_call_instr::callee`
Eric Engestrom
2019-03-19
1
-1
/
+1
*
nir/vtn: add support for SpvBuiltInGlobalLinearId
Karol Herbst
2019-03-05
1
-0
/
+2
*
nir: Just return when asked to rewrite uses of an SSA def to itself.
Eric Anholt
2019-02-25
1
-1
/
+2
*
mesa: add MESA_SHADER_KERNEL
Karol Herbst
2019-01-21
1
-1
/
+1
*
nir/spirv: handle SpvStorageClassCrossWorkgroup
Karol Herbst
2019-01-19
1
-0
/
+4
*
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
[next]