index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
swr/rast: Move CallPrint() to a separate file
George Kyriazis
2018-04-18
4
-21
/
+56
*
swr/rast: Fix name mangling for LLVM pow intrinsic
George Kyriazis
2018-04-18
1
-1
/
+1
*
swr/rast: Add some archrast counters
George Kyriazis
2018-04-18
7
-4
/
+53
*
swr/rast: Code cleanup
George Kyriazis
2018-04-18
1
-8
/
+1
*
swr/rast: Add "Num Instructions Executed" stats intrinsic.
George Kyriazis
2018-04-18
1
-7
/
+21
*
swr/rast: Add MEM_ADD helper function to Builder.
George Kyriazis
2018-04-18
2
-0
/
+9
*
swr/rast: Permute work for simd16
George Kyriazis
2018-04-18
7
-10
/
+67
*
swr/rast: WIP builder rewrite (2)
George Kyriazis
2018-04-18
1
-4
/
+13
*
swr/rast: Add autogen of helper llvm intrinsics.
George Kyriazis
2018-04-18
13
-126
/
+130
*
swr/rast: WIP builder rewrite.
George Kyriazis
2018-04-18
2
-14
/
+0
*
swr/rast: LLVM 6 fix
George Kyriazis
2018-04-18
1
-1
/
+1
*
swr/rast: Changes to allow jitter to compile with LLVM5
George Kyriazis
2018-04-18
1
-1
/
+17
*
swr/rast: Add some archrast stats
George Kyriazis
2018-04-18
9
-11
/
+105
*
swr/rast: Silence some unused variable warnings
George Kyriazis
2018-04-18
1
-1
/
+11
*
swr/rast: Add debug type info for i128
George Kyriazis
2018-04-18
1
-0
/
+1
*
swr/rast: Use blend context struct to pass params
George Kyriazis
2018-04-18
3
-49
/
+62
*
swr/rast: Introduce JIT_MEM_CLIENT
George Kyriazis
2018-04-18
3
-40
/
+71
*
swr/rast: Add some instructions to jitter
George Kyriazis
2018-04-18
3
-0
/
+15
*
docs: update calendar, add news and link release notes to 18.0.1
Juan A. Suarez Romero
2018-04-18
3
-7
/
+8
*
docs: add sha256 checksums for 18.0.1
Juan A. Suarez Romero
2018-04-18
1
-1
/
+2
*
docs: add release notes for 18.0.1
Juan A. Suarez Romero
2018-04-18
1
-0
/
+224
*
docs: update calendar, add news and link release notes to 17.3.9
Juan A. Suarez Romero
2018-04-18
3
-8
/
+11
*
docs: add sha256 checksums for 17.3.9
Juan A. Suarez Romero
2018-04-18
1
-1
/
+2
*
docs: add release notes for 17.3.9
Juan A. Suarez Romero
2018-04-18
1
-0
/
+161
*
Revert "meson: add wrap for libdrm"
Dylan Baker
2018-04-17
2
-10
/
+2
*
Revert "Add subprojects directory and git ignore"
Dylan Baker
2018-04-17
1
-3
/
+0
*
meson: Version libMesaOpenCL like autotools does
Jan Alexander Steffens (heftig)
2018-04-17
1
-2
/
+2
*
meson: Add library versions to swr drivers
Jan Alexander Steffens (heftig)
2018-04-17
1
-0
/
+4
*
meson: add wrap for libdrm
Dylan Baker
2018-04-17
2
-2
/
+10
*
Add subprojects directory and git ignore
Dylan Baker
2018-04-17
1
-0
/
+3
*
radv: fix scissor computation when using half-pixel viewport offset
Samuel Pitoiset
2018-04-17
1
-4
/
+4
*
spirv: Accept doubles in FaceForward, Reflect and Refract
Neil Roberts
2018-04-17
1
-4
/
+18
*
spirv: Add a 64-bit implementation of OpIsInf
Neil Roberts
2018-04-17
1
-3
/
+4
*
spirv: Use nir_imm_floatN_t for constants for GLSL450 builtins
Neil Roberts
2018-04-17
1
-1
/
+1
*
nir/builder: Add a nir_imm_floatN_t helper
Neil Roberts
2018-04-17
1
-0
/
+13
*
nir: return early when lowering a return at the end of a function
Timothy Arceri
2018-04-17
1
-0
/
+6
*
mesa: merge the driver functions DrawBuffers and DrawBuffer
Timothy Arceri
2018-04-17
5
-16
/
+8
*
glsl: fix gcc 8 parenthesis warning
Marc Dietrich
2018-04-17
1
-2
/
+2
*
compiler: int8/uint8 fixes
Rob Clark
2018-04-16
1
-25
/
+12
*
radeonsi: don't emit partial flushes for internal CS flushes only
Marek Olšák
2018-04-16
10
-20
/
+32
*
winsys/amdgpu: always set AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATE
Marek Olšák
2018-04-16
1
-10
/
+26
*
radeonsi: implement mechanism for IBs without partial flushes at the end (v6)
Marek Olšák
2018-04-16
3
-16
/
+47
*
nir: fix ir_binop_gequal glsl_to_nir conversion
Erico Nunes
2018-04-16
1
-1
/
+1
*
anv,radv: Drop XML workarounds for VK_ANDROID_native_buffer
Jason Ekstrand
2018-04-16
2
-12
/
+2
*
vulkan: Update the XML and headers to 1.1.73
Jason Ekstrand
2018-04-16
2
-6
/
+6
*
radv: clean up radv_decompress_resolve_subpass_src()
Samuel Pitoiset
2018-04-16
1
-10
/
+7
*
radv: don't fast-clear eliminate after resolving a subpass with compute
Samuel Pitoiset
2018-04-16
1
-14
/
+0
*
radv: handle CMASK/FMASK transitions only if DCC is disabled
Samuel Pitoiset
2018-04-16
1
-3
/
+1
*
radv: merge radv_handle_{dcc,cmask}_image_transition() functions
Samuel Pitoiset
2018-04-16
1
-41
/
+17
*
radv: add radv_init_color_image_metadata() helper
Samuel Pitoiset
2018-04-16
1
-10
/
+41
[prev]
[next]