index
:
~miku/mesa
flusha0
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-17
Add subprojects directory and git ignore
Dylan Baker
1
-0
/
+3
2018-04-17
radv: fix scissor computation when using half-pixel viewport offset
Samuel Pitoiset
1
-4
/
+4
2018-04-17
spirv: Accept doubles in FaceForward, Reflect and Refract
Neil Roberts
1
-4
/
+18
2018-04-17
spirv: Add a 64-bit implementation of OpIsInf
Neil Roberts
1
-3
/
+4
2018-04-17
spirv: Use nir_imm_floatN_t for constants for GLSL450 builtins
Neil Roberts
1
-1
/
+1
2018-04-17
nir/builder: Add a nir_imm_floatN_t helper
Neil Roberts
1
-0
/
+13
2018-04-17
nir: return early when lowering a return at the end of a function
Timothy Arceri
1
-0
/
+6
2018-04-17
mesa: merge the driver functions DrawBuffers and DrawBuffer
Timothy Arceri
5
-16
/
+8
2018-04-17
glsl: fix gcc 8 parenthesis warning
Marc Dietrich
1
-2
/
+2
2018-04-16
compiler: int8/uint8 fixes
Rob Clark
1
-25
/
+12
2018-04-16
radeonsi: don't emit partial flushes for internal CS flushes only
Marek Olšák
10
-20
/
+32
2018-04-16
winsys/amdgpu: always set AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATE
Marek Olšák
1
-10
/
+26
2018-04-16
radeonsi: implement mechanism for IBs without partial flushes at the end (v6)
Marek Olšák
3
-16
/
+47
2018-04-16
nir: fix ir_binop_gequal glsl_to_nir conversion
Erico Nunes
1
-1
/
+1
2018-04-16
anv,radv: Drop XML workarounds for VK_ANDROID_native_buffer
Jason Ekstrand
2
-12
/
+2
2018-04-16
vulkan: Update the XML and headers to 1.1.73
Jason Ekstrand
2
-6
/
+6
2018-04-16
radv: clean up radv_decompress_resolve_subpass_src()
Samuel Pitoiset
1
-10
/
+7
2018-04-16
radv: don't fast-clear eliminate after resolving a subpass with compute
Samuel Pitoiset
1
-14
/
+0
2018-04-16
radv: handle CMASK/FMASK transitions only if DCC is disabled
Samuel Pitoiset
1
-3
/
+1
2018-04-16
radv: merge radv_handle_{dcc,cmask}_image_transition() functions
Samuel Pitoiset
1
-41
/
+17
2018-04-16
radv: add radv_init_color_image_metadata() helper
Samuel Pitoiset
1
-10
/
+41
2018-04-16
radv: make radv_initialise_cmask() static
Samuel Pitoiset
2
-4
/
+2
2018-04-16
radv: clean up radv_handle_image_transition() a bit
Samuel Pitoiset
1
-11
/
+20
2018-04-16
radv: add radv_handle_color_image_transition() helper
Samuel Pitoiset
1
-9
/
+25
2018-04-16
radv: handle DCC image transitions before CMASK/FMASK transitions
Samuel Pitoiset
1
-5
/
+5
2018-04-16
radv: disable prediction only if it has been enabled
Samuel Pitoiset
1
-1
/
+1
2018-04-16
ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.
Bas Nieuwenhuizen
1
-17
/
+22
2018-04-13
gallium/osmesa: link with winsock2 library on Windows
Brian Paul
1
-0
/
+3
2018-04-13
gallium/util: put (void) in a few function signatures
Brian Paul
1
-2
/
+2
2018-04-13
ddebug: add PIPE_OS_UNIX/LINUX checks to fix MSVC build
Brian Paul
2
-2
/
+12
2018-04-13
mesa: protect #include of unistd.h with _MSV_VER check
Brian Paul
1
-0
/
+4
2018-04-13
mesa: remove unused 'i' in dimensions_error_check()
Brian Paul
1
-1
/
+0
2018-04-13
radeonsi: restore si_emit_cache_flush call at the end of IBs
Marek Olšák
1
-0
/
+2
2018-04-14
radv: enable subgroup capabilities
Daniel Schürmann
2
-3
/
+14
2018-04-14
ac: handle subgroup intrinsics
Daniel Schürmann
1
-29
/
+40
2018-04-14
ac: add LLVM build functions for subgroup instrinsics
Daniel Schürmann
2
-1
/
+485
2018-04-14
ac: make ballot and umsb capable of 64bit inputs
Daniel Schürmann
1
-9
/
+25
2018-04-14
nir: lower 64bit subgroup shuffle intrinsics
Daniel Schürmann
2
-13
/
+56
2018-04-14
nir/spirv: Fix warning and add missing breaks.
Daniel Schürmann
2
-0
/
+4
2018-04-14
nir: use ballot_bit_size when lowering ballot_bitfield_extract
Daniel Schürmann
1
-1
/
+1
2018-04-14
nir: subgroups instructions for 64bit ballot sizes
Daniel Schürmann
1
-6
/
+6
2018-04-13
glsl: #undef THIS macro to fix MSVC build
Brian Paul
1
-0
/
+5
2018-04-13
glsl: rename 'interface' var to 'iface' to fix MSVC build
Brian Paul
1
-7
/
+7
2018-04-13
mesa: remove snprintf macro in imports.h to fix MSVC build
Brian Paul
2
-5
/
+1
2018-04-13
anv: fix number of planes for depth & stencil
Lionel Landwerlin
2
-1
/
+5
2018-04-13
gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
Marek Olšák
79
-386
/
+96
2018-04-13
radeonsi: make sure CP DMA is idle at the end of IBs
Marek Olšák
3
-2
/
+16
2018-04-13
gallium/hud: add a simple HUD view that only draws text
Marek Olšák
2
-15
/
+60
2018-04-13
mesa: Include unistd.h in program_lexer
Dylan Baker
1
-0
/
+1
2018-04-13
radeonsi: always prefetch later shaders after the draw packet
Marek Olšák
3
-26
/
+75
[next]