index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-28
docs: add release notes for 13.0.2
mesa-13.0.2
Emil Velikov
1
-0
/
+188
2016-11-28
Update version to 13.0.2
Emil Velikov
1
-1
/
+1
2016-11-28
radv: fix 3D clears with baseMiplevel
Dave Airlie
1
-1
/
+1
2016-11-28
radv/ac/llvm: shadow samplers only return one value.
Dave Airlie
1
-0
/
+2
2016-11-28
radv/si: fix optimal micro tile selection
Dave Airlie
1
-7
/
+7
2016-11-28
radv: honour the number of properties available
Emil Velikov
1
-11
/
+7
2016-11-28
radv: fix texel fetch offset with 2d arrays.
Dave Airlie
1
-3
/
+4
2016-11-28
vulkan/wsi/x11: Implement FIFO mode.
Jason Ekstrand
1
-10
/
+164
2016-11-28
vulkan/wsi: Add a thread-safe queue implementation
Kevin Strasser
2
-1
/
+156
2016-11-28
vulkan/wsi/x11: add support for IMMEDIATE present mode
Dave Airlie
1
-1
/
+3
2016-11-28
vulkan/wsi: store present mode in swapchain base class
Dave Airlie
3
-3
/
+5
2016-11-28
vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)
Dave Airlie
1
-5
/
+57
2016-11-24
vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHR
Eduardo Lima Mitev
1
-3
/
+3
2016-11-24
vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR
Eduardo Lima Mitev
1
-3
/
+3
2016-11-24
anv/format: handle unsupported formats properly
Iago Toral Quiroga
1
-0
/
+3
2016-11-24
anv: fix enumeration of properties
Emil Velikov
1
-6
/
+8
2016-11-24
gbm: request correct version of the DRI2_FENCE extension
Lucas Stach
1
-1
/
+1
2016-11-24
anv/cmd_buffer: Emit a CS stall before setting a CS pipeline
Jason Ekstrand
1
-1
/
+13
2016-11-24
anv/cmd_buffer: Handle running out of binding tables in compute shaders
Jason Ekstrand
1
-5
/
+15
2016-11-24
anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTEL
Gwan-gyeong Mun
1
-1
/
+1
2016-11-24
util/disk_cache: close a previously opened handle in disk_cache_put (v2)
Gwan-gyeong Mun
1
-6
/
+5
2016-11-24
i965/hsw: Set integer mode in sampling state for stencil texturing
Jordan Justen
2
-18
/
+9
2016-11-24
glsl/lower_output_reads: fix geometry shader output handling with conditional...
Nicolai Hähnle
1
-1
/
+0
2016-11-24
radeonsi: store group_size_variable in struct si_compute
Nicolai Hähnle
1
-5
/
+8
2016-11-24
anv: Implement a depth stall restriction on gen7
Jason Ekstrand
3
-0
/
+35
2016-11-24
radv: spir-v allows texture size query with and without lod.
Dave Airlie
1
-1
/
+4
2016-11-24
radv: fix image view creation for depth and stencil only
Dave Airlie
2
-13
/
+9
2016-11-24
radv: make sure to flush input attachments correctly.
Dave Airlie
1
-0
/
+1
2016-11-24
i965: Fix GS push inputs with enhanced layouts.
Kenneth Graunke
1
-1
/
+1
2016-11-24
mesa: fix empty program log length
Tapani Pälli
2
-3
/
+6
2016-11-24
mesa: Drop PATH_MAX usage.
Kenneth Graunke
2
-34
/
+15
2016-11-24
i965: Fix compute shader crash.
Kenneth Graunke
1
-1
/
+1
2016-11-24
anv/blorp: Ignore clears for attachments first used as resolve destinations
Jason Ekstrand
1
-9
/
+11
2016-11-24
nir/spirv: Fix handling of gl_PrimitiveId
Jason Ekstrand
1
-2
/
+6
2016-11-24
anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BIT
Jason Ekstrand
1
-1
/
+5
2016-11-24
anv: Handle null in all destructors
Jason Ekstrand
9
-1
/
+65
2016-11-24
i965/glk: Add basic Geminilake support
Ben Widawsky
2
-0
/
+48
2016-11-24
i965: Reorder PCI ID list to match release order
Ben Widawsky
1
-9
/
+9
2016-11-24
i965: Add some APL and KBL SKU strings
Ben Widawsky
1
-4
/
+4
2016-11-24
ac/nir/llvm: fix channel in texture gather lowering code.
Dave Airlie
1
-1
/
+1
2016-11-24
radv: don't crash on null swapchain destroy.
Dave Airlie
1
-0
/
+3
2016-11-24
wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
Dave Airlie
2
-10
/
+22
2016-11-24
isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_sa
Jordan Justen
1
-1
/
+1
2016-11-24
intel: Set min_ds_entries on Broxton.
Kenneth Graunke
1
-0
/
+2
2016-11-24
anv: fix multi level clears with VK_REMAINING_MIP_LEVELS
Lionel Landwerlin
1
-2
/
+2
2016-11-24
vc4: Fix register class handling of DDX/DDY arguments.
Eric Anholt
1
-1
/
+1
2016-11-24
Fix races during _mesa_HashWalk().
Steinar H. Gunderson
1
-11
/
+7
2016-11-24
i965/gs: Allow primitive id to be a system value
Jason Ekstrand
1
-1
/
+2
2016-11-23
vulkan/wsi: Report the correct min/maxImageCount
Jason Ekstrand
2
-26
/
+20
2016-11-23
radv: fix texturesamples to handle single sample case
Dave Airlie
1
-2
/
+10
[next]