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
*
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
*
panfrost: Identify 4-bit channel texture formats
Alyssa Rosenzweig
2019-02-27
3
-0
/
+6
*
panfrost: Add RGB565, RGB5A1 texture formats
Alyssa Rosenzweig
2019-02-27
2
-0
/
+4
*
iris: Enable ARB_shader_draw_parameters support
Jose Maria Casanova Crespo
2019-02-26
5
-4
/
+212
*
clover: Fix indentation issues
Pierre Moreau
2019-02-26
2
-34
/
+34
*
clover: Only use devices supporting IR_NATIVE
Pierre Moreau
2019-02-26
1
-1
/
+2
*
clover: Move platform extensions definitions to clover/platform.cpp
Pierre Moreau
2019-02-26
3
-2
/
+9
*
clover: Move device extensions definitions to core/device.cpp
Pierre Moreau
2019-02-26
3
-10
/
+16
*
clover: Validate program and library linking options
Pierre Moreau
2019-02-26
1
-0
/
+35
*
clover: Disallow creating libraries from other libraries
Pierre Moreau
2019-02-26
1
-3
/
+18
*
clover/api: Fail if trying to build a non-executable binary
Pierre Moreau
2019-02-26
1
-0
/
+7
*
clover/api: Rework the validation of devices for building
Pierre Moreau
2019-02-26
2
-10
/
+11
*
clover: Add an helper for checking if an IR is supported
Pierre Moreau
2019-02-26
2
-0
/
+7
*
clover: Remove the TGSI backend as unused
Pierre Moreau
2019-02-26
7
-196
/
+9
*
clover: Avoid warnings from new OpenCL headers
Pierre Moreau
2019-02-26
4
-0
/
+10
*
clover: update ICD table to support everything up to 2.2
Karol Herbst
2019-02-26
2
-1
/
+218
*
include/CL: Update to the latest OpenCL 2.2 headers
Pierre Moreau
2019-02-26
1
-0
/
+5
*
gallium/u_tests: use a compute-only context to test GCN compute ring
Marek Olšák
2019-02-26
1
-5
/
+3
*
radeonsi: always use compute rings for clover on CI and newer (v2)
Marek Olšák
2019-02-26
11
-75
/
+130
*
radv: Interpolate less aggressively.
Bas Nieuwenhuizen
2019-02-26
1
-9
/
+12
*
util: Don't block SIGSYS for new threads
Drew Davenport
2019-02-26
1
-1
/
+2
*
freedreno/ir3: gsampler2DMSArray fixes
Rob Clark
2019-02-26
2
-30
/
+36
*
freedreno/ir3/a6xx: fix atomic shader outputs
Rob Clark
2019-02-26
1
-0
/
+8
*
freedreno/a6xx: vertex_id is not _zero_based
Rob Clark
2019-02-26
2
-1
/
+24
*
freedreno/a6xx: fix DRAW_IDX_INDIRECT max_indicies
Rob Clark
2019-02-26
1
-2
/
+1
*
freedreno/ir3/a6xx: fix non-ssa atomic dst
Rob Clark
2019-02-26
1
-0
/
+5
*
freedreno/a6xx: fix ssbo alignment
Rob Clark
2019-02-26
1
-1
/
+2
*
freedreno/ir3: use nopN encoding when possible
Rob Clark
2019-02-26
3
-6
/
+35
*
freedreno/a6xx: fix hangs with large shaders
Rob Clark
2019-02-26
1
-2
/
+2
*
mesa: fix display list corner case assertion
Brian Paul
2019-02-26
1
-0
/
+2
[next]