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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/glsl_to_nir/radeonsi: enable gs support for nir backend
Timothy Arceri
2017-12-04
3
-29
/
+47
*
ac: add si_nir_load_input_gs() to the abi
Timothy Arceri
2017-12-04
5
-14
/
+64
*
ac: move build_varying_gather_values() to ac_llvm_build.h and expose
Timothy Arceri
2017-12-04
3
-28
/
+32
*
ac: add basic nir -> llvm type helper
Timothy Arceri
2017-12-04
1
-0
/
+22
*
radeonsi: create si_llvm_load_input_gs()
Timothy Arceri
2017-12-04
2
-23
/
+44
*
radeonsi: pass llvm type to lds_load()
Timothy Arceri
2017-12-04
1
-13
/
+13
*
radeonsi: add llvm_type_is_64bit() helper
Timothy Arceri
2017-12-04
1
-0
/
+9
*
radeonsi: pass llvm type to si_llvm_emit_fetch_64bit()
Timothy Arceri
2017-12-04
3
-12
/
+18
*
radeonsi: add nir support for gs epilogue
Timothy Arceri
2017-12-04
1
-4
/
+21
*
radeonsi: add nir support for es epilogue
Timothy Arceri
2017-12-04
1
-16
/
+13
*
radeonsi: add nir support for ls epilogue
Timothy Arceri
2017-12-04
1
-15
/
+14
*
st/glsl_to_nir: add gs support to st_nir_assign_var_locations()
Timothy Arceri
2017-12-04
1
-6
/
+17
*
st/glsl_to_nir: use nir_lower_io_arrays_to_elements() to lower arrays
Timothy Arceri
2017-12-04
1
-1
/
+1
*
nir: allow builin arrays to be lowered
Timothy Arceri
2017-12-04
1
-7
/
+10
*
nir: add array lowering function that assumes there are no indirects
Timothy Arceri
2017-12-04
2
-1
/
+44
*
radv: enable nir varying array splitting
Timothy Arceri
2017-12-04
1
-0
/
+3
*
st/glsl_to_nir: enable NIR link time opts
Timothy Arceri
2017-12-04
2
-7
/
+105
*
radeonsi/nir: add support for packed inputs
Timothy Arceri
2017-12-04
1
-21
/
+25
*
st/glsl_to_nir: move some calls out of st_glsl_to_nir_post_opts()
Timothy Arceri
2017-12-04
1
-30
/
+37
*
st/glsl_to_nir: call some lowering passes earlier
Timothy Arceri
2017-12-04
1
-8
/
+12
*
st/glsl_to_nir: add basic NIR opt loop helper
Timothy Arceri
2017-12-04
1
-0
/
+31
*
st/glsl_to_nir: make st_glsl_to_nir() static
Timothy Arceri
2017-12-04
2
-55
/
+51
*
st/glsl_to_nir: split the st_glsl_to_nir() function in two
Timothy Arceri
2017-12-04
1
-22
/
+34
*
st/glsl_to_nir: create set_st_program() helper
Timothy Arceri
2017-12-04
1
-34
/
+40
*
st/glsl: move nir linking loop to new function st_link_nir()
Timothy Arceri
2017-12-04
3
-17
/
+41
*
nir: fix support for scalar arrays in nir_lower_io_types()
Timothy Arceri
2017-12-04
1
-7
/
+3
*
st/glsl_to_nir: add st_nir_assign_var_locations() helper
Timothy Arceri
2017-12-04
1
-9
/
+34
*
radv: enable nir component packing
Timothy Arceri
2017-12-04
1
-0
/
+6
*
nir: add varying component packing helpers
Timothy Arceri
2017-12-04
2
-0
/
+332
*
nir: add varying array splitting pass
Timothy Arceri
2017-12-04
4
-0
/
+386
*
freedreno/ir3: relax barriers
Rob Clark
2017-12-03
1
-2
/
+2
*
freedreno/ir3: all mem instructions have WAR hazzard
Rob Clark
2017-12-03
1
-1
/
+1
*
freedreno: add debug option to force emulated indirect
Rob Clark
2017-12-03
3
-0
/
+12
*
freedreno: also mark draw-indirect buffer as read
Rob Clark
2017-12-03
1
-0
/
+7
*
freedreno: small cleanups
Rob Clark
2017-12-03
1
-17
/
+8
*
freedreno: avoid unneccessary batch flush
Rob Clark
2017-12-03
1
-0
/
+2
*
freedreno: avoid mem2gmem for invalidated buffers
Rob Clark
2017-12-03
3
-2
/
+17
*
freedreno: deferred flush support
Rob Clark
2017-12-03
5
-4
/
+32
*
freedreno: rework fence tracking
Rob Clark
2017-12-03
12
-61
/
+109
*
freedreno: proper locking for iterating dependent batches
Rob Clark
2017-12-03
2
-8
/
+20
*
freedreno/a5xx: correct max_indicies for indirect draws
Rob Clark
2017-12-03
1
-1
/
+2
*
spirv: Convert the supported_extensions struct to spirv_options
Jason Ekstrand
2017-12-02
5
-37
/
+44
*
spirv: Only emit functions which are actually used
Jason Ekstrand
2017-12-02
3
-8
/
+26
*
spirv: Drop the impl field from vtn_builder
Jason Ekstrand
2017-12-02
4
-8
/
+6
*
i965: Serialize nir later in the linking process
Jordan Justen
2017-12-01
1
-9
/
+16
*
configure: avoid testing for negative compiler options
Marc Dietrich
2017-12-01
2
-10
/
+19
*
broadcom/vc4: Use a single-entry cached last_hindex value.
Eric Anholt
2017-12-01
2
-2
/
+20
*
broadcom/vc4: Decompose single QUADs to a TRIANGLE_FAN.
Eric Anholt
2017-12-01
1
-5
/
+14
*
broadcom/vc4: Use the new enum functionality of the XML to decode better.
Eric Anholt
2017-12-01
1
-20
/
+25
*
broadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HANDLES.
Eric Anholt
2017-12-01
3
-3
/
+12
[next]