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
/
glsl
/
glsl_to_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl/nir: keep bool types when native_integers=false
Jonathan Marek
2019-01-11
1
-98
/
+63
*
glsl/nir: ftrunc for native_integers=false float to int cast
Jonathan Marek
2019-01-11
1
-0
/
+4
*
glsl/nir: int constants as float for native_integers=false
Jonathan Marek
2019-01-11
1
-4
/
+12
*
nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()
Matt Turner
2019-01-09
1
-0
/
+2
*
glsl: Add function support to glsl_to_nir
Matt Turner
2019-01-09
1
-9
/
+119
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-5
/
+5
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
1
-2
/
+5
*
nir: Switch to using 1-bit Booleans for almost everything
Jason Ekstrand
2018-12-16
1
-4
/
+11
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
1
-1
/
+1
*
mesa: Revert INTEL_fragment_shader_ordering support
Matt Turner
2018-12-03
1
-6
/
+0
*
glsl: Remove unused member variable
Matt Turner
2018-11-27
1
-4
/
+0
*
nir: Add alignment parameters to SSBO, UBO, and shared access
Jason Ekstrand
2018-11-15
1
-0
/
+14
*
nir/glsl: Force 32-bit for UBO and SSBO Booleans
Jason Ekstrand
2018-11-15
1
-5
/
+12
*
glsl/nir: Use i2b instead of ine for fixing UBO/SSBO Booleans
Jason Ekstrand
2018-10-26
1
-19
/
+5
*
nir: Drop the vs_inputs_dual_locations option
Jason Ekstrand
2018-09-06
1
-5
/
+2
*
compiler: Move double_inputs to gl_program::DualSlotInputs
Jason Ekstrand
2018-09-06
1
-11
/
+5
*
nir: Use a bitfield for image access qualifiers
Jason Ekstrand
2018-08-29
1
-5
/
+14
*
nir: Make image load/store intrinsics variable-width
Jason Ekstrand
2018-08-29
1
-2
/
+7
*
mesa: Add GL/GLSL plumbing for INTEL_fragment_shader_ordering
Kevin Rogovin
2018-08-28
1
-0
/
+6
*
nir: Add floating point atomic min, max, and compare-swap instrinsics
Ian Romanick
2018-08-22
1
-6
/
+26
*
nir: Add floating point atomic add instrinsics
Ian Romanick
2018-08-22
1
-5
/
+13
*
nir/glsl: make nir_remap_attributes public
Alejandro Piñeiro
2018-08-13
1
-17
/
+0
*
nir: Add members for the explicit XFB properties to nir_variable
Neil Roberts
2018-07-31
1
-0
/
+4
*
nir: Fix OpAtomicCounterIDecrement for uniform atomic counters
Antia Puentes
2018-07-03
1
-2
/
+2
*
nir: Use derefs in nir_lower_samplers
Jason Ekstrand
2018-06-22
1
-2
/
+4
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-1
/
+0
*
glsl/nir: Use deref instructions instead of dref chains
Jason Ekstrand
2018-06-22
1
-145
/
+94
*
glsl/nir: Only claim to handle intrinsic functions
Jason Ekstrand
2018-06-22
1
-23
/
+2
*
nir: Add explicit_binding to nir_variable
Neil Roberts
2018-06-21
1
-0
/
+1
*
glsl: Add ir_binop_vector_extract in NIR
Juan A. Suarez Romero
2018-06-01
1
-0
/
+9
*
mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.
Plamena Manolova
2018-06-01
1
-0
/
+12
*
nir: fix ir_binop_gequal glsl_to_nir conversion
Erico Nunes
2018-04-16
1
-1
/
+1
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+1
*
nir: s/uint/unsigned/ to fix MSVC/MinGW build
Brian Paul
2018-03-30
1
-1
/
+1
*
nir: add bindless to nir data
Timothy Arceri
2018-03-28
1
-0
/
+1
*
compiler: glsl: silence valgrind warning on write cache
Lionel Landwerlin
2018-03-23
1
-2
/
+2
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
1
-27
/
+27
*
nir: add frexp_exp and frexp_sig opcodes
Timothy Arceri
2018-03-22
1
-0
/
+2
*
nir: Generalize nir_intrinsic_vote_eq
Jason Ekstrand
2018-03-07
1
-2
/
+3
*
glsl/nir: add pixel_center_integer to shader info
Timothy Arceri
2018-02-19
1
-0
/
+5
*
nir: add vs_inputs_dual_locations compiler option
Timothy Arceri
2018-01-30
1
-5
/
+9
*
compiler: tidy up double_inputs_read uses
Timothy Arceri
2018-01-30
1
-4
/
+5
*
glsl: add image and sampler (un)packing support to glsl to nir
Timothy Arceri
2018-01-23
1
-0
/
+4
*
nir: Handle fp16 rounding modes at nir_type_conversion_op
Jose Maria Casanova Crespo
2017-12-06
1
-1
/
+2
*
glsl: Add 16-bit types
Eduardo Lima Mitev
2017-12-06
1
-2
/
+4
*
nir: add streams to nir data
Timothy Arceri
2017-11-12
1
-0
/
+1
*
nir: Make ballot intrinsics variable-size
Jason Ekstrand
2017-11-07
1
-0
/
+1
*
glsl: Remove ir_binop_greater and ir_binop_lequal expressions
Ian Romanick
2017-10-30
1
-24
/
+0
*
glsl_to_nir: Zero nir_constant in constant_copy for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
*
glsl_to_nir: Zero nir_variable struct for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
[next]