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
*
freedreno: Drop a bunch of duplicated gallium PIPE_CAP default code.
Eric Anholt
2018-09-04
1
-108
/
+2
*
v3d: Drop a bunch of duplicated gallium PIPE_CAP default code.
Eric Anholt
2018-09-04
1
-151
/
+0
*
vc4: Drop a bunch of duplicated gallium PIPE_CAP default code.
Eric Anholt
2018-09-04
1
-179
/
+0
*
gallium: Add a helper for implementing PIPE_CAP_* default values.
Eric Anholt
2018-09-04
15
-35
/
+45
*
tegra: make use loader_open_render_node(..) helper
Christian Gmeiner
2018-08-31
1
-59
/
+2
*
tegra: fix memory leak
Christian Gmeiner
2018-08-31
1
-0
/
+1
*
radeonsi: fix regression in indirect input swizzles.
Dave Airlie
2018-08-31
1
-2
/
+5
*
radeonsi: fix tess/gs fetchs for new swizzle.
Dave Airlie
2018-08-31
1
-5
/
+8
*
nv50: bump compat glsl level to same as core
Ilia Mirkin
2018-08-29
1
-1
/
+1
*
nvc0: bump compat GLSL version to match core
Ilia Mirkin
2018-08-29
1
-1
/
+1
*
gallivm: allow to pass two swizzles into fetches.
Dave Airlie
2018-08-30
2
-11
/
+14
*
radeonsi: add radeonsi_zerovram driconfig option
Timothy Arceri
2018-08-30
1
-0
/
+1
*
radeonsi: enable GL 4.5 in compat profile
Timothy Arceri
2018-08-30
1
-2
/
+1
*
radeonsi: add a thorough clear/copy_buffer benchmark
Marek Olšák
2018-08-29
9
-153
/
+599
*
radeonsi: let internal compute dispatches tune WAVES_PER_SH
Marek Olšák
2018-08-29
2
-0
/
+9
*
radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSI
Marek Olšák
2018-08-29
6
-3
/
+34
*
radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA_SI for measuring DMA on SI
Marek Olšák
2018-08-29
2
-0
/
+20
*
radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring SDMA performance
Marek Olšák
2018-08-29
4
-2
/
+51
*
radeonsi: add flag L2_STREAM for minimal cache usage
Marek Olšák
2018-08-29
2
-6
/
+11
*
gallium: add TGSI_MEMORY_STREAM_CACHE_POLICY
Marek Olšák
2018-08-29
1
-0
/
+3
*
svga: add missing switch cases for shadow textures
Brian Paul
2018-08-29
2
-0
/
+5
*
svga: fix vgpu9 sprite coordinate bug
Brian Paul
2018-08-29
3
-7
/
+3
*
svga: fix PIPE_TEXTURE_RECT/BUFFER const buffer issue
Brian Paul
2018-08-29
3
-20
/
+16
*
svga: minor improvements in svga_state_constants.c
Brian Paul
2018-08-29
1
-17
/
+13
*
nv50/ir: silence partitionLoadStore() unused function warning
Rhys Kidd
2018-08-29
1
-2
/
+2
*
virgl: add debug-switch to output TGSI
Erik Faye-Lund
2018-08-28
3
-0
/
+5
*
virgl: introduce $VIRGL_DEBUG=verbose
Erik Faye-Lund
2018-08-28
4
-3
/
+18
*
virgl: replace fprintf-call with debug_printf
Erik Faye-Lund
2018-08-28
1
-1
/
+1
*
virgl: delete commented out fprintf-call
Erik Faye-Lund
2018-08-28
1
-1
/
+0
*
nv50/ir,nvc0: use constant buffers for compute when possible on Kepler+
Rhys Perry
2018-08-27
2
-10
/
+36
*
nv50/ir: optimize multiplication by 16-bit immediates into two xmads
Rhys Perry
2018-08-27
1
-0
/
+10
*
nv50/ir: optimize near power-of-twos into shladd
Rhys Perry
2018-08-27
1
-0
/
+27
*
nv50/ir: move a * b -> a << log2(b) code into createMul()
Rhys Perry
2018-08-27
1
-15
/
+30
*
nv50/ir: optimize imul/imad to xmads
Rhys Perry
2018-08-27
2
-1
/
+56
*
gm107/ir: add support for OP_XMAD on GM107+
Rhys Perry
2018-08-27
3
-1
/
+71
*
nv50/ir: add preliminary support for OP_XMAD
Rhys Perry
2018-08-27
7
-5
/
+85
*
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
2018-08-24
16
-0
/
+16
*
Revert "configure: allow building with python3"
Emil Velikov
2018-08-24
4
-4
/
+4
*
radeonsi: increase the maximum UBO size to 2 GB
Marek Olšák
2018-08-23
1
-1
/
+1
*
radeonsi: bump MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
2
-3
/
+3
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
16
-0
/
+34
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
16
-0
/
+35
*
configure: allow building with python3
Emil Velikov
2018-08-23
4
-4
/
+4
*
llvmpipe: add cc clobber to inline asm
Grazvydas Ignotas
2018-08-23
1
-1
/
+2
*
ac: fix WAITCNT flags for GFX9
Marek Olšák
2018-08-22
1
-5
/
+0
*
ac,radeonsi: use ac_build_gather_values more
Marek Olšák
2018-08-21
3
-33
/
+17
*
ac,radeonsi: use ac_build_fmad
Marek Olšák
2018-08-21
1
-12
/
+5
*
radeonsi: use ac_build_imad
Marek Olšák
2018-08-21
3
-57
/
+29
*
ac: add ac_build_s_barrier
Marek Olšák
2018-08-21
1
-3
/
+1
*
radeonsi: print the shader stage name when printing LLVM IR
Marek Olšák
2018-08-21
1
-1
/
+2
[next]