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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
intel/devinfo: fix missing num_thread_per_eu on ICL
Lionel Landwerlin
2019-04-19
1
-6
/
+2
*
nir: Use the nir_builder _imm helpers in setting up deref offsets.
Eric Anholt
2019-04-19
1
-4
/
+3
*
nir: Fix deref offset calculation for structs.
Eric Anholt
2019-04-19
1
-1
/
+1
*
lima: enable nir fsign lowering in ppir
Erico Nunes
2019-04-19
1
-0
/
+1
*
nir/algebraic: add lowering for fsign
Erico Nunes
2019-04-19
2
-0
/
+4
*
docs: s/Aptril/April/
Brian Paul
2019-04-19
1
-1
/
+1
*
lima/ppir: support ppir_op_ceil
Erico Nunes
2019-04-19
3
-0
/
+14
*
radv: Support VK_EXT_inline_uniform_block.
Bas Nieuwenhuizen
2019-04-19
5
-15
/
+124
*
ac/nir: use the new raw/struct SSBO atomic intrisics for comp_swap
Samuel Pitoiset
2019-04-19
1
-2
/
+1
*
ac/nir: only use the new raw/struct SSBO atomic intrinsics with LLVM 9+
Samuel Pitoiset
2019-04-19
1
-1
/
+4
*
ac/nir: only use the new raw/struct image atomic intrinsics with LLVM 9+
Samuel Pitoiset
2019-04-19
1
-1
/
+4
*
iris: Be less aggressive at postdraw work skipping
Kenneth Graunke
2019-04-18
1
-28
/
+36
*
intel/fs: Account for live range lengths in spill costs
Jason Ekstrand
2019-04-18
1
-1
/
+13
*
virgl/vtest: bump up protocol version + support encoded transfers
Gurchetan Singh
2019-04-18
3
-3
/
+12
*
virgl/vtest: wait after issuing a transfer get
Gurchetan Singh
2019-04-18
1
-2
/
+3
*
virgl/vtest: modify sending and receiving data for shared memory
Gurchetan Singh
2019-04-18
1
-4
/
+35
*
virgl/vtest: receive and handle shared memory fd
Gurchetan Singh
2019-04-18
2
-7
/
+55
*
virgl/vtest: plumb support for shared memory
Gurchetan Singh
2019-04-18
3
-6
/
+10
*
virgl/vtest: add utilities for receiving fds
Gurchetan Singh
2019-04-18
1
-0
/
+43
*
virgl/vtest: execute a transfer_get when flushing the front buffer
Gurchetan Singh
2019-04-18
1
-22
/
+21
*
virgl: wait after a flush
Gurchetan Singh
2019-04-18
3
-6
/
+12
*
anv: fix uninitialized pthread cond clock domain
Lionel Landwerlin
2019-04-18
1
-1
/
+1
*
.gitignore: Remove autotool artifacts
Kristian H. Kristensen
2019-04-18
1
-21
/
+0
*
v3d: Fix atomic cmpxchg in shaders on hardware.
Eric Anholt
2019-04-18
1
-3
/
+13
*
v3d: Fix an invalid reuse of flags generation from before a thrsw.
Eric Anholt
2019-04-18
1
-0
/
+4
*
anv: Drop some unneeded ANV_FROM_HANDLE for physical devices
Jason Ekstrand
2019-04-18
1
-6
/
+0
*
anv: Re-sort the GetPhysicalDeviceFeatures2 switch statement
Jason Ekstrand
2019-04-18
1
-17
/
+17
*
radeonsi/gfx9: use the correct condition for the DPBB + QUANT_MODE workaround
Marek Olšák
2019-04-18
1
-4
/
+4
*
nir/algebraic: Strength reduce some compares of x and -x
Ian Romanick
2019-04-18
1
-0
/
+3
*
nir/algebraic: Fix some 1-bit Boolean weirdness
Ian Romanick
2019-04-18
1
-0
/
+3
*
nir/algebraic: Replace a pattern where iand with a Boolean is used as a bcsel
Ian Romanick
2019-04-18
1
-0
/
+4
*
nir/algebraic: Recognize open-coded copysign(1.0, a)
Ian Romanick
2019-04-18
1
-0
/
+6
*
intel/fs: Generate better code for fsign multiplied by a value
Ian Romanick
2019-04-18
1
-0
/
+43
*
intel/fs: Add a scale factor to emit_fsign
Ian Romanick
2019-04-18
2
-12
/
+77
*
intel/fs: Refactor code generation for nir_op_fsign to its own function
Ian Romanick
2019-04-18
2
-65
/
+65
*
intel/fs: Eliminate dead code first
Ian Romanick
2019-04-18
1
-0
/
+8
*
freedreno: Fix format string warning
Kristian H. Kristensen
2019-04-18
1
-1
/
+1
*
freedreno/a6xx: Add helper for incrementing regid
Kristian H. Kristensen
2019-04-18
1
-1
/
+10
*
freedreno: Use enum values from matching enum
Kristian H. Kristensen
2019-04-18
2
-3
/
+3
*
freedreno/a2xx: Fix redundant if statement
Kristian H. Kristensen
2019-04-18
1
-16
/
+14
*
freedreno/ir3: Mark ir3_context_error() as NORETURN
Kristian H. Kristensen
2019-04-18
2
-3
/
+3
*
nir: Add a nir_src_as_intrinsic() helper
Jason Ekstrand
2019-04-18
5
-51
/
+19
*
nir: Rework nir_src_as_alu_instr to not take a pointer
Jason Ekstrand
2019-04-18
4
-26
/
+18
*
nir: Drop "struct" from some nir_* declarations
Jason Ekstrand
2019-04-18
3
-11
/
+11
*
anv: implement WaEnableStateCacheRedirectToCS
Lionel Landwerlin
2019-04-18
1
-0
/
+11
*
i965: implement WaEnableStateCacheRedirectToCS
Lionel Landwerlin
2019-04-18
2
-0
/
+6
*
iris: implement WaEnableStateCacheRedirectToCS
Lionel Landwerlin
2019-04-18
2
-0
/
+12
*
anv/device: expose VK_KHR_shader_float16_int8 in gen8+
Iago Toral Quiroga
2019-04-18
2
-0
/
+10
*
anv/pipeline: support Float16 and Int8 SPIR-V capabilities in gen8+
Iago Toral Quiroga
2019-04-18
1
-0
/
+2
*
compiler/spirv: move the check for Int8 capability
Iago Toral Quiroga
2019-04-18
1
-4
/
+3
[prev]
[next]