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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Advertise VK_KHR_external_semaphore
Jason Ekstrand
2017-08-15
1
-3
/
+3
*
anv: Use DRM sync objects for external semaphores when available
Jason Ekstrand
2017-08-15
4
-23
/
+128
*
anv/gem: Add a drm syncobj support
Jason Ekstrand
2017-08-15
3
-0
/
+80
*
intel/drm: Pull in the i915 fence array API
Jason Ekstrand
2017-08-15
1
-2
/
+28
*
anv: Implement support for exporting semaphores as FENCE_FD
Jason Ekstrand
2017-08-15
5
-9
/
+172
*
anv/gem: Use EXECBUFFER2_WR when the FENCE_OUT flag is set
Jason Ekstrand
2017-08-15
1
-1
/
+4
*
anv: Submit a dummy batch when only semaphores are provided.
Jason Ekstrand
2017-08-15
4
-3
/
+73
*
anv: Add a basic implementation of VK_KHX_external_semaphore
Jason Ekstrand
2017-08-15
4
-9
/
+187
*
clover/event: Include additional event statuses for clSetEventCallback
Aaron Watry
2017-08-15
1
-1
/
+2
*
broadcom/vc4: Port NEON-code to ARM64
Jonas Pfeil
2017-08-15
1
-0
/
+84
*
broadcom/vc4: Build the vc4_tiling_lt_neon.c with -mfpu=neon on ARM.
Eric Anholt
2017-08-15
4
-7
/
+24
*
configure.ac: Introduce HAVE_ARM_ASM/HAVE_AARCH64_ASM and the -D flags.
Eric Anholt
2017-08-15
2
-0
/
+28
*
util: Fix build on old glibc.
Eric Anholt
2017-08-15
1
-1
/
+3
*
broadcom: Add v3d_xml.h to gitignore.
Eric Anholt
2017-08-15
1
-0
/
+1
*
broadcom: Add missing libexpat cflags for the decoder.
Eric Anholt
2017-08-15
1
-0
/
+3
*
radv/gfx9: for fast clear use is_linear flag.
Dave Airlie
2017-08-16
1
-1
/
+1
*
radv/gfx9: fix tile swizzle handling for gfx9
David Airlie
2017-08-16
2
-11
/
+8
*
radv/gfx9: handle GFX9 opaque metadata
David Airlie
2017-08-16
1
-4
/
+5
*
radv: emit db_htile_surface reg on gfx9 as well
David Airlie
2017-08-16
1
-1
/
+2
*
radv/gfx9: remove some leftover gfx6 descriptor setup.
Dave Airlie
2017-08-16
1
-4
/
+0
*
radv/gfx9: fix set predication packet.
Dave Airlie
2017-08-16
1
-9
/
+12
*
intel/genxml: Fix gen10 BLEND_STATE variable length packing
Scott D Phillips
2017-08-15
1
-2
/
+2
*
mesa: count uniform against storage when its bindless
Timothy Arceri
2017-08-15
1
-5
/
+13
*
radeonsi: disable CE by default
Marek Olšák
2017-08-15
3
-8
/
+21
*
radeonsi: initialise imported surface to 0.
Dave Airlie
2017-08-15
1
-1
/
+1
*
st/mesa: correctly calculate the storage offset
Timothy Arceri
2017-08-15
4
-2
/
+165
*
mesa: correctly calculate the storage offset for i915
Timothy Arceri
2017-08-15
1
-3
/
+1
*
i965: Advertise the CCS modifier
Ben Widawsky
2017-08-14
1
-4
/
+40
*
i965/miptree: More conservatively resolve external images
Jason Ekstrand
2017-08-14
3
-1
/
+47
*
i965: Pretend that CCS modified images are two planes
Ben Widawsky
2017-08-14
2
-21
/
+40
*
i965/screen: Support import and export of surfaces with CCS
Jason Ekstrand
2017-08-14
1
-8
/
+71
*
i965/miptree: Allocate mcs_buf for an image's CCS
Ben Widawsky
2017-08-14
1
-4
/
+91
*
i965: Support images with aux buffers
Ben Widawsky
2017-08-14
1
-0
/
+6
*
intel/isl: Add support for I915_FORMAT_MOD_Y_TILED_CCS
Jason Ekstrand
2017-08-14
2
-0
/
+8
*
i965/screen: Stop redefining DRM_FORMAT_MOD_(INVALID|LINEAR)
Jason Ekstrand
2017-08-14
1
-8
/
+0
*
drm-uapi/forcc: Pull in new modifiers
Jason Ekstrand
2017-08-14
1
-0
/
+31
*
i965/blorp: Correct type of src_format in call to intel_miptree_texture_aux_u...
Scott D Phillips
2017-08-14
1
-1
/
+2
*
st/va: change frame_idx from array to hash table
Julien Isorce
2017-08-14
4
-6
/
+31
*
configure: Trust LLVM >= 4.0 llvm-config --libs for shared libraries
Michel Dänzer
2017-08-14
1
-28
/
+30
*
nv50/ir: clean up saturated values immediately
Ilia Mirkin
2017-08-12
1
-1
/
+6
*
nvc0/ir: unlink values pre- and post-call to division function
Ilia Mirkin
2017-08-12
1
-4
/
+3
*
i965: Guard GetBufferSubData's streaming memcpy load with USE_SSE41
Kenneth Graunke
2017-08-12
1
-0
/
+2
*
i965: Clean up intel_batchbuffer_init().
Kenneth Graunke
2017-08-12
3
-12
/
+11
*
gallium/radeon: only pass shader-specific debug flags to the disk shader cache
Marek Olšák
2017-08-11
1
-1
/
+8
*
radeonsi/gfx9: fix the scissor bug workaround
Marek Olšák
2017-08-11
1
-3
/
+7
*
radeonsi/gfx9: use the VI codepath for clamping Z
Marek Olšák
2017-08-11
2
-12
/
+2
*
egl: Update headers from Khronos
Daniel Stone
2017-08-11
4
-42
/
+673
*
egl/dri2: Allow modifiers to add FDs to imports
Daniel Stone
2017-08-11
1
-19
/
+19
*
intel/compiler: properly size attribute wa_flags array for Vulkan
Iago Toral Quiroga
2017-08-11
1
-1
/
+17
*
glsl: stop cloning builtin fuctions _mesa_glsl_find_builtin_function()
Timothy Arceri
2017-08-11
1
-10
/
+1
[next]