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
Commit message (
Expand
)
Author
Age
Files
Lines
*
etnaviv: fix resource usage tracking across different pipe_context's
Christian Gmeiner
2019-03-01
7
-29
/
+83
*
etnaviv: enable ETC2 texture compression support for HALTI0 GPUs
Christian Gmeiner
2019-03-01
1
-11
/
+1
*
etnaviv: hook-up etc2 patching
Christian Gmeiner
2019-03-01
3
-0
/
+64
*
etnaviv: keep track of mapped bo address
Christian Gmeiner
2019-03-01
2
-9
/
+11
*
etnaviv: implement ETC2 block patching for HALTI0
Christian Gmeiner
2019-03-01
4
-0
/
+201
*
intel/compiler: Re-prefix non-logical surface opcodes with VEC4
Jason Ekstrand
2019-02-28
10
-47
/
+25
*
intel/schedule_instructions: Move some comments
Jason Ekstrand
2019-02-28
1
-37
/
+37
*
intel/compiler: Drop unused surface opcodes
Jason Ekstrand
2019-02-28
7
-60
/
+0
*
intel/fs: Get rid of the IMAGE_SIZE opcode
Jason Ekstrand
2019-02-28
3
-10
/
+5
*
intel/vec4: Drop dead code for handling typed surface messages
Jason Ekstrand
2019-02-28
5
-272
/
+0
*
intel/fs: Drop the fs_surface_builder
Jason Ekstrand
2019-02-28
5
-471
/
+195
*
intel/fs: Re-order logical surface arguments
Jason Ekstrand
2019-02-28
1
-2
/
+2
*
intel/fs: Add an enum type for logical sampler inst sources
Jason Ekstrand
2019-02-28
3
-39
/
+58
*
freedreno: Fix a couple of warnings
Kristian H. Kristensen
2019-02-28
2
-2
/
+2
*
freedreno/a6xx: Don't zero SO buffer addresses
Kristian H. Kristensen
2019-02-28
1
-38
/
+0
*
freedreno/a6xx: Only output MRT control for used framebuffers
Kristian H. Kristensen
2019-02-28
1
-1
/
+1
*
driconf: add DTD to allow the drirc xml (00-mesa-defaults.conf) to be validated
Eric Engestrom
2019-02-28
2
-1
/
+28
*
vulkan: use VkBase{In,Out}Structure instead of a custom struct
Eric Engestrom
2019-02-28
1
-7
/
+2
*
vulkan/overlay: add support for fps output in file
Lionel Landwerlin
2019-02-28
4
-15
/
+39
*
vulkan/overlay: rework option parsing
Lionel Landwerlin
2019-02-28
6
-113
/
+265
*
vulkan/overlay: fix min/max computations
Lionel Landwerlin
2019-02-28
1
-11
/
+11
*
egl/sl: use kms_swrast with vgem instead of a random GPU
Emil Velikov
2019-02-28
1
-8
/
+13
*
egl/sl: use drmDevice API to enumerate available devices
Emil Velikov
2019-02-28
1
-36
/
+37
*
egl/sl: split out swrast probe into separate function
Emil Velikov
2019-02-28
1
-16
/
+27
*
nir/spirv: return after emitting a branch in block
cros-mesa-19.0-r1-vanilla
chadv/cros-mesa-19.0-r1-vanilla
Juan A. Suarez Romero
2019-02-28
1
-0
/
+1
*
egl/android: replace magic 0=CbCr,1=CrCb with simple enum
Eric Engestrom
2019-02-28
1
-18
/
+24
*
st/nir: count num_uniforms for FS bultin shader
Caio Marcelo de Oliveira Filho
2019-02-27
1
-0
/
+2
*
glx: fix shared memory leak in X11
Ray Zhang
2019-02-28
1
-0
/
+3
*
radeonsi/nir: move si_lower_nir() call into compiler thread
Timothy Arceri
2019-02-28
1
-2
/
+3
*
glsl: fix shader cache for packed param list
Timothy Arceri
2019-02-28
3
-11
/
+11
*
i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0
Yevhenii Kolesnikov
2019-02-28
1
-6
/
+12
*
intel/compiler: use correct swizzle for replacement
Lionel Landwerlin
2019-02-27
1
-5
/
+5
*
freedreno: catch failing fd_blit and fallback to software blit
Jonathan Marek
2019-02-27
3
-11
/
+15
*
freedreno: use renderonly path for buffers allocated with modifiers
Jonathan Marek
2019-02-27
1
-1
/
+7
*
freedreno: a2xx: fix mipmapping for NPOT textures
Jonathan Marek
2019-02-27
1
-0
/
+6
*
freedreno: a2xx: fix fast clear for some gmem configurations
Jonathan Marek
2019-02-27
1
-3
/
+3
*
freedreno: a2xx: add use_hw_binning function
Jonathan Marek
2019-02-27
1
-2
/
+24
*
freedreno: a2xx: don't write 4th vertex in mem2gmem
Jonathan Marek
2019-02-27
1
-3
/
+1
*
swr/codegen: fix autotools build
Erik Faye-Lund
2019-02-27
1
-8
/
+8
*
util/os_misc: Add check for PIPE_OS_HURD
Timo Aaltonen
2019-02-27
1
-2
/
+2
*
vulkan/overlay: install layer binary in libdir
Lionel Landwerlin
2019-02-27
2
-13
/
+4
*
meson/swr: replace hard-coded path with current_build_dir()
Eric Engestrom
2019-02-27
1
-1
/
+1
*
nir: Add posibility to not lower to source mod 'abs' for ops with three sources
Gert Wollny
2019-02-27
2
-1
/
+8
*
virgl/vtest: deprecate protocol version 1
Gurchetan Singh
2019-02-27
4
-43
/
+23
*
util: fix a warning when building against clang7 headers
Tapani Pälli
2019-02-27
1
-0
/
+2
*
iris: add libmesa_iris_gen8 library to the build
Tapani Pälli
2019-02-27
1
-0
/
+21
*
android: make libbacktrace optional on USE_LIBBACKTRACE
Tapani Pälli
2019-02-27
2
-3
/
+9
*
android: add liblog to libmesa_intel_common build
Tapani Pälli
2019-02-27
1
-1
/
+1
*
panfrost/midgard: Allow flt to run on most units
Alyssa Rosenzweig
2019-02-27
1
-1
/
+1
*
panfrost: Expose perf counters in environment
Alyssa Rosenzweig
2019-02-27
3
-13
/
+11
[next]