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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: initialize FMASK for images in fully expanded mode
Samuel Pitoiset
2018-12-20
4
-0
/
+39
*
ac/nir: restrict fmask lookup to image load intrinsics
Samuel Pitoiset
2018-12-20
1
-1
/
+1
*
spirv: add support for SpvCapabilityStorageImageMultisample
Samuel Pitoiset
2018-12-20
2
-1
/
+5
*
radv: compute optimal VM alignment for imported buffers
Samuel Pitoiset
2018-12-20
1
-1
/
+30
*
radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.
Bas Nieuwenhuizen
2018-12-20
5
-8
/
+41
*
radv: fix subpass image transitions with multiviews
Samuel Pitoiset
2018-12-20
1
-0
/
+11
*
radv: drop the amdgpu-skip-threshold=1 workaround for LLVM 8
Samuel Pitoiset
2018-12-20
1
-3
/
+9
*
ac/nir: remove the bitfield_extract workaround for LLVM 8
Samuel Pitoiset
2018-12-20
1
-9
/
+15
*
intel/compiler: move nir_lower_bool_to_int32 before nir_lower_locals_to_regs
Iago Toral Quiroga
2018-12-20
2
-2
/
+4
*
st/mesa: remove sampler associated with buffer texture in pbo logic
Ilia Mirkin
2018-12-20
1
-5
/
+0
*
gallivm: use llvm jit code for decoding s3tc
Roland Scheidegger
2018-12-20
7
-383
/
+2239
*
radv/query: Use 1-bit booleans in query shaders
Jason Ekstrand
2018-12-19
1
-21
/
+21
*
radv/query: Add a nir_test_flag helper
Jason Ekstrand
2018-12-19
1
-15
/
+16
*
freedreno/ir3: Handle GL_NONE in get_num_components_for_glformat()
Eduardo Lima Mitev
2018-12-19
1
-3
/
+8
*
docs: Add an encouraging note about providing reviews and acks.
Eric Anholt
2018-12-19
1
-0
/
+8
*
docs: Add a note that MRs should still include any r-b or a-b tags.
Eric Anholt
2018-12-19
1
-0
/
+4
*
v3d: Load and store aligned utiles all at once.
Eric Anholt
2018-12-19
1
-8
/
+114
*
v3d: Add a fallthrough path for utile load/store of 32 byte lines.
Eric Anholt
2018-12-19
1
-12
/
+16
*
vc4: Move the utile load/store functions to a header for reuse by v3d.
Eric Anholt
2018-12-19
4
-202
/
+234
*
v3d: Implement texture_subdata to reduce teximage upload copies.
Eric Anholt
2018-12-19
1
-29
/
+85
*
v3d: Remove dead prototypes for load/store utile functions.
Eric Anholt
2018-12-19
1
-2
/
+0
*
v3d: Don't try to create shadow tiled temporaries for 1D textures.
Eric Anholt
2018-12-19
1
-1
/
+2
*
v3d: Fix check for TFU job completion in the simulator.
Eric Anholt
2018-12-19
1
-1
/
+1
*
v3d: Put the dst bo first in the list of BOs for TFU calls.
Eric Anholt
2018-12-19
1
-2
/
+2
*
nir: properly find the entry to keep in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-12-19
1
-3
/
+16
*
winsys/amdgpu: Pull in LLVM CFLAGS
Michel Dänzer
2018-12-19
2
-1
/
+2
*
nir: properly clear the entry sources in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-12-19
1
-0
/
+3
*
docs: format code blocks a bit nicely
Eric Engestrom
2018-12-19
1
-0
/
+3
*
docs: add meson cross compilation instructions
Eric Engestrom
2018-12-19
1
-0
/
+83
*
virgl: move resource creation / import / destruction to common code
Gurchetan Singh
2018-12-19
4
-114
/
+89
*
virgl: move resource metadata into base resource
Gurchetan Singh
2018-12-19
4
-91
/
+71
*
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
[next]