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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/ir3: fix standalone compiler meson build
Rob Clark
2017-11-10
1
-3
/
+13
*
freedreno/ir3: correct # of dest components for intrinsics
Rob Clark
2017-11-10
1
-1
/
+6
*
freedreno/ir3: remove bogus assert
Rob Clark
2017-11-10
1
-1
/
+0
*
broadcom/vc4: Fix simulator mode for the MADVISE usage.
Eric Anholt
2017-11-09
1
-0
/
+4
*
r600: add support for hw atomic counters. (v3)
Dave Airlie
2017-11-10
7
-22
/
+480
*
gallium: add CAPs to support HW atomic counters. (v3)
Dave Airlie
2017-11-10
11
-0
/
+24
*
r600/query: drop rest of vi workaround code.
Dave Airlie
2017-11-10
2
-37
/
+13
*
broadcom/vc4: Mark BOs as purgeable when they enter the BO cache
Boris Brezillon
2017-11-09
3
-48
/
+86
*
meson: Enable VC4's NEON assembly support.
Eric Anholt
2017-11-09
1
-0
/
+13
*
radeonsi: pack r600_surface better
Marek Olšák
2017-11-09
1
-11
/
+11
*
radeonsi: pack r600_texture better
Marek Olšák
2017-11-09
1
-27
/
+26
*
radeonsi: clean up r600_surface
Marek Olšák
2017-11-09
2
-29
/
+11
*
radeonsi: remove r600_texture::non_disp_tiling
Marek Olšák
2017-11-09
2
-9
/
+0
*
radeonsi: remove DBG_NO_DISCARD_RANGE
Marek Olšák
2017-11-09
3
-5
/
+0
*
radeonsi: use a threaded context even for debug contexts
Nicolai Hähnle
2017-11-09
1
-9
/
+2
*
radeonsi: record and dump time of flush
Nicolai Hähnle
2017-11-09
3
-1
/
+8
*
ddebug: optionally handle transfer commands like draws
Nicolai Hähnle
2017-11-09
4
-66
/
+288
*
ddebug: dump context and before/after times of draws
Nicolai Hähnle
2017-11-09
2
-0
/
+10
*
ddebug: generalize print_named_xxx via a PRINT_NAMED macro
Nicolai Hähnle
2017-11-09
1
-15
/
+10
*
ddebug: rewrite to always use a threaded approach
Nicolai Hähnle
2017-11-09
4
-515
/
+546
*
ddebug: use an atomic increment when numbering files
Nicolai Hähnle
2017-11-09
1
-1
/
+3
*
dd/util: extract dd_get_debug_filename_and_mkdir
Nicolai Hähnle
2017-11-09
1
-12
/
+18
*
radeonsi: implement PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE
Nicolai Hähnle
2017-11-09
1
-1
/
+88
*
radeonsi: document some subtle details of fence_finish & fence_server_sync
Nicolai Hähnle
2017-11-09
1
-0
/
+22
*
gallium/u_threaded: implement asynchronous flushes
Nicolai Hähnle
2017-11-09
3
-25
/
+84
*
radeonsi: move fence functions to si_fence.c
Nicolai Hähnle
2017-11-09
6
-267
/
+312
*
winsys/amdgpu: handle cs_add_fence_dependency for deferred/unsubmitted fences
Nicolai Hähnle
2017-11-09
1
-1
/
+3
*
gallium: remove unused and deprecated u_time.h
Nicolai Hähnle
2017-11-09
1
-1
/
+0
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
34
-34
/
+34
*
radeonsi: always use async compiles when creating shader/compute states
Nicolai Hähnle
2017-11-09
2
-34
/
+50
*
radeonsi: fix potential use-after-free of debug callbacks
Nicolai Hähnle
2017-11-09
1
-0
/
+4
*
radeonsi: move pipe debug callback to si_context
Nicolai Hähnle
2017-11-09
6
-19
/
+19
*
util: move pipe_barrier into src/util and rename to util_barrier
Nicolai Hähnle
2017-11-09
2
-6
/
+7
*
radeonsi: reduce the scope of sel->mutex in si_shader_select_with_key
Nicolai Hähnle
2017-11-09
1
-4
/
+4
*
radeonsi: use ready fences on all shaders, not just optimized ones
Nicolai Hähnle
2017-11-09
3
-26
/
+67
*
r600g: use SIMPLE_FLOAT for blending to enable some optimizations
Ilia Mirkin
2017-11-08
2
-0
/
+2
*
nv50: make blending work so that zero wins in a multiplication
Ilia Mirkin
2017-11-08
1
-0
/
+5
*
broadcom/vc5: Add vc5_drm.h to the release tarball
Andreas Boll
2017-11-08
1
-0
/
+1
*
swr: Replace the check for c++11 by the unified version
Gert Wollny
2017-11-08
1
-2
/
+2
*
braodcom/vc5: Flush the job when it grows over 1GB.
Eric Anholt
2017-11-07
3
-0
/
+10
*
broadcom/vc5: Fix pausing of transform feedback.
Eric Anholt
2017-11-07
1
-1
/
+1
*
broadcom/vc5: Add support for GL_RASTERIZER_DISCARD
Eric Anholt
2017-11-07
1
-0
/
+2
*
broadcom/vc5: Add partial transform feedback query support.
Eric Anholt
2017-11-07
3
-17
/
+64
*
broadcom/vc5: Add occlusion query support.
Eric Anholt
2017-11-07
6
-20
/
+121
*
broadcom/vc5: Skip emitting textures that aren't used.
Eric Anholt
2017-11-07
1
-2
/
+4
*
broadcom/vc5: Add missing SRGBA8 ETC2 support.
Eric Anholt
2017-11-07
1
-0
/
+1
*
broadcom/vc5: Disable early Z test when the FS writes Z.
Eric Anholt
2017-11-07
1
-1
/
+2
*
broadcom/vc5: Shift the min/max lod fields by the BASE_LEVEL.
Eric Anholt
2017-11-07
2
-4
/
+15
*
broadcom/vc5: Add support for anisotropic filtering.
Eric Anholt
2017-11-07
1
-0
/
+9
*
broadcom/vc5: Fix mipmap filtering enums.
Eric Anholt
2017-11-07
1
-6
/
+8
[next]