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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/perf: improve dynamic loading config detection
Lionel Landwerlin
2019-06-05
1
-15
/
+3
*
intel/nir: Take nir_shader*s in brw_nir_link_shaders
Jason Ekstrand
2019-06-05
3
-39
/
+37
*
intel/nir: Stop returning the shader from helpers
Jason Ekstrand
2019-06-05
9
-51
/
+45
*
intel/perf: fix EuThreadsCount value in performance equations
Lionel Landwerlin
2019-06-05
1
-2
/
+1
*
intel/tools: use C99 print conversion specifier for 32 bit builds
Mark Janes
2019-06-05
3
-4
/
+4
*
intel/fs: Add an UNDEF instruction to avoid excess live ranges
Jason Ekstrand
2019-06-04
6
-5
/
+35
*
anv: Advertise support for VK_EXT_fragment_shader_interlock
Jason Ekstrand
2019-06-04
3
-0
/
+12
*
intel/fs: Skip registers faster when setting spill costs
Jason Ekstrand
2019-06-04
1
-2
/
+10
*
intel/compiler: Fix assertions in brw_alu3
Sagar Ghuge
2019-06-03
1
-3
/
+3
*
iris: Print binding tables when INTEL_DEBUG=bt
Caio Marcelo de Oliveira Filho
2019-06-03
2
-0
/
+2
*
intel/compiler: Use compare rematerialization pass
Ian Romanick
2019-05-31
1
-0
/
+3
*
intel/blorp: Use the hardware op for CCS ambiguate on gen10+
Jason Ekstrand
2019-05-30
2
-1
/
+17
*
intel/fs: Do a stalling MFENCE in endInvocationInterlock()
Jason Ekstrand
2019-05-30
5
-8
/
+28
*
intel/fs,vec4: Use g0 as the header for MFENCE
Jason Ekstrand
2019-05-30
6
-12
/
+13
*
spirv: Change spirv_to_nir() to return a nir_shader
Caio Marcelo de Oliveira Filho
2019-05-29
1
-2
/
+1
*
intel/decoder: Use get_state_size() over guessed counts in more cases
Kenneth Graunke
2019-05-28
1
-0
/
+2
*
iris: Ask st to vectorize our IO.
Kenneth Graunke
2019-05-28
1
-0
/
+1
*
anv: fix apply_pipeline_layout pass for arrays of YCbCr descriptors
Lionel Landwerlin
2019-05-27
1
-2
/
+15
*
anv/android: fix missing dependencies issue during parallel build
Chenglei Ren
2019-05-27
1
-9
/
+9
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
4
-12
/
+7
*
intel: Implement abs, neg, and sat in the back-end
Jason Ekstrand
2019-05-24
2
-9
/
+44
*
intel/nir: Call alu_to_scalar one last time before out-of-ssa
Jason Ekstrand
2019-05-24
1
-0
/
+2
*
nir/builder: Remove the use_fmov parameter from nir_swizzle
Jason Ekstrand
2019-05-24
2
-2
/
+2
*
anv: Do not emulate texture swizzle for INPUT_ATTACHMENT, STORAGE_IMAGE
Danylo Piliaiev
2019-05-24
2
-6
/
+12
*
vulkan: fix build dependency issue with generated files
Lionel Landwerlin
2019-05-22
1
-14
/
+14
*
intel: Move brw_prog_key_set_id from i965 to the compiler.
Kenneth Graunke
2019-05-21
2
-0
/
+20
*
anv: Don't re-use entry_point pointer from spirv_to_nir
Caio Marcelo de Oliveira Filho
2019-05-20
1
-2
/
+2
*
spirv, radv, anv: Replace ptr_type with addr_format
Caio Marcelo de Oliveira Filho
2019-05-20
1
-7
/
+11
*
anv: Only consider minSampleShading when sampleShadingEnable is set
Jason Ekstrand
2019-05-17
1
-2
/
+2
*
anv: Stop forcing bindless for images
Jason Ekstrand
2019-05-17
1
-4
/
+5
*
anv: Emulate texture swizzle in the shader when needed
Jason Ekstrand
2019-05-17
4
-2
/
+133
*
anv: Fix some depth buffer sampling cases on ICL+
Nanley Chery
2019-05-16
1
-1
/
+7
*
intel/fs/live_variables: Do compute_start_end in BITSET_WORD chunks
Jason Ekstrand
2019-05-16
1
-9
/
+15
*
intel/fs/ra: Choose a spill reg before throwing away the graph
Jason Ekstrand
2019-05-16
1
-7
/
+7
*
intel/fs/ra: Add spill costs to the graph on-demand
Jason Ekstrand
2019-05-16
1
-4
/
+9
*
intel/fs/ra: Add a helper for discarding the interference graph
Jason Ekstrand
2019-05-16
1
-2
/
+9
*
intel/compiler: use bitset instead of opencoding a 32-bit bitset. (v2)
Dave Airlie
2019-05-15
1
-7
/
+10
*
intel/compiler: remove repeated bit_size / 8 in brw mem lowering pass.
Dave Airlie
2019-05-15
1
-7
/
+8
*
intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8
Kenneth Graunke
2019-05-14
9
-32
/
+171
*
intel/compiler: Move ICP handle fetching into a helper function.
Kenneth Graunke
2019-05-14
2
-36
/
+47
*
intel/compiler: Don't repeat dispatch max fixing condition
Kenneth Graunke
2019-05-14
1
-2
/
+5
*
intel/compiler: Rename invocation_id_mask to instance_id_mask
Kenneth Graunke
2019-05-14
1
-4
/
+4
*
intel/compiler: Refactor TCS invocation ID setup into a helper
Kenneth Graunke
2019-05-14
2
-14
/
+23
*
intel/compiler: Repeat nir_opt_algebraic_late
Ian Romanick
2019-05-14
1
-1
/
+16
*
intel/fs: Allow cmod propagation to instructions with saturate modifier
Ian Romanick
2019-05-14
2
-9
/
+528
*
intel/fs/ra: Spill without destroying the interference graph
Jason Ekstrand
2019-05-14
1
-13
/
+96
*
intel/fs/ra: Put the VGRFs at the end of the nodes
Jason Ekstrand
2019-05-14
1
-18
/
+32
*
intel/fs/ra: Re-arrange interference setup
Jason Ekstrand
2019-05-14
1
-217
/
+205
*
intel/fs/ra: Do the spill loop inside RA
Jason Ekstrand
2019-05-14
2
-21
/
+28
*
intel/fs/ra: Only add MRF hack interference if we're spilling
Jason Ekstrand
2019-05-14
1
-62
/
+50
[next]