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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: add HUD queries for GPU temperature and clocks
Samuel Pitoiset
2017-04-10
2
-7
/
+12
*
radeonsi: add new si_check_render_feedback_texture() helper
Samuel Pitoiset
2017-04-10
1
-45
/
+44
*
radeonsi: add new si_decompress_color_texture() helper
Samuel Pitoiset
2017-04-10
1
-13
/
+17
*
radeonsi: add new depth_needs_decompression() helper
Samuel Pitoiset
2017-04-10
1
-2
/
+8
*
radeonsi: add a 'break' in si_check_render_feedback_*()
Samuel Pitoiset
2017-04-10
1
-2
/
+6
*
radeonsi: re-use 'desc' in si_set_shader_image()
Samuel Pitoiset
2017-04-10
1
-2
/
+1
*
r600g: get rid of dummy pixel shader
Constantine Kharlamov
2017-04-10
3
-40
/
+30
*
r600g: add draw_vbo check for a NULL pixel shader
Constantine Kharlamov
2017-04-10
4
-2
/
+10
*
r600g: skip repeating vs, gs, and tes shader binds
Constantine Kharlamov
2017-04-10
1
-1
/
+7
*
nv50/ir: remove unused swizzle field in ValueRef
Ilia Mirkin
2017-04-09
1
-1
/
+0
*
nouveau: enable ARB_shader_clock on nv50 and nvc0
Boyan Ding
2017-04-09
2
-2
/
+2
*
nv50/ir: Handle TGSI_OPCODE_CLOCK
Boyan Ding
2017-04-09
1
-0
/
+7
*
gm107/ir: Emit SV_CLOCK system value
Boyan Ding
2017-04-09
1
-0
/
+1
*
nvc0/ir: fix overwriting of offset register with interpolateAtOffset
Ilia Mirkin
2017-04-07
1
-2
/
+2
*
gallium: fix some math formulas to display better
Ilia Mirkin
2017-04-07
1
-16
/
+16
*
nvc0/ir: fix LSB/BFE/BFI implementations
Ilia Mirkin
2017-04-07
1
-8
/
+11
*
util: fix swizzle of INSTANCEID system value
Nicolai Hähnle
2017-04-08
1
-1
/
+1
*
st/glx: Add awareness for multisample pixel formats to st/glx-xlib.
Bruce Cherniak
2017-04-07
3
-15
/
+30
*
swr: fix unused variable warnings
Tim Rowley
2017-04-07
2
-2
/
+0
*
gallivm: init vars to silence gcc warnings
Brian Paul
2017-04-07
1
-2
/
+2
*
svga: add context pointer to the invalidate surface interface
Charmaine Lee
2017-04-07
8
-27
/
+35
*
winsys/svga: use c11 thread types/functions
Brian Paul
2017-04-07
3
-13
/
+13
*
winsys/svga: Resolve command submission buffer contention v3
Thomas Hellstrom
2017-04-07
3
-2
/
+38
*
svga: remove pre-SVGA3D_HWVERSION_WS8_B1 code
Brian Paul
2017-04-07
1
-71
/
+5
*
st/wgl: sort strings in stw_extension_string[] array
Brian Paul
2017-04-07
1
-3
/
+3
*
svga: remove redundant surface propagation
Charmaine Lee
2017-04-07
2
-12
/
+8
*
svga: Fix zslice index to svga_texture_copy_handle_resource()
Charmaine Lee
2017-04-07
1
-7
/
+10
*
svga: specify include path for git_sha1.h for out-of-src builds
Brian Paul
2017-04-07
1
-0
/
+3
*
st/wgl: pseudo-implementation of WGL_EXT_swap_control
Brian Paul
2017-04-07
7
-12
/
+86
*
svga: Fix out-of-sync backing surface
Charmaine Lee
2017-04-07
1
-21
/
+70
*
svga: add a reset flag to svga_propagate_surface()
Charmaine Lee
2017-04-07
4
-8
/
+19
*
svga: add the has_backed_views flag
Charmaine Lee
2017-04-07
3
-0
/
+15
*
svga: only destroy render target view from a context that created it
Charmaine Lee
2017-04-07
1
-12
/
+23
*
svga: disable rasterization if rasterizer_discard is set or FS undefined
Charmaine Lee
2017-04-07
6
-39
/
+128
*
svga: do not emulate wide points in GS when doing transform feedback
Charmaine Lee
2017-04-07
1
-3
/
+5
*
gallium/util: tweak backtrace format with libunwind
Rob Clark
2017-04-07
1
-10
/
+16
*
gallium/util: cache symbol lookup with libunwind
Rob Clark
2017-04-07
2
-27
/
+94
*
gallium/util: fix missing limit check in libunwind backtrace
Rob Clark
2017-04-07
1
-1
/
+1
*
gallium/radeon: fix typo in radeon_winsys.h
Samuel Pitoiset
2017-04-07
1
-1
/
+1
*
swr: [rasterizer core] SIMD16 Frontend WIP
Tim Rowley
2017-04-05
4
-75
/
+1299
*
swr: [rasterizer core] Enable 8x2 backend
Tim Rowley
2017-04-05
1
-1
/
+1
*
swr: [rasterizer codegen] remove copy of mako
Tim Rowley
2017-04-05
18
-7201
/
+0
*
swr: [rasterizer core/memory] Move intrinics to _simd functions
Tim Rowley
2017-04-05
5
-117
/
+112
*
swr: [rasterizer core] Programmable sample position support
Tim Rowley
2017-04-05
12
-596
/
+267
*
swr: [configure.ac/scons] require c++14
Tim Rowley
2017-04-05
2
-3
/
+3
*
swr: [rasterizer core] Fix center sample pattern
Tim Rowley
2017-04-05
3
-26
/
+26
*
swr: [rasterizer core/memory] Fix missing avx512 storetile
Tim Rowley
2017-04-05
3
-23
/
+14
*
swr: [rasterizer core] SIMD16 Frontend WIP
Tim Rowley
2017-04-05
2
-37
/
+14
*
Revert "etnaviv: Cannot render to rb-swapped formats"
Christian Gmeiner
2017-04-05
1
-5
/
+2
*
etnaviv: add support for rb swap
Christian Gmeiner
2017-04-05
4
-0
/
+38
[next]