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
...
*
gallium/util: support translating between uint and sint formats
Erik Faye-Lund
2019-04-17
1
-0
/
+62
*
virgl: make sure bind is set for non-buffers
Erik Faye-Lund
2019-04-17
1
-0
/
+3
*
virgl: support write-back with staged transfers
Erik Faye-Lund
2019-04-17
2
-22
/
+49
*
virgl: use pipe_box for blit dst-rect
Erik Faye-Lund
2019-04-17
1
-5
/
+12
*
virgl: rewrite core of virgl_texture_transfer_map
Erik Faye-Lund
2019-04-17
1
-36
/
+58
*
virgl: return error if allocating resolve_tmp fails
Erik Faye-Lund
2019-04-17
1
-0
/
+4
*
virgl: wait for the right resource
Erik Faye-Lund
2019-04-17
1
-1
/
+1
*
virgl: check for readback on correct resource
Erik Faye-Lund
2019-04-17
1
-1
/
+1
*
virgl: make unmap queuing a bit more straight-forward
Erik Faye-Lund
2019-04-17
1
-5
/
+7
*
virgl: simplify virgl_texture_transfer_unmap logic
Erik Faye-Lund
2019-04-17
1
-13
/
+9
*
virgl: track full virgl_resource instead of just virgl_hw_res
Erik Faye-Lund
2019-04-17
1
-5
/
+5
*
virgl: tmp_resource -> templ
Erik Faye-Lund
2019-04-17
1
-4
/
+3
*
virgl: remove pointless transfer-counter
Erik Faye-Lund
2019-04-17
4
-4
/
+2
*
radeonsi/nir: fix scanning of bindless images
Timothy Arceri
2019-04-17
1
-38
/
+37
*
iris: Add texture cache flushing hacks for blit and resource_copy_region
Kenneth Graunke
2019-04-16
1
-0
/
+36
*
v3d: Always set up the qregs for CSD payload.
Eric Anholt
2019-04-16
1
-10
/
+2
*
v3d: Only look up the 3rd texture gather offset for non-arrays.
Eric Anholt
2019-04-16
1
-1
/
+1
*
spirv: Tell which opcode or value is unhandled when failing
Caio Marcelo de Oliveira Filho
2019-04-16
4
-42
/
+61
*
spirv: Add more to_string helpers
Caio Marcelo de Oliveira Filho
2019-04-16
2
-3
/
+15
*
intel/mi_builder: Disable mem_mem tests on IVB
Jason Ekstrand
2019-04-16
1
-0
/
+3
*
iris: Change vendor and renderer strings
Kenneth Graunke
2019-04-16
1
-1
/
+4
*
intel/mi_builder: Re-order an initializer
Jason Ekstrand
2019-04-16
1
-2
/
+2
*
nir/algebraic: Use a cache to avoid re-emitting structs
Jason Ekstrand
2019-04-16
1
-17
/
+36
*
nir/algebraic: Move the template closer to the render function
Jason Ekstrand
2019-04-16
1
-19
/
+19
*
iris: Move iris_debug_recompile calls before uploading.
Kenneth Graunke
2019-04-16
1
-33
/
+33
*
iris: Print the reason for shader recompiles.
Kenneth Graunke
2019-04-16
1
-6
/
+30
*
i965: Move program key debugging to the compiler.
Kenneth Graunke
2019-04-16
13
-283
/
+275
*
winsys/amdgpu: don't set GTT with GDS & OA placements on APUs
Marek Olšák
2019-04-16
1
-9
/
+11
*
nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possible
Marek Olšák
2019-04-16
4
-2
/
+48
*
st/va/enc: Add support for frame_cropping_flag of VAEncSequenceParameterBuffe...
suresh guttula
2019-04-16
1
-0
/
+8
*
radeon/vce:Add support for frame_cropping_flag of VAEncSequenceParameterBuffe...
suresh guttula
2019-04-16
1
-2
/
+9
*
vl: Add cropping flags for H264
suresh guttula
2019-04-16
1
-0
/
+5
*
compiler/glsl: handle case where we have multiple users for types
Tapani Pälli
2019-04-16
8
-11
/
+66
*
intel/compiler: Do not reswizzle dst if instruction writes to flag register
Danylo Piliaiev
2019-04-16
1
-0
/
+6
*
gitlab-ci: Use LLVM 3.4 from Debian jessie for scons-llvm job
Michel Dänzer
2019-04-16
2
-1
/
+5
*
gitlab-ci: Do not use subshells for compiling dependencies
Michel Dänzer
2019-04-16
1
-14
/
+28
*
gitlab-ci: Drop unused clang 5/6 packages
Michel Dänzer
2019-04-16
1
-4
/
+0
*
gitlab-ci: Use clang 8 instead of 7
Michel Dänzer
2019-04-16
2
-3
/
+4
*
gitlab-ci: Remove unused Debian packages from Docker image
Michel Dänzer
2019-04-16
1
-0
/
+11
*
gitlab-ci: Remove unneded (stuff from) APT command lines
Michel Dänzer
2019-04-16
1
-13
/
+1
*
gitlab-ci: Install most packages from Debian buster
Michel Dänzer
2019-04-16
2
-14
/
+26
*
gitlab-ci: Use Debian packages instead of pip ones for meson and scons
Michel Dänzer
2019-04-16
2
-16
/
+5
*
gitlab-ci: Use HTTPS for APT repositories
Michel Dänzer
2019-04-16
1
-2
/
+5
*
gitlab-ci: Use Debian stretch instead of Ubuntu bionic
Michel Dänzer
2019-04-16
2
-10
/
+14
*
doc/features: Add a few extensions to the feature matrix
Gert Wollny
2019-04-16
1
-1
/
+3
*
radv: sort the shader capabilities alphabetically
Samuel Pitoiset
2019-04-16
1
-3
/
+3
*
iris: Make shader_perf_log print to stderr if INTEL_DEBUG=perf is set
Kenneth Graunke
2019-04-15
1
-4
/
+11
*
radv: enable shaderInt8 on SI and CIK
Samuel Pitoiset
2019-04-16
2
-4
/
+3
*
virgl: fix fence fd version check
Chia-I Wu
2019-04-15
1
-2
/
+2
*
virgl: introduce virgl_drm_fence
Chia-I Wu
2019-04-15
2
-45
/
+115
[prev]
[next]