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
*
radeonsi: update non-resident bindless descriptors if needed
Samuel Pitoiset
2017-08-21
1
-30
/
+55
*
gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eop
Marek Olšák
2017-08-18
5
-12
/
+17
*
radeonsi/gfx9: prevent a GPU hang after a timestamp event
Marek Olšák
2017-08-18
5
-8
/
+44
*
radeonsi: don't use CLEAR_STATE on SI
Marek Olšák
2017-08-18
4
-10
/
+63
*
llvmpipe: enable PIPE_CAP_QUERY_SO_OVERFLOW
Roland Scheidegger
2017-08-17
2
-1
/
+4
*
softpipe: enable PIPE_CAP_QUERY_SO_OVERFLOW
Roland Scheidegger
2017-08-17
2
-2
/
+8
*
nv50/ir: fix TXQ srcMask
Ilia Mirkin
2017-08-16
1
-0
/
+2
*
nv50/ir: fix srcMask computation for TG4 and TXF
Ilia Mirkin
2017-08-16
1
-0
/
+2
*
swr/rast: Fix invalid casting for calls to Interlocked* functions
Tim Rowley
2017-08-16
3
-7
/
+7
*
radeon/vce: support all firmwares with major ver 53
Boyuan Zhang
2017-08-16
1
-8
/
+10
*
a2xx: only update rasterizer settings when they're there
Ilia Mirkin
2017-08-15
1
-1
/
+1
*
a2xx: add logicop support
Ilia Mirkin
2017-08-15
1
-5
/
+4
*
broadcom/vc4: Port NEON-code to ARM64
Jonas Pfeil
2017-08-15
1
-0
/
+84
*
broadcom/vc4: Build the vc4_tiling_lt_neon.c with -mfpu=neon on ARM.
Eric Anholt
2017-08-15
4
-7
/
+24
*
radeonsi: disable CE by default
Marek Olšák
2017-08-15
3
-8
/
+21
*
radeonsi: initialise imported surface to 0.
Dave Airlie
2017-08-15
1
-1
/
+1
*
nv50/ir: clean up saturated values immediately
Ilia Mirkin
2017-08-12
1
-1
/
+6
*
nvc0/ir: unlink values pre- and post-call to division function
Ilia Mirkin
2017-08-12
1
-4
/
+3
*
gallium/radeon: only pass shader-specific debug flags to the disk shader cache
Marek Olšák
2017-08-11
1
-1
/
+8
*
radeonsi/gfx9: fix the scissor bug workaround
Marek Olšák
2017-08-11
1
-3
/
+7
*
radeonsi/gfx9: use the VI codepath for clamping Z
Marek Olšák
2017-08-11
2
-12
/
+2
*
ac: fail shader compilation if libelf is replaced by an incompatible version
Marek Olšák
2017-08-10
1
-1
/
+4
*
nv50/ir: fix ConstantFolding with saturation
Karol Herbst
2017-08-09
2
-0
/
+9
*
radeonsi: drop two unused variables in create_function()
Samuel Pitoiset
2017-08-09
1
-2
/
+0
*
radeonsi: fix a compile failure due to disabled asserts
Marek Olšák
2017-08-07
1
-1
/
+1
*
radeonsi: use optimal packet order when doing a pipeline sync
Marek Olšák
2017-08-07
1
-34
/
+83
*
radeonsi: expose the number of decompress calls to the HUD
Marek Olšák
2017-08-07
4
-7
/
+20
*
gallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busy
Marek Olšák
2017-08-07
4
-8
/
+8
*
radeonsi: rename shader_userdata -> shader_pointers where appropriate
Marek Olšák
2017-08-07
5
-20
/
+20
*
radeonsi: prefetch VBO descriptors after the first VGT shader
Marek Olšák
2017-08-07
1
-17
/
+63
*
radeonsi: add a separate dirty mask for prefetches
Marek Olšák
2017-08-07
6
-16
/
+64
*
radeonsi: add and use si_pm4_state_enabled_and_changed
Marek Olšák
2017-08-07
3
-17
/
+18
*
radeonsi: de-atomize L2 prefetch
Marek Olšák
2017-08-07
7
-9
/
+11
*
radeonsi: align all CE dumps to L2 cache line size
Marek Olšák
2017-08-07
1
-8
/
+17
*
radeonsi: remove a tautology sctx->framebuffer.nr_samples >= 1
Marek Olšák
2017-08-07
1
-2
/
+1
*
gallium/radeon: print all members of radeon_info with R600_DEBUG=info
Marek Olšák
2017-08-07
1
-2
/
+14
*
etnaviv: Add support for R8_UNORM textures
Wladimir J. van der Laan
2017-08-06
1
-1
/
+1
*
etnaviv: Implement ICACHE
Wladimir J. van der Laan
2017-08-06
6
-18
/
+95
*
etnaviv: Unified uniforms support
Wladimir J. van der Laan
2017-08-06
3
-4
/
+36
*
etnaviv: Update headers from rnndb
Wladimir J. van der Laan
2017-08-06
1
-5
/
+9
*
radeonsi: enable support for EXT_memory_object
Andres Rodriguez
2017-08-06
1
-1
/
+1
*
radeonsi: hook up device/driver UUID queries
Andres Rodriguez
2017-08-06
1
-0
/
+14
*
gallium: introduce device/driver UUID queries
Andres Rodriguez
2017-08-06
2
-0
/
+49
*
radeonsi: add basic memory object support
Dave Airlie
2017-08-06
2
-0
/
+122
*
radeonsi: factor out metadata import
Andres Rodriguez
2017-08-06
1
-27
/
+36
*
gallium: introduce memory object
Dave Airlie
2017-08-06
2
-0
/
+109
*
android: radeonsi: add nir include paths
Mauro Rossi
2017-08-04
1
-1
/
+2
*
radeonsi: set drirc compiler options before calling common screen init
Nicolai Hähnle
2017-08-04
4
-13
/
+14
*
radeonsi: Makefile.sources: include driinfo_radeonsi.h
Juan A. Suarez Romero
2017-08-04
1
-0
/
+1
*
radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMA
Marek Olšák
2017-08-04
5
-4
/
+33
[next]