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
...
*
anv: drop add_var_binding from anv_nir_apply_pipeline_layout.c
Jason Ekstrand
2019-03-05
1
-7
/
+2
*
anv: Clean up descriptor set layouts
Jason Ekstrand
2019-03-05
3
-83
/
+85
*
anv: Count image param entries rather than images
Jason Ekstrand
2019-03-05
5
-23
/
+29
*
anv: Stop allocating buffer views for dynamic buffers
Jason Ekstrand
2019-03-05
3
-24
/
+22
*
anv: Rework arguments to anv_descriptor_set_write_*
Jason Ekstrand
2019-03-05
3
-29
/
+27
*
anv/descriptor_set: Refactor alloc/free of descriptor sets
Jason Ekstrand
2019-03-05
1
-59
/
+84
*
anv: use the platform defines in vk.xml instead of hard-coding them
Eric Engestrom
2019-03-05
1
-4
/
+7
*
anv: update supported patch version
Lionel Landwerlin
2019-03-05
1
-1
/
+1
*
anv: toggle on support for VK_EXT_ycbcr_image_arrays
Tapani Pälli
2019-03-05
2
-0
/
+8
*
anv: retain the is_array state in create_plane_tex_instr_implicit
Tapani Pälli
2019-03-05
1
-0
/
+1
*
anv/pipeline: Drop anv_fill_binding_table
Jason Ekstrand
2019-03-04
1
-26
/
+0
*
anv: Use an actual binding for gl_NumWorkgroups
Jason Ekstrand
2019-03-04
3
-31
/
+33
*
intel,nir: Lower TXD with min_lod when the sampler index is not < 16
Jason Ekstrand
2019-03-04
1
-1
/
+3
*
anv: Count surfaces for non-YCbCr images in GetDescriptorSetLayoutSupport
Jason Ekstrand
2019-03-04
1
-0
/
+3
*
nir/glsl: Add another way of doing lower_imul64 for gen8+
Sagar Ghuge
2019-03-04
2
-0
/
+12
*
android: anv: fix libexpat shared dependency
Mauro Rossi
2019-03-04
1
-1
/
+1
*
android: anv: fix generated files depedencies (v2)
Mauro Rossi
2019-03-04
1
-15
/
+25
*
intel/compiler: Move int64/doubles lowering options
Jordan Justen
2019-03-02
2
-34
/
+39
*
intel/fs: Don't assert on b2f with a saturate modifier
Ian Romanick
2019-03-02
1
-1
/
+3
*
anv: add support for INTEL_DEBUG=bat
Lionel Landwerlin
2019-03-02
4
-2
/
+93
*
intel/compiler: Add commas on final values of compaction table arrays
Matt Turner
2019-03-01
1
-15
/
+15
*
intel/fs: Generate if instructions with inverted conditions
Ian Romanick
2019-03-01
1
-3
/
+20
*
intel/fs: Emit better code for b2f(inot(a)) and b2i(inot(a))
Ian Romanick
2019-03-01
2
-0
/
+40
*
intel/fs: Use De Morgan's laws to avoid logical-not of a logic result on Gen8+
Ian Romanick
2019-03-01
1
-0
/
+59
*
intel/fs: Emit logical-not of operands on Gen8+
Ian Romanick
2019-03-01
2
-6
/
+27
*
intel/fs: Refactor ALU source and destination handling to a separate function
Ian Romanick
2019-03-01
2
-33
/
+60
*
intel/fs: Handle OR source modifiers in algebraic optimization
Ian Romanick
2019-03-01
1
-1
/
+10
*
intel/fs: Relax type matching rules in cmod propagation from MOV instructions
Ian Romanick
2019-03-01
1
-4
/
+19
*
intel/vec4: Emit constants for some ALU sources as immediate values
Ian Romanick
2019-03-01
1
-0
/
+71
*
anv: fix typo
Eric Engestrom
2019-03-01
1
-1
/
+1
*
anv: remove spaces around kwargs assignment
Eric Engestrom
2019-03-01
1
-4
/
+4
*
anv: drop unused parameter
Eric Engestrom
2019-03-01
1
-3
/
+2
*
anv: simplify chained comparison
Eric Engestrom
2019-03-01
1
-1
/
+1
*
intel/compiler: Re-prefix non-logical surface opcodes with VEC4
Jason Ekstrand
2019-02-28
10
-47
/
+25
*
intel/schedule_instructions: Move some comments
Jason Ekstrand
2019-02-28
1
-37
/
+37
*
intel/compiler: Drop unused surface opcodes
Jason Ekstrand
2019-02-28
7
-60
/
+0
*
intel/fs: Get rid of the IMAGE_SIZE opcode
Jason Ekstrand
2019-02-28
3
-10
/
+5
*
intel/vec4: Drop dead code for handling typed surface messages
Jason Ekstrand
2019-02-28
5
-272
/
+0
*
intel/fs: Drop the fs_surface_builder
Jason Ekstrand
2019-02-28
5
-471
/
+195
*
intel/fs: Re-order logical surface arguments
Jason Ekstrand
2019-02-28
1
-2
/
+2
*
intel/fs: Add an enum type for logical sampler inst sources
Jason Ekstrand
2019-02-28
3
-39
/
+58
*
intel/compiler: use correct swizzle for replacement
Lionel Landwerlin
2019-02-27
1
-5
/
+5
*
android: add liblog to libmesa_intel_common build
Tapani Pälli
2019-02-27
1
-1
/
+1
*
i965: Add support for sampling from XYUV images
Kasireddy, Vivek
2019-02-26
2
-0
/
+2
*
intel/eu: Add an EOT parameter to send_indirect_[split]_message
Jason Ekstrand
2019-02-25
4
-19
/
+29
*
intel/aub_viewer: silence more compiler warnings
Lionel Landwerlin
2019-02-25
1
-2
/
+2
*
intel/aub_viewer: silence compiler warning
Lionel Landwerlin
2019-02-25
1
-1
/
+1
*
intel/aub_viewer: printout 48bits addresses
Lionel Landwerlin
2019-02-25
1
-14
/
+14
*
Revert "anv: add support for INTEL_DEBUG=bat"
Lionel Landwerlin
2019-02-24
1
-49
/
+0
*
anv: add support for INTEL_DEBUG=bat
Lionel Landwerlin
2019-02-23
1
-0
/
+49
[prev]
[next]