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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir: properly set sType for TXF ops to U32
Ilia Mirkin
2017-08-25
1
-0
/
+3
*
radeonsi/gfx9: add a temporary workaround for a tessellation driver bug
Marek Olšák
2017-08-25
1
-1
/
+5
*
swr/rast: switch gen_knobs.cpp license
Tim Rowley
2017-08-25
1
-12
/
+17
*
nv50/ir: fix TXQ srcMask
Ilia Mirkin
2017-08-19
1
-0
/
+2
*
nv50/ir: fix srcMask computation for TG4 and TXF
Ilia Mirkin
2017-08-19
1
-0
/
+2
*
gallium/os: fix os_time_get_nano() to roll over less
Frank Richter
2017-08-19
1
-1
/
+8
*
st/wgl: check for negative delta in wait_swap_interval()
Frank Richter
2017-08-19
1
-2
/
+5
*
swr/rast: Fix invalid casting for calls to Interlocked* functions
Tim Rowley
2017-08-19
3
-7
/
+7
*
radeonsi: disable CE by default
Marek Olšák
2017-08-19
3
-11
/
+21
*
ac: fail shader compilation if libelf is replaced by an incompatible version
Marek Olšák
2017-08-19
1
-1
/
+4
*
nv50/ir: fix ConstantFolding with saturation
Karol Herbst
2017-08-19
2
-1
/
+15
*
swr/rast: fix scons gen_knobs.h dependency
Tim Rowley
2017-08-03
1
-1
/
+1
*
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
*
st/dri: Check get-handle return value in queryImage
Daniel Stone
2017-08-03
1
-6
/
+9
*
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
*
gallium/util: fix nondeterministic avx512 detection
Tim Rowley
2017-08-03
1
-1
/
+1
*
st/va: Fix scaling list ordering for H.265
Mark Thompson
2017-08-03
3
-7
/
+49
*
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
*
st/wgl: improve selection of pixel format
Olivier Lauffenburger
2017-07-12
1
-7
/
+29
*
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
*
st/va: Fix leak in VAAPI subpictures
Chandu Babu N
2017-07-12
1
-0
/
+1
*
winsys/radeon: only call pb_slabs_reclaim when slabs are actually used
Nicolai Hähnle
2017-07-08
1
-1
/
+2
*
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
*
radeon/winsys: Limit max allocation size to 70% of VRAM
Aaron Watry
2017-07-08
1
-0
/
+2
*
draw: check for line_width != 1.0f in validate_pipeline()
Brian Paul
2017-07-08
1
-3
/
+4
*
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
*
gallium/util: Break recursion in pipe_resource_reference
Michel Dänzer
2017-06-28
1
-2
/
+8
*
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
[next]