index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix compute shader crash.
Kenneth Graunke
2016-11-24
1
-1
/
+1
*
anv/blorp: Ignore clears for attachments first used as resolve destinations
Jason Ekstrand
2016-11-24
1
-9
/
+11
*
nir/spirv: Fix handling of gl_PrimitiveId
Jason Ekstrand
2016-11-24
1
-2
/
+6
*
anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BIT
Jason Ekstrand
2016-11-24
1
-1
/
+5
*
anv: Handle null in all destructors
Jason Ekstrand
2016-11-24
9
-1
/
+65
*
i965/glk: Add basic Geminilake support
Ben Widawsky
2016-11-24
2
-0
/
+48
*
i965: Reorder PCI ID list to match release order
Ben Widawsky
2016-11-24
1
-9
/
+9
*
i965: Add some APL and KBL SKU strings
Ben Widawsky
2016-11-24
1
-4
/
+4
*
ac/nir/llvm: fix channel in texture gather lowering code.
Dave Airlie
2016-11-24
1
-1
/
+1
*
radv: don't crash on null swapchain destroy.
Dave Airlie
2016-11-24
1
-0
/
+3
*
wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
Dave Airlie
2016-11-24
2
-10
/
+22
*
isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_sa
Jordan Justen
2016-11-24
1
-1
/
+1
*
intel: Set min_ds_entries on Broxton.
Kenneth Graunke
2016-11-24
1
-0
/
+2
*
anv: fix multi level clears with VK_REMAINING_MIP_LEVELS
Lionel Landwerlin
2016-11-24
1
-2
/
+2
*
vc4: Fix register class handling of DDX/DDY arguments.
Eric Anholt
2016-11-24
1
-1
/
+1
*
Fix races during _mesa_HashWalk().
Steinar H. Gunderson
2016-11-24
1
-11
/
+7
*
i965/gs: Allow primitive id to be a system value
Jason Ekstrand
2016-11-24
1
-1
/
+2
*
vulkan/wsi: Report the correct min/maxImageCount
Jason Ekstrand
2016-11-23
2
-26
/
+20
*
radv: fix texturesamples to handle single sample case
Dave Airlie
2016-11-23
1
-2
/
+10
*
glsl: Parse 0 as a preprocessor INTCONSTANT
Ian Romanick
2016-11-23
1
-0
/
+4
*
glcpp: Handle '#version 0' and other invalid values
Ian Romanick
2016-11-23
2
-6
/
+28
*
vulkan/wsi/wayland: Clean up some error handling paths
Jason Ekstrand
2016-11-23
1
-0
/
+8
*
vulkan/wsi/wayland: Include pthread.h
Jason Ekstrand
2016-11-23
1
-0
/
+1
*
anv: Rework fences
Jason Ekstrand
2016-11-23
3
-26
/
+150
*
anv/wsi: Set the fence to signaled in AcquireNextImageKHR
Jason Ekstrand
2016-11-23
1
-3
/
+10
*
anv/gen8: Stall when needed in Cmd(Set|Reset)Event
Jason Ekstrand
2016-11-23
1
-0
/
+29
*
vc4: Clamp the shadow comparison value.
Eric Anholt
2016-11-23
1
-0
/
+9
*
vc4: Don't abort when a shader compile fails.
Eric Anholt
2016-11-23
6
-8
/
+32
*
cherry-ignore: add reverted LLVM_LIBDIR patch
Emil Velikov
2016-11-23
1
-0
/
+3
*
docs: add sha256 checksums for 13.0.1
Emil Velikov
2016-11-14
1
-1
/
+2
*
docs: add release notes for 13.0.1
Emil Velikov
2016-11-14
1
-0
/
+187
*
Update version to 13.0.1
Emil Velikov
2016-11-14
1
-1
/
+1
*
radv/pipeline: Don't dereference NULL dynamic state pointers
Darren Salt
2016-11-14
1
-20
/
+47
*
gallium/hud: protect against and initialization race
Steven Toth
2016-11-14
4
-8
/
+41
*
gallium/hud: close a previously opened handle
Steven Toth
2016-11-14
3
-1
/
+6
*
gallium/hud: fix a problem where objects are free'd while in use.
Steven Toth
2016-11-14
4
-55
/
+0
*
mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.
Kenneth Graunke
2016-11-11
1
-14
/
+19
*
anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4
Jason Ekstrand
2016-11-11
1
-0
/
+6
*
anv/cmd_buffer: Take a command buffer instead of a batch in two helpers
Jason Ekstrand
2016-11-11
1
-8
/
+8
*
radv: Suffix the radeon_icd file with the host CPU
Emil Velikov
2016-11-10
3
-4
/
+10
*
radv: use correct .specVersion for extensions
Emil Velikov
2016-11-10
1
-4
/
+4
*
anv: use correct .specVersion for extensions
Emil Velikov
2016-11-10
1
-4
/
+4
*
amd/addrlib: limit fastcall/regparm to GCC i386
Emil Velikov
2016-11-10
1
-1
/
+5
*
radv: fix GetFenceStatus for signaled fences
Dave Airlie
2016-11-09
1
-0
/
+2
*
radv: enable conditional discard optimisation on radv.
Dave Airlie
2016-11-09
1
-0
/
+1
*
nir: add conditional discard optimisation (v4)
Dave Airlie
2016-11-09
3
-0
/
+128
*
ac/nir: add support for discard_if intrinsic (v2)
Dave Airlie
2016-11-09
1
-0
/
+21
*
anv: Do relocations in userspace before execbuf ioctl
Kristian Høgsberg Kristensen
2016-11-09
2
-9
/
+150
*
anv: Move relocation handling from EndCommandBuffer to QueueSubmit
Jason Ekstrand
2016-11-09
4
-72
/
+76
*
anv/batch: Move last_ss_pool_bo_offset to the command buffer
Jason Ekstrand
2016-11-09
2
-15
/
+24
[next]