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
...
*
i965/fs: Support 16-bit do_read_vector with VK_KHR_relaxed_block_layout
Jose Maria Casanova Crespo
2018-02-28
1
-14
/
+37
*
i965/fs: shuffle_32bit_load_result_to_16bit_data now skips components
Jose Maria Casanova Crespo
2018-02-28
3
-3
/
+6
*
isl/i965/fs: SSBO/UBO buffers need size padding if not multiple of 32-bit
Jose Maria Casanova Crespo
2018-02-28
3
-2
/
+62
*
anv: Always set has_context_priority
Jason Ekstrand
2018-02-28
1
-3
/
+1
*
i965: Don't emit MOVs with undefined registers for Gen4 point clipping.
Kenneth Graunke
2018-02-28
1
-1
/
+1
*
intel/compiler: Re-add .vs_inputs_dual_locations = true
Matt Turner
2018-02-28
1
-0
/
+1
*
intel/compiler: Add ICL to test_eu_validate.cpp
Matt Turner
2018-02-28
1
-0
/
+1
*
intel/compiler: Disable Align16 tests on Gen11+
Matt Turner
2018-02-28
1
-0
/
+16
*
intel/compiler: Add instruction compaction support on Gen11
Matt Turner
2018-02-28
1
-0
/
+42
*
intel/compiler: Mark line, pln, and lrp as removed on Gen11+
Matt Turner
2018-02-28
1
-4
/
+6
*
intel/compiler: Lower flrp32 on Gen11+
Matt Turner
2018-02-28
5
-17
/
+26
*
intel/compiler/fs: Implement ddy without using align16 for Gen11+
Matt Turner
2018-02-28
1
-8
/
+38
*
intel/compiler/fs: Simplify ddx/ddy code generation
Matt Turner
2018-02-28
1
-42
/
+21
*
intel/compiler/fs: Pass fs_inst to generate_ddx/ddy instead of opcode
Matt Turner
2018-02-28
2
-8
/
+10
*
intel/compiler/fs: Don't generate integer DWord multiply on Gen11
Matt Turner
2018-02-28
3
-5
/
+6
*
intel/compiler/fs: Implement FS_OPCODE_LINTERP with MADs on Gen11+
Matt Turner
2018-02-28
2
-4
/
+46
*
intel/compiler/fs: Return multiple_instructions_emitted from generate_linterp
Matt Turner
2018-02-28
2
-4
/
+8
*
intel/compiler/fs: Fix application of cmod and saturate to LINE/MAC pair
Matt Turner
2018-02-28
1
-2
/
+11
*
intel/compiler: Add Gen11+ native float type
Matt Turner
2018-02-28
6
-2
/
+32
*
intel/compiler: Add Gen11 register types
Matt Turner
2018-02-28
1
-8
/
+65
*
intel: Disable 64-bit extensions on platforms without 64-bit types
Matt Turner
2018-02-28
2
-0
/
+4
*
intel: Add icl pci id for INTEL_DEVID_OVERRIDE
Anuj Phogat
2018-02-28
1
-0
/
+1
*
intel: Add a preliminary device for Ice Lake
Anuj Phogat
2018-02-28
1
-1
/
+56
*
anv: remove anv_gem_set_context_priority helper
Tapani Pälli
2018-02-28
3
-12
/
+3
*
anv: implement VK_EXT_global_priority extension
Tapani Pälli
2018-02-28
5
-0
/
+95
*
intel: add new common header gen_defines.h
Tapani Pälli
2018-02-28
2
-0
/
+55
*
anv: set maxResourceSize to the respective value for each generation
Samuel Iglesias Gonsálvez
2018-02-28
1
-1
/
+14
*
nir: add lower_ldexp to nir compiler options
Timothy Arceri
2018-02-28
1
-0
/
+1
*
intel/ir: Fix invalid type aliasing with undefined behavior in test_eu_compact.
Francisco Jerez
2018-02-27
1
-3
/
+3
*
intel/tools: Use gen_device_name_to_pci_device_id in aubinator
Jordan Justen
2018-02-27
1
-24
/
+6
*
intel/common: Add gen_device_name_to_pci_device_id
Jordan Justen
2018-02-27
2
-6
/
+14
*
intel/vulkan: Support INTEL_DEVID_OVERRIDE environment variable
Jordan Justen
2018-02-27
1
-4
/
+10
*
intel/common: Add gen_get_pci_device_id_override
Jordan Justen
2018-02-27
2
-0
/
+52
*
intel/vulkan: Support INTEL_NO_HW environment variable
Jordan Justen
2018-02-27
3
-1
/
+6
*
android: fix source files path for libmesa_anv_gen11
Harish Krupo
2018-02-27
1
-1
/
+1
*
intel: aubinator_error_decode: fix segfault on missing register
Lionel Landwerlin
2018-02-26
1
-1
/
+2
*
android: anv: add dependency on libnativewindow for O and later
Mauro Rossi
2018-02-26
1
-8
/
+14
*
android: anv/extensions: fix generated sources build
Mauro Rossi
2018-02-26
1
-3
/
+13
*
anv/blorp: multisample resolve all attachment layers
Iago Toral Quiroga
2018-02-22
1
-11
/
+20
*
intel/isl: Improve the documentation on get_default_aux_state
Jason Ekstrand
2018-02-21
1
-4
/
+20
*
anv/image: Add support for modifiers for WSI
Jason Ekstrand
2018-02-21
4
-4
/
+104
*
anv/image: Separate modifiers from legacy scanout
Jason Ekstrand
2018-02-21
3
-38
/
+21
*
anv: Don't assert that stencil HiZ clears are single-slice
Jason Ekstrand
2018-02-21
1
-3
/
+6
*
anv: Only copy clear dwords if we're rendering to the first slice
Jason Ekstrand
2018-02-21
1
-1
/
+4
*
i965: Fix compiler warning about write being undefined.
Eric Anholt
2018-02-20
1
-1
/
+1
*
anv/blorp: Use layout_to_aux_usage when a layout is provided
Jason Ekstrand
2018-02-20
1
-25
/
+46
*
anv/cmd_buffer: Delete some assert-only variables
Jason Ekstrand
2018-02-20
1
-4
/
+1
*
anv/cmd_buffer: Use layout_to_* helpers in compute_aux_usage
Jason Ekstrand
2018-02-20
1
-18
/
+35
*
anv/cmd_buffer: Simplify transition_depth_buffer
Jason Ekstrand
2018-02-20
1
-12
/
+0
*
anv/cmd_buffer: Do subpass image transitions in begin/end_subpass
Jason Ekstrand
2018-02-20
1
-132
/
+88
[prev]
[next]