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/ir3: convert dynamic arrays to ralloc
Rob Clark
2017-04-14
3
-14
/
+8
*
swr: add linux to scons build
George Kyriazis
2017-04-14
1
-6
/
+1
*
gallium/radeon: never use staging buffers with AMD_pinned_memory
Nicolai Hähnle
2017-04-13
1
-2
/
+16
*
radeonsi: fix gl_BaseVertex in non-indexed draws
Nicolai Hähnle
2017-04-13
3
-4
/
+23
*
radeonsi: provide VS_STATE input to all VS variants
Nicolai Hähnle
2017-04-13
5
-27
/
+18
*
radeonsi: change the bit-packing of LS out/TCS in data
Nicolai Hähnle
2017-04-13
3
-9
/
+14
*
radeonsi: emit VS_STATE register explicitly from si_draw_vbo
Nicolai Hähnle
2017-04-13
6
-2
/
+27
*
radeonsi: extract derived tess state emit to higher level
Nicolai Hähnle
2017-04-13
1
-6
/
+7
*
radeonsi: drop support for TGSI_SEMANTIC_VERTEXID_NOBASE
Nicolai Hähnle
2017-04-13
1
-2
/
+3
*
llvmpipe: remove unused subpixel_snap() and fixed_to_float()
Samuel Pitoiset
2017-04-13
1
-6
/
+3
*
softpipe: remove unused sp_exec_fragment_shader()
Samuel Pitoiset
2017-04-13
1
-8
/
+0
*
softpipe: remove unused quad_shade_stage()
Samuel Pitoiset
2017-04-13
1
-8
/
+0
*
softpipe: remove unused get_texel_quad_2d()
Samuel Pitoiset
2017-04-13
1
-17
/
+0
*
trace: remove some unused trace_dump_tag*() functions
Samuel Pitoiset
2017-04-13
1
-52
/
+0
*
virgl: add missing PIPE_CAP_DOUBLES
Samuel Pitoiset
2017-04-13
1
-0
/
+1
*
nvc0: Enable ARB_shader_ballot on Kepler+
Boyan Ding
2017-04-13
1
-1
/
+2
*
nvc0/ir: Implement TGSI_OPCODE_BALLOT and TGSI_OPCODE_READ_*
Boyan Ding
2017-04-13
1
-0
/
+31
*
nvc0/ir: Implement TGSI_SEMANTIC_SUBGROUP_*
Boyan Ding
2017-04-13
1
-0
/
+27
*
nvc0/ir: Add SV_LANEMASK_* system values.
Boyan Ding
2017-04-13
5
-0
/
+25
*
nvc0/ir: Allow 0/1 immediate value as source of OP_VOTE
Boyan Ding
2017-04-13
3
-11
/
+60
*
gk110/ir: Emit OP_SHFL
Boyan Ding
2017-04-13
1
-0
/
+56
*
nvc0/ir: Emit OP_SHFL
Boyan Ding
2017-04-13
1
-0
/
+53
*
nvc0/ir: Properly handle a "split form" of predicate destination
Boyan Ding
2017-04-13
1
-2
/
+13
*
gm107/ir: Emit third src 'bound' and optional predicate output of SHFL
Boyan Ding
2017-04-13
2
-9
/
+29
*
Revert "r600g: get rid of dummy pixel shader"
Marek Olšák
2017-04-12
3
-30
/
+40
*
swr: [rasterizer core] Disable 8x2 tile backend
Tim Rowley
2017-04-11
1
-1
/
+1
*
swr: [rasterizer common] Add _simd_testz_si alias
Tim Rowley
2017-04-11
1
-0
/
+1
*
swr: [rasterizer archrast] Fix archrast for MSVC 2017 compiler
Tim Rowley
2017-04-11
5
-6
/
+6
*
swr: [rasterizer jitter] Remove unused function
Tim Rowley
2017-04-11
2
-35
/
+0
*
swr: [rasterizer jitter] Remove HAVE_LLVM tests supporting llvm < 3.8
Tim Rowley
2017-04-11
4
-52
/
+0
*
swr: [rasterizer common/core] Fix 32-bit windows build
Tim Rowley
2017-04-11
6
-117
/
+123
*
swr: [rasterizer core] Fix unused variable warnings
Tim Rowley
2017-04-11
3
-10
/
+1
*
swr: [rasterizer core] Code formating change
Tim Rowley
2017-04-11
1
-10
/
+10
*
swr: [rasterizer core] SIMD16 Frontend WIP - PA
Tim Rowley
2017-04-11
1
-22
/
+22
*
swr: [rasterizer core] SIMD16 Frontend WIP - Clipper
Tim Rowley
2017-04-11
5
-124
/
+941
*
swr: [rasterizer core] Multisample sample position setup change
Tim Rowley
2017-04-11
3
-75
/
+92
*
swr: [rasterizer core] Reduce templates to speed compile
Tim Rowley
2017-04-11
3
-10
/
+71
*
swr: return true for PIPE_CAP_DOUBLES
Tim Rowley
2017-04-11
1
-0
/
+1
*
etnaviv: enable TS, but disable autodisable
Lucas Stach
2017-04-11
1
-2
/
+2
*
etnaviv: enable TS also on sampler resources
Lucas Stach
2017-04-11
1
-3
/
+0
*
etnaviv: align TS surface size to number of pixel pipes
Lucas Stach
2017-04-11
1
-1
/
+2
*
etnaviv: avoid using invalid TS
Lucas Stach
2017-04-11
3
-1
/
+7
*
nouveau: when mapping a persistent buffer, synchronize on former xfers
Ilia Mirkin
2017-04-11
1
-4
/
+2
*
nvc0: increase texture buffer object alignment to 256 for pre-GM107
Ilia Mirkin
2017-04-11
1
-1
/
+1
*
gallium/radeon: add HUD queries for GPU temperature and clocks
Samuel Pitoiset
2017-04-10
1
-6
/
+6
*
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
[next]