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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
broadcom/vc5: Align 1D texture miplevels to 64b.
Eric Anholt
2017-11-20
1
-0
/
+2
*
broadcom/vc5: Clamp min lod to the last level.
Eric Anholt
2017-11-20
1
-2
/
+3
*
broadcom/vc5: Increase simulator memory for tex-miplevel-selection.
Eric Anholt
2017-11-20
1
-1
/
+1
*
swr/rast: Repair simd8 frontend code rot
Tim Rowley
2017-11-20
1
-1
/
+1
*
swr/rast: Implement AVX-512 GATHERPS in SIMD16 fetch shader
Tim Rowley
2017-11-20
4
-29
/
+220
*
swr/rast: Simplify GATHER* jit builder api
Tim Rowley
2017-11-20
4
-48
/
+48
*
swr/rast: Add alignment to transpose targets
Tim Rowley
2017-11-20
1
-8
/
+8
*
swr/rast: Cache eventmanager
Tim Rowley
2017-11-20
3
-0
/
+9
*
swr/rast: Enable AVX-512 targets in the jitter
Tim Rowley
2017-11-20
2
-10
/
+0
*
swr/rast: Points with clipdistance can't go through simplepoints path
Tim Rowley
2017-11-20
1
-1
/
+2
*
swr/rast: Code style change (NFC)
Tim Rowley
2017-11-20
1
-2
/
+7
*
swr/rast: Widen fetch shader to SIMD16
Tim Rowley
2017-11-20
5
-3
/
+151
*
swr/rast: Support flexible vertex layout for DS output
Tim Rowley
2017-11-20
2
-0
/
+3
*
gallium/u_threaded: avoid syncing in threaded_context_flush
Nicolai Hähnle
2017-11-20
3
-5
/
+17
*
radeonsi: avoid syncing the driver thread in si_fence_finish
Nicolai Hähnle
2017-11-20
3
-37
/
+49
*
radeonsi: recompute the relative timeout after waiting for ready fence
Nicolai Hähnle
2017-11-20
1
-0
/
+5
*
ddebug: fix the hang detection timeout calculation
Nicolai Hähnle
2017-11-20
1
-2
/
+2
*
ddebug: fix use-after-free of streamout targets
Nicolai Hähnle
2017-11-20
1
-1
/
+1
*
gallium/u_threaded: properly initialize fence unflushed tokens
Nicolai Hähnle
2017-11-20
1
-2
/
+1
*
util/u_queue: really use futex-based fences
Nicolai Hähnle
2017-11-20
1
-1
/
+1
*
util/u_queue: fix timeout handling in util_queue_fence_wait_timeout
Nicolai Hähnle
2017-11-20
1
-1
/
+1
*
st/mesa: use asynchronous flushes in st_finish
Nicolai Hähnle
2017-11-20
1
-1
/
+1
*
st/mesa: implement st_server_wait_sync properly
Nicolai Hähnle
2017-11-20
1
-2
/
+24
*
u_threaded_gallium: remove synchronization in fence_server_sync
Nicolai Hähnle
2017-11-20
3
-3
/
+13
*
amd: build addrlib with C++11
Nicolai Hähnle
2017-11-20
1
-1
/
+1
*
radeonsi/gfx9: fix VM fault with fetched instance divisors
Nicolai Hähnle
2017-11-20
2
-5
/
+12
*
radv: use a 16 bytes array for the sampled/storage image descriptors
Samuel Pitoiset
2017-11-20
3
-12
/
+8
*
radv: do not add the query pool BO to the list in vkCmdEndQuery()
Samuel Pitoiset
2017-11-20
1
-1
/
+3
*
radv: only load needed depth clear regs for fast depth clears
Samuel Pitoiset
2017-11-20
1
-2
/
+12
*
radv: do not add the image BO in radv_set_depth_clear_regs()
Samuel Pitoiset
2017-11-20
1
-2
/
+0
*
radv: remove useless assertion in emit_depthstencil_clear()
Samuel Pitoiset
2017-11-20
1
-4
/
+0
*
radv: remove useless check in radv_set_depth_clear_regs()
Samuel Pitoiset
2017-11-20
1
-1
/
+1
*
glsl: Catch subscripted calls to undeclared subroutines
George Barrett
2017-11-20
1
-2
/
+7
*
broadcom/vc5: Fix up integer texture handling.
Eric Anholt
2017-11-19
2
-27
/
+51
*
broadcom/vc5: Fix simulator assertion failures about color RT clears.
Eric Anholt
2017-11-19
1
-2
/
+19
*
freedreno/ir3: add texture gather support
Rob Clark
2017-11-18
2
-2
/
+17
*
etnaviv: enable full overwrite when no color buffer is present
Lucas Stach
2017-11-18
2
-3
/
+3
*
i965: Stop including brw_cfg.h in brw_disasm_info.h
Jason Ekstrand
2017-11-17
1
-1
/
+5
*
i965: Mark BOs as external when we export their handle
Jason Ekstrand
2017-11-17
3
-1
/
+11
*
i965/bufmgr: Add a helper to mark a BO as external
Jason Ekstrand
2017-11-17
1
-6
/
+11
*
i965: Correct disasm_info usage in eu_validate test
Andres Gomez
2017-11-18
1
-6
/
+6
*
broadcom/vc5: Set up the padded height at surface creation time.
Eric Anholt
2017-11-17
3
-16
/
+15
*
broadcom/vc5: Ensure that there is always a TLB write.
Eric Anholt
2017-11-17
1
-1
/
+17
*
broadcom/vc5: Fix clear color for swap_color_rb render targets.
Eric Anholt
2017-11-17
1
-0
/
+9
*
broadcom/vc5: Fix pasteo in front stencil ref value setup.
Eric Anholt
2017-11-17
1
-1
/
+1
*
broadcom/vc5: Fix colormasking when we need to swap r/b colors.
Eric Anholt
2017-11-17
1
-9
/
+24
*
broadcom/vc5: Enable the Z min/max clipping planes.
Eric Anholt
2017-11-17
1
-2
/
+0
*
broadcom/vc5: Fix driver for new PIPE_SHADER_CAP_MAX_HW_ATOMIC_*.
Eric Anholt
2017-11-17
1
-0
/
+2
*
r300: add PIPE_SHADER_CAP_MAX_HW_ATOMIC_COUNTER* switch cases
Brian Paul
2017-11-17
1
-0
/
+2
*
tgsi: s/uint/enum pipe_shader_type/
Brian Paul
2017-11-17
2
-2
/
+2
[prev]
[next]