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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
radv: make radv_initialise_cmask() static
Samuel Pitoiset
2018-04-16
2
-4
/
+2
*
radv: clean up radv_handle_image_transition() a bit
Samuel Pitoiset
2018-04-16
1
-11
/
+20
*
radv: add radv_handle_color_image_transition() helper
Samuel Pitoiset
2018-04-16
1
-9
/
+25
*
radv: handle DCC image transitions before CMASK/FMASK transitions
Samuel Pitoiset
2018-04-16
1
-5
/
+5
*
radv: disable prediction only if it has been enabled
Samuel Pitoiset
2018-04-16
1
-1
/
+1
*
ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.
Bas Nieuwenhuizen
2018-04-16
1
-17
/
+22
*
gallium/osmesa: link with winsock2 library on Windows
Brian Paul
2018-04-13
1
-0
/
+3
*
gallium/util: put (void) in a few function signatures
Brian Paul
2018-04-13
1
-2
/
+2
*
ddebug: add PIPE_OS_UNIX/LINUX checks to fix MSVC build
Brian Paul
2018-04-13
2
-2
/
+12
*
mesa: protect #include of unistd.h with _MSV_VER check
Brian Paul
2018-04-13
1
-0
/
+4
*
mesa: remove unused 'i' in dimensions_error_check()
Brian Paul
2018-04-13
1
-1
/
+0
*
radeonsi: restore si_emit_cache_flush call at the end of IBs
Marek Olšák
2018-04-13
1
-0
/
+2
*
radv: enable subgroup capabilities
Daniel Schürmann
2018-04-14
2
-3
/
+14
*
ac: handle subgroup intrinsics
Daniel Schürmann
2018-04-14
1
-29
/
+40
*
ac: add LLVM build functions for subgroup instrinsics
Daniel Schürmann
2018-04-14
2
-1
/
+485
*
ac: make ballot and umsb capable of 64bit inputs
Daniel Schürmann
2018-04-14
1
-9
/
+25
*
nir: lower 64bit subgroup shuffle intrinsics
Daniel Schürmann
2018-04-14
2
-13
/
+56
*
nir/spirv: Fix warning and add missing breaks.
Daniel Schürmann
2018-04-14
2
-0
/
+4
*
nir: use ballot_bit_size when lowering ballot_bitfield_extract
Daniel Schürmann
2018-04-14
1
-1
/
+1
*
nir: subgroups instructions for 64bit ballot sizes
Daniel Schürmann
2018-04-14
1
-6
/
+6
*
glsl: #undef THIS macro to fix MSVC build
Brian Paul
2018-04-13
1
-0
/
+5
*
glsl: rename 'interface' var to 'iface' to fix MSVC build
Brian Paul
2018-04-13
1
-7
/
+7
*
mesa: remove snprintf macro in imports.h to fix MSVC build
Brian Paul
2018-04-13
2
-5
/
+1
*
anv: fix number of planes for depth & stencil
Lionel Landwerlin
2018-04-13
2
-1
/
+5
*
gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
Marek Olšák
2018-04-13
78
-382
/
+96
*
radeonsi: make sure CP DMA is idle at the end of IBs
Marek Olšák
2018-04-13
3
-2
/
+16
*
gallium/hud: add a simple HUD view that only draws text
Marek Olšák
2018-04-13
2
-15
/
+60
*
mesa: Include unistd.h in program_lexer
Dylan Baker
2018-04-13
1
-0
/
+1
*
radeonsi: always prefetch later shaders after the draw packet
Marek Olšák
2018-04-13
3
-26
/
+75
*
radeonsi: emit shader pointers before cache flushes & waits
Marek Olšák
2018-04-13
1
-13
/
+7
*
radeonsi/gfx9: don't use the workaround for gather4 + stencil
Marek Olšák
2018-04-13
1
-2
/
+11
*
radeonsi: disable TC-compat HTILE on Tonga and Iceland
Marek Olšák
2018-04-13
1
-0
/
+7
*
radeonsi: force 2D tiling on VI only when TC-compat HTILE is really enabled
Marek Olšák
2018-04-13
1
-9
/
+7
*
radeonsi: don't flush HTILE if there is no HTILE clear
Marek Olšák
2018-04-13
1
-2
/
+2
*
radeonsi: merge 2 identical if statements in si_clear
Marek Olšák
2018-04-13
1
-9
/
+2
*
radeonsi: don't do GFX-specific texture decompression for compute
Marek Olšák
2018-04-13
1
-10
/
+10
*
radeonsi: simplify generating the renderer string
Marek Olšák
2018-04-13
1
-11
/
+8
*
winsys/amdgpu: allow local BOs on APUs
Marek Olšák
2018-04-13
1
-1
/
+2
*
getteximage: assume texture image is empty for non defined levels
Juan A. Suarez Romero
2018-04-13
1
-2
/
+25
*
gettextureimage: verify cube map is complete
Juan A. Suarez Romero
2018-04-13
1
-9
/
+14
*
gettextsubimage: verify zoffset and depth are correct
Juan A. Suarez Romero
2018-04-13
1
-2
/
+2
*
mesa: free debug messages when destroying the debug state
Timothy Arceri
2018-04-13
1
-22
/
+23
*
mesa: fix x86 builds
Timothy Arceri
2018-04-13
1
-0
/
+1
*
Fix make check
Marek Olšák
2018-04-12
1
-0
/
+1
*
Fix scons build
Marek Olšák
2018-04-12
7
-1
/
+13
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
177
-367
/
+477
*
mesa: include dispatch.h less
Marek Olšák
2018-04-12
20
-20
/
+0
[next]