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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-4
/
+9
*
intel: Add icl pci id for INTEL_DEVID_OVERRIDE
Anuj Phogat
2018-02-28
1
-0
/
+1
*
i965: Warn about preliminary support for Gen11
Matt Turner
2018-02-28
1
-0
/
+7
*
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
*
swr/rast: revert clip distance precision
George Kyriazis
2018-02-28
2
-4
/
+17
*
swr/rast: Faster frustum prim culling
George Kyriazis
2018-02-28
1
-3
/
+7
*
swr/rast: Consolidate TRANSLATE_ADDRESS
George Kyriazis
2018-02-28
4
-6
/
+28
*
swr/rast: Code generation cleanup
George Kyriazis
2018-02-28
1
-15
/
+21
*
swr/rast: Remove draw type from event definitions
George Kyriazis
2018-02-28
3
-12
/
+8
*
swr/rast: whitespace change
George Kyriazis
2018-02-28
1
-1
/
+1
*
swr/rast: Fix index buffer overfetch issue for non-indexed draws
George Kyriazis
2018-02-28
1
-0
/
+15
*
softpipe: don't iterate through PIPE_MAX_SHADER_SAMPLER_VIEWS
Roland Scheidegger
2018-02-28
1
-2
/
+2
*
cso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS on context destroy
Roland Scheidegger
2018-02-28
1
-1
/
+3
*
draw: don't needlessly iterate through all sampler view slots
Roland Scheidegger
2018-02-28
1
-1
/
+1
*
anv: implement VK_EXT_global_priority extension
Tapani Pälli
2018-02-28
5
-0
/
+95
*
i965: use context priority definitions from gen_defines.h
Tapani Pälli
2018-02-28
3
-10
/
+10
*
intel: add new common header gen_defines.h
Tapani Pälli
2018-02-28
2
-0
/
+55
*
winsys/amdgpu: request high addresses
Christian König
2018-02-28
1
-4
/
+12
*
ac/shader: move scanning some info about input PS declarations
Samuel Pitoiset
2018-02-28
5
-15
/
+26
*
glsl/linker: fix bug when checking precision qualifier
Samuel Iglesias Gonsálvez
2018-02-28
1
-8
/
+3
*
anv: set maxResourceSize to the respective value for each generation
Samuel Iglesias Gonsálvez
2018-02-28
1
-1
/
+14
*
r600: partly revert disabling tiling for 1d texture.
Dave Airlie
2018-02-28
1
-0
/
+5
*
nir: fix interger divide by zero crash during constant folding
Timothy Arceri
2018-02-28
1
-2
/
+2
*
st/mesa: ensure that images don't try to reference non-existent levels
Ilia Mirkin
2018-02-27
1
-0
/
+1
*
ac/radv: move load base vertex abi setup to vertex shader.
Dave Airlie
2018-02-28
1
-1
/
+1
*
ac/shader: fix vertex input with components.
Dave Airlie
2018-02-28
1
-1
/
+1
*
radv: remove device pointer from buffer.
Dave Airlie
2018-02-28
1
-1
/
+0
*
nir: add lower_ldexp to nir compiler options
Timothy Arceri
2018-02-28
6
-2
/
+8
*
ac: implement nir_op_ldexp
Timothy Arceri
2018-02-28
1
-0
/
+7
*
ac: fix nir_op_fdd{x,y} handling
Timothy Arceri
2018-02-28
1
-2
/
+2
*
ac/radeonsi: add load_base_vertex() to the abi
Timothy Arceri
2018-02-28
3
-1
/
+10
*
radeonsi: create get_base_vertex() helper
Timothy Arceri
2018-02-28
1
-14
/
+20
*
radeonsi/nir: disable vertex_id_zero_based lowering
Timothy Arceri
2018-02-28
1
-1
/
+0
*
ac: add support for handling nir_intrinsic_load_vertex_id
Timothy Arceri
2018-02-28
1
-0
/
+4
*
ac: fix f2b and i2b for doubles
Timothy Arceri
2018-02-28
1
-2
/
+4
*
intel/ir: Fix invalid type aliasing with undefined behavior in test_eu_compact.
Francisco Jerez
2018-02-27
1
-3
/
+3
*
util/bitset: Make C++ wrapper trivially constructible.
Francisco Jerez
2018-02-27
3
-20
/
+20
*
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
*
i965: Use gen_get_pci_device_id_override
Jordan Justen
2018-02-27
1
-52
/
+5
*
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
[next]