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
*
mesa: Extension boilerplate for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
4
-0
/
+5
*
intel/compiler: Move Gen4/5 rounding to visitor
Matt Turner
2020-01-22
4
-37
/
+28
*
util: Do not fail to build on unknown pthread_setname_np
Samuel Thibault
2020-01-22
1
-1
/
+1
*
loader: #define PATH_MAX when undefined (eg. Hurd)
Samuel Thibault
2020-01-22
1
-0
/
+5
*
util/atomic: fix return type of p_atomic_add_return() fallback
Eric Engestrom
2020-01-22
1
-1
/
+1
*
gallium: dmabuf support for yuv formats that are not natively supported
James Xiong
2020-01-22
3
-10
/
+26
*
intel/compiler: Return early if read() failed
Emmanuel Gil Peyrot
2020-01-22
1
-1
/
+4
*
intel/perf: adapt to platforms like Solaris without d_type in struct dirent
Alan Coopersmith
2020-01-22
1
-5
/
+20
*
llvmpipe: drop LLVM < 3.4 support
Eric Engestrom
2020-01-22
1
-4
/
+0
*
egl: drop confusing mincore() error message
Eric Engestrom
2020-01-22
1
-2
/
+0
*
aco: fix off-by-one error when initializing sgpr_live_in
Rhys Perry
2020-01-22
1
-1
/
+1
*
radv: fix double free corruption in radv_alloc_memory()
Samuel Pitoiset
2020-01-22
1
-1
/
+0
*
util/u_thread: Fix build under Haiku
X512
2020-01-22
1
-1
/
+7
*
haiku/hgl: Fix build via header reordering
Alexander von Gluck IV
2020-01-22
1
-2
/
+4
*
aco: fix operand kill flags when a temporary is used more than once
Rhys Perry
2020-01-22
1
-2
/
+6
*
panfrost/midgard: Add missing lowering passes for type/size conversion ops
Boris Brezillon
2020-01-22
1
-13
/
+34
*
panfrost/midgard: Add 64 bits float <-> int converters
Boris Brezillon
2020-01-22
1
-0
/
+5
*
panfrost/midgard: Fix mir_print_instruction() for branch instructions
Boris Brezillon
2020-01-22
1
-7
/
+31
*
panfrost/midgard: Add f2f64 support
Boris Brezillon
2020-01-22
1
-2
/
+4
*
panfrost/midgard: Factorize f2f and u2u handling
Boris Brezillon
2020-01-22
1
-20
/
+7
*
panfrost/midgard: Make sure promote_fmov() only promotes 32-bit imovs
Boris Brezillon
2020-01-22
1
-0
/
+1
*
panfrost/midgard: Rework mir_adjust_constants() to make it type/size agnostic
Boris Brezillon
2020-01-22
1
-94
/
+69
*
panfrost/midgard: Use a union to manipulate embedded constants
Boris Brezillon
2020-01-22
8
-49
/
+85
*
anv: ensure prog params are initialized with 0s
Lionel Landwerlin
2020-01-22
1
-1
/
+1
*
panfrost: Fix crash in compute variant allocation
Alyssa Rosenzweig
2020-01-22
1
-1
/
+2
*
etnaviv: drm: Don't miscalculate timeout
Guido Günther
2020-01-22
1
-3
/
+2
*
egl: Fix _eglPointerIsDereferencable w/o mincore()
Alexander van der Grinten
2020-01-22
1
-3
/
+4
*
egl/android: fix buffer_count for applications setting max count
Tapani Pälli
2020-01-22
1
-6
/
+22
*
aco: Fix signedness compare warning.
Timur Kristóf
2020-01-22
1
-1
/
+1
*
aco: Fix maybe-uninitialized warnings.
Timur Kristóf
2020-01-22
2
-0
/
+4
*
aco: Fix -Wstringop-overflow warnings in aco_span.
Timur Kristóf
2020-01-22
1
-2
/
+2
*
radeon: Fix multiple definition error with radeon_debug
Timur Kristóf
2020-01-22
2
-7
/
+17
*
gallium: Fix a couple of multiple definition warnings.
Timur Kristóf
2020-01-22
1
-4
/
+4
*
r600: Move get_pic_param to radeon_vce.c
Timur Kristóf
2020-01-22
2
-4
/
+4
*
radeon: Move si_get_pic_param to radeon_vce.c
Timur Kristóf
2020-01-22
2
-4
/
+4
*
intel/compiler: Fix array bounds warning on GCC 10.
Timur Kristóf
2020-01-22
1
-0
/
+2
*
turnip: Add support for non-zero (still constant) UBO buffer indices.
Eric Anholt
2020-01-22
1
-2
/
+3
*
turnip: fix array/matrix varyings
Jonathan Marek
2020-01-21
1
-2
/
+2
*
turnip: remove tu_sort_variables_by_location
Jonathan Marek
2020-01-21
1
-48
/
+0
*
freedreno/ir3: allow inputs with the same location
Jonathan Marek
2020-01-21
1
-9
/
+17
*
intel/compiler: Test compaction on Gen <= 12
Matt Turner
2020-01-22
1
-1
/
+1
*
intel/compiler: Validate fuzzed instructions
Matt Turner
2020-01-22
3
-1
/
+7
*
intel/compiler: Add unit tests for new EU validation checks
Matt Turner
2020-01-22
1
-0
/
+396
*
intel/compiler: Validate some instruction word encodings
Matt Turner
2020-01-22
1
-10
/
+84
*
intel/compiler: Factor out brw_validate_instruction()
Matt Turner
2020-01-22
1
-26
/
+35
*
intel/compiler: Handle invalid compacted immediates
Matt Turner
2020-01-22
1
-1
/
+15
*
intel/compiler: Handle invalid inputs to brw_reg_type_to_*()
Matt Turner
2020-01-22
1
-0
/
+6
*
intel/compiler: Split hw_type tables
Matt Turner
2020-01-22
1
-23
/
+116
*
intel/compiler: Add a INVALID_{,HW_}REG_TYPE macros
Matt Turner
2020-01-22
3
-5
/
+8
*
intel/compiler: Add NF some more places
Matt Turner
2020-01-22
2
-0
/
+5
[next]