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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: don't use GLenum16 in nir.h
Marek Olšák
2019-11-19
1
-2
/
+1
*
nir: move data.descriptor_set above data.index for better packing
Marek Olšák
2019-11-19
1
-4
/
+4
*
nir/print: only print image.format for image variables
Marek Olšák
2019-11-19
1
-44
/
+46
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
5
-12
/
+13
*
nir/serialize: fix serializing functions with no implementations.
Dave Airlie
2019-11-19
1
-3
/
+11
*
nir/serialize: pack function has name and entry point into flags.
Dave Airlie
2019-11-19
1
-5
/
+7
*
nir: Validate that variables are in the right lists
Jason Ekstrand
2019-11-18
1
-11
/
+15
*
nir: Fix non-determinism in lower_global_vars_to_local
Connor Abbott
2019-11-14
1
-2
/
+5
*
nir: fix a couple signed/unsigned comparison warnings in nir_builder.h
Brian Paul
2019-11-12
1
-2
/
+2
*
nir/divergence: improve DA of shuffle
Rhys Perry
2019-11-12
1
-1
/
+5
*
nir: patch up deref-vars when lowering clip-planes
Erik Faye-Lund
2019-11-12
1
-0
/
+1
*
nir: Add tests for nir_extract_bits
Jason Ekstrand
2019-11-11
2
-0
/
+167
*
nir/builder: Add a nir_extract_bits helper
Jason Ekstrand
2019-11-11
1
-37
/
+80
*
nir: Add load_output_u8_as_fp16_pan intrinsic
Alyssa Rosenzweig
2019-11-11
1
-0
/
+6
*
freedreno/ir3: Implement TCS synchronization intrinsics
Kristian H. Kristensen
2019-11-07
1
-0
/
+8
*
freedreno/ir3: Add ir3 intrinsics for tessellation
Kristian H. Kristensen
2019-11-07
1
-0
/
+6
*
freedreno/ir3: Add load and store intrinsics for global io
Kristian H. Kristensen
2019-11-07
1
-0
/
+11
*
nir: fix unused function warning in src/compiler/nir/nir.c
Kai Wasserbäch
2019-11-07
1
-1
/
+2
*
nir: fix unused variable warning in nir_lower_vars_to_explicit_types
Kai Wasserbäch
2019-11-07
1
-1
/
+2
*
nir: fix packing of nir_variable
Samuel Pitoiset
2019-11-06
1
-2
/
+2
*
nir/serialize: pack nir_variable flags
Marek Olšák
2019-11-05
1
-13
/
+36
*
nir/serialize: store 32-bit object IDs instead of 64-bit
Marek Olšák
2019-11-05
1
-28
/
+31
*
nir/serialize: don't expand 16-bit variable state slots to 32 bits
Marek Olšák
2019-11-05
2
-7
/
+5
*
nir: pack the rest of nir_variable::data
Marek Olšák
2019-11-05
1
-33
/
+34
*
nir: pack nir_variable::data::xfb_*
Marek Olšák
2019-11-04
2
-25
/
+29
*
nir: pack nir_variable::data::stream
Marek Olšák
2019-11-04
1
-3
/
+4
*
nir/algebraic: Mark other comparison exact when removing a == a
Ian Romanick
2019-11-04
1
-2
/
+2
*
nir/algebraic: Add the ability to mark a replacement as exact
Ian Romanick
2019-11-04
4
-3
/
+13
*
compiler: make variable::data::binding unsigned
Marek Olšák
2019-11-04
1
-1
/
+1
*
nir: correct use of identity check in python
Dylan Baker
2019-11-04
1
-2
/
+2
*
nir: fix couple of compile warnings
Tapani Pälli
2019-10-31
1
-2
/
+2
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
16
-32
/
+32
*
nir: Fix invalid code for MSVC
Dylan Baker
2019-10-25
1
-2
/
+2
*
nir: Use VARYING_SLOT_TESS_MAX to size indirect bitmasks
Kenneth Graunke
2019-10-25
1
-2
/
+2
*
nir: Use BITSET for tracking varyings in lower_io_arrays
Kristian H. Kristensen
2019-10-24
1
-33
/
+22
*
nir/tests: Add copy propagation tests with scoped_memory_barrier
Caio Marcelo de Oliveira Filho
2019-10-24
1
-1
/
+407
*
nir: Add scoped_memory_barrier intrinsic
Caio Marcelo de Oliveira Filho
2019-10-24
7
-0
/
+124
*
nir: improve nir_variable packing
Timothy Arceri
2019-10-24
1
-1
/
+3
*
nir: fix nir_variable_data packing
Timothy Arceri
2019-10-24
1
-8
/
+8
*
st/mesa: assign driver locations for VS inputs for NIR before caching
Marek Olšák
2019-10-23
1
-0
/
+5
*
Revert "nir: drop support for using load_alpha_ref_float"
Erik Faye-Lund
2019-10-23
1
-11
/
+14
*
Revert "nir: drop unused alpha_ref_float"
Erik Faye-Lund
2019-10-23
2
-0
/
+2
*
nir: allow nir_lower_uniforms_to_ubo to be run repeatedly
Marek Olšák
2019-10-22
1
-1
/
+4
*
nir/lower_idiv: add new llvm-based path
Rhys Perry
2019-10-21
2
-11
/
+130
*
nir: add nir_lower_amul pass
Rob Clark
2019-10-18
4
-3
/
+330
*
nir: add address calc related opt rules
Rob Clark
2019-10-18
1
-0
/
+16
*
nir: add amul instruction
Rob Clark
2019-10-18
6
-6
/
+37
*
nir: Add a new ALU nir_op_imul24
Rob Clark
2019-10-18
1
-0
/
+3
*
nir: Add a new ALU nir_op_imad24_ir3
Eduardo Lima Mitev
2019-10-18
1
-0
/
+7
*
nir/search: fix the PoT helpers
Rob Clark
2019-10-18
2
-4
/
+7
[next]