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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: fix ARB_query_buffer_object conversion to boolean
Nicolai Hähnle
2017-08-03
1
-1
/
+2
*
etnaviv: fix memory leak when BO allocation fails
Lucas Stach
2017-08-03
1
-1
/
+5
*
swr: remove unneeded fallback strcasecmp define
Emil Velikov
2017-08-03
1
-5
/
+0
*
gallium/radeon: make S_FIXED function signed and move it to shared code
Marek Olšák
2017-08-03
3
-9
/
+5
*
radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+
Nicolai Hähnle
2017-08-03
1
-15
/
+27
*
radeonsi: fix detection of DRAW_INDIRECT_MULTI on SI
Nicolai Hähnle
2017-08-03
1
-2
/
+2
*
broadcom/vc4: Prefer blit via rendering to the software fallback.
Eric Anholt
2017-08-03
1
-6
/
+8
*
etnaviv: Clear lbl_usage array correctly
Wladimir J. van der Laan
2017-08-03
1
-1
/
+1
*
swr: don't forget to link AVX/AVX2 against pthreads
Emil Velikov
2017-08-03
1
-1
/
+4
*
swr/rast: quit using linux-specific gettid()
Tim Rowley
2017-08-03
2
-4
/
+3
*
radeonsi/gfx9: fix crash building monolithic merged ES-GS shader
Nicolai Hähnle
2017-08-03
1
-2
/
+3
*
nv50/ir: fix threads calculation for non-compute shaders
Ilia Mirkin
2017-08-03
1
-5
/
+9
*
svga: fix texture swizzle writemasking
Brian Paul
2017-08-03
1
-0
/
+2
*
svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE value
Brian Paul
2017-07-12
1
-1
/
+4
*
svga: fixed surface size to include array size
Charmaine Lee
2017-07-12
1
-1
/
+2
*
svga: loop over box.depth for ReadBack_image on each slice
Neha Bhende
2017-07-12
1
-7
/
+8
*
gallium/radeon: fix a possible crash for buffer exports
Marek Olšák
2017-07-12
1
-9
/
+15
*
etnaviv: don't dereference etna_resource pointer if allocation fails
Aleksander Morgado
2017-07-12
1
-3
/
+7
*
svga: clamp device line width to at least 1 to fix HWv8 line stippling
Brian Paul
2017-07-12
2
-5
/
+5
*
etnaviv: fix refcnt initialization in etna_screen
Aleksander Morgado
2017-07-12
1
-0
/
+1
*
swr/rast: Correctly allocate SWR_STATS memory as cacheline aligned
Tim Rowley
2017-07-12
2
-5
/
+5
*
swr/rast: _mm*_undefined_* implementations for gcc<4.9
Tim Rowley
2017-07-12
2
-2
/
+8
*
swr: Limit memory held by defer deleted resources.
Bruce Cherniak
2017-07-08
1
-0
/
+6
*
etnaviv: fix shader miscompilation with more than 16 labels
Lucas Stach
2017-07-08
1
-28
/
+32
*
radeonsi: include ac_binary.h for struct ac_shader_binary
Emil Velikov
2017-06-28
1
-2
/
+2
*
nv50/ir: fix combineLd/St to update existing records as necessary
Ilia Mirkin
2017-06-28
1
-0
/
+8
*
nv50/ir: fetch indirect sources BEFORE the op that uses them
Ilia Mirkin
2017-06-28
1
-19
/
+32
*
etnaviv: only flush resource to self if no scanout buffer exists
Lucas Stach
2017-06-28
1
-4
/
+5
*
nv50/ir: Properly fold constants in SPLIT operation
Pierre Moreau
2017-06-28
1
-3
/
+4
*
svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)
Brian Paul
2017-06-28
1
-0
/
+2
*
svga: use the winsys interface to invalidate surface
Charmaine Lee
2017-06-28
3
-6
/
+20
*
gallium/radeon/gfx9: fix PBO texture uploads to compressed textures
Nicolai Hähnle
2017-06-28
1
-1
/
+6
*
etnaviv: advertise correct max LOD bias
Lucas Stach
2017-06-28
1
-1
/
+3
*
etnaviv: mask correct channel for RB swapped rendertargets
Lucas Stach
2017-06-28
3
-13
/
+46
*
etnaviv: replace translate_clear_color with util_pack_color
Lucas Stach
2017-06-28
2
-48
/
+12
*
etnaviv: remove bogus assert
Lucas Stach
2017-06-28
1
-2
/
+0
*
etnaviv: use padded width/height for resource copies
Lucas Stach
2017-06-28
1
-2
/
+2
*
etnaviv: don't try RS blit if blit region is unaligned
Lucas Stach
2017-06-28
1
-1
/
+2
*
swr: relax c++ requirement from c++14 to c++11
Tim Rowley
2017-06-14
3
-16
/
+17
*
radeonsi: disable the patch ID workaround on SI when the patch ID isn't used ...
Marek Olšák
2017-06-14
2
-15
/
+21
*
radeonsi: fix a GPU hang with tessellation on 2-CU configs
Marek Olšák
2017-06-14
1
-1
/
+5
*
nvc0: disable BGRA8 images on Fermi
Lyude
2017-06-14
1
-5
/
+14
*
etnaviv: always do cpu_fini in transfer_unmap
Lucas Stach
2017-06-14
1
-3
/
+6
*
freedreno: fix fence creation fail if no rendering
Rob Clark
2017-06-01
1
-13
/
+1
*
radeonsi/gfx9: compile shaders with +xnack
Marek Olšák
2017-05-31
1
-6
/
+7
*
nvc0/ir: SHLADD's middle source must be an immediate
Ilia Mirkin
2017-05-22
1
-0
/
+2
*
automake: add SWR LLVM gen_builder.hpp workaround
Emil Velikov
2017-05-22
1
-30
/
+11
*
freedreno: fix crash when flush() but no rendering
Rob Clark
2017-05-18
1
-0
/
+6
*
radeon: automake: remove unneeded elf Cflags/Libs
Emil Velikov
2017-05-18
1
-4
/
+2
*
vc4: Don't allocate new BOs to avoid synchronization when they're shared.
Eric Anholt
2017-05-18
1
-1
/
+2
[next]