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
Commit message (
Expand
)
Author
Age
Files
Lines
*
virgl: modify how we handle GL_MAP_FLUSH_EXPLICIT_BIT
Gurchetan Singh
2018-12-19
4
-69
/
+25
*
virgl: make virgl_buffers use resource helpers
Gurchetan Singh
2018-12-19
2
-20
/
+11
*
virgl: make transfer code with PIPE_BUFFER targets
Gurchetan Singh
2018-12-19
1
-2
/
+4
*
virgl: consolidate transfer code
Gurchetan Singh
2018-12-19
5
-59
/
+73
*
virgl: store layer_stride in metadata
Gurchetan Singh
2018-12-19
2
-6
/
+6
*
virgl: move vrend_get_tex_image_offset to common code
Gurchetan Singh
2018-12-19
3
-26
/
+28
*
virgl: move virgl_resource_layout to common code
Gurchetan Singh
2018-12-19
3
-42
/
+51
*
virgl: move texture metadata to common code
Gurchetan Singh
2018-12-19
2
-12
/
+18
*
virgl: remove unnessecary code
Gurchetan Singh
2018-12-19
1
-3
/
+0
*
virgl: texture_transfer_pool --> transfer_pool
Gurchetan Singh
2018-12-19
6
-11
/
+11
*
radeonsi: const-ify the si_query_ops
Nicolai Hähnle
2018-12-19
3
-5
/
+5
*
radeonsi: split perfcounter queries from si_query_hw
Nicolai Hähnle
2018-12-19
1
-50
/
+93
*
radeonsi: factor si_query_buffer logic out of si_query_hw
Nicolai Hähnle
2018-12-19
4
-110
/
+99
*
radeonsi: move query suspend logic into the top-level si_query struct
Nicolai Hähnle
2018-12-19
3
-44
/
+62
*
radeonsi: move remaining perfcounter code into si_perfcounter.c
Nicolai Hähnle
2018-12-19
7
-766
/
+643
*
radeonsi: track constant buffer bind history in si_pipe_set_constant_buffer
Nicolai Hähnle
2018-12-19
1
-2
/
+3
*
radeonsi: use si_set_rw_shader_buffer for setting streamout buffers
Nicolai Hähnle
2018-12-19
1
-50
/
+11
*
radeonsi: add an si_set_rw_shader_buffer convenience function
Nicolai Hähnle
2018-12-19
2
-45
/
+64
*
radeonsi: avoid using hard-coded SI_NUM_RW_BUFFERS
Nicolai Hähnle
2018-12-19
1
-1
/
+2
*
radeonsi: show the fixed function TCS in debug dumps
Nicolai Hähnle
2018-12-19
1
-2
/
+8
*
radeonsi: const-ify si_set_tesseval_regs
Nicolai Hähnle
2018-12-19
1
-2
/
+2
*
radeonsi: rename SI_RESOURCE_FLAG_FORCE_TILING to clarify its purpose
Nicolai Hähnle
2018-12-19
3
-4
/
+4
*
radeonsi: don't set RAW_WAIT for CP DMA clears
Nicolai Hähnle
2018-12-19
1
-1
/
+2
*
radeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when available
Nicolai Hähnle
2018-12-19
2
-5
/
+15
*
radeonsi: add si_init_draw_functions and make some functions static
Nicolai Hähnle
2018-12-19
4
-22
/
+22
*
radeonsi: extract declare_vs_blit_inputs
Nicolai Hähnle
2018-12-19
1
-18
/
+25
*
radeonsi: move SI_FORCE_FAMILY functionality to winsys
Nicolai Hähnle
2018-12-19
2
-34
/
+36
*
r600: remove redundant semicolon
Nicolai Hähnle
2018-12-19
1
-1
/
+1
*
ddebug: always flush when requested, even when hang detection is disabled
Nicolai Hähnle
2018-12-19
1
-0
/
+2
*
ddebug: simplify watchdog loop and fix crash in the no-timeout case
Nicolai Hähnle
2018-12-19
3
-73
/
+52
*
meson: add etnaviv to the tools option
Christian Gmeiner
2018-12-18
1
-1
/
+2
*
st/dri: replace format conversion functions with single mapping table
Lucas Stach
2018-12-18
2
-352
/
+149
*
st/dri: allow both render and sampler compatible dma-buf formats
Lucas Stach
2018-12-18
1
-12
/
+18
*
etnaviv: use surface format directly
Lucas Stach
2018-12-18
2
-9
/
+4
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
2
-2
/
+2
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
2
-2
/
+2
*
vc4: Reuse nir_format_convert.h in our blend lowering.
Eric Anholt
2018-12-17
1
-33
/
+3
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
2
-0
/
+4
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
2
-30
/
+30
*
nir/tgsi: Use nir_bany in ttn_kill_if
Jason Ekstrand
2018-12-16
1
-3
/
+1
*
vc4: Use the original bit size when scalarizing uniform loads.
Eric Anholt
2018-12-16
1
-1
/
+2
*
clover: Fix build after clang r348827
Jan Vesely
2018-12-16
1
-1
/
+6
*
v3d: Drop in a bunch of notes about performance improvement opportunities.
Eric Anholt
2018-12-14
2
-1
/
+13
*
v3d: Use the uniform pretty-printer in v3d_write_uniforms()'s debug code.
Eric Anholt
2018-12-14
1
-1
/
+3
*
v3d: Move uinfo->data[] dereference to the top of v3d_write_uniforms().
Eric Anholt
2018-12-14
1
-15
/
+13
*
v3d: Add support for draw indirect for GLES3.1.
Eric Anholt
2018-12-14
2
-2
/
+31
*
v3d: Add safety checks for resource_create().
Eric Anholt
2018-12-14
1
-0
/
+6
*
v3d: Add support for texturing from linear.
Eric Anholt
2018-12-14
6
-3
/
+110
*
v3d: Add support for using the TFU to do some blits.
Eric Anholt
2018-12-14
1
-42
/
+129
*
v3d: Don't forget to bump the number of writes when doing TFU ops.
Eric Anholt
2018-12-14
1
-0
/
+2
[next]