index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
docs: add release notes for 13.0.1
mesa-13.0.1
Emil Velikov
1
-0
/
+187
2016-11-14
Update version to 13.0.1
Emil Velikov
1
-1
/
+1
2016-11-14
radv/pipeline: Don't dereference NULL dynamic state pointers
Darren Salt
1
-20
/
+47
2016-11-14
gallium/hud: protect against and initialization race
Steven Toth
4
-8
/
+41
2016-11-14
gallium/hud: close a previously opened handle
Steven Toth
3
-1
/
+6
2016-11-14
gallium/hud: fix a problem where objects are free'd while in use.
Steven Toth
4
-55
/
+0
2016-11-11
mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.
Kenneth Graunke
1
-14
/
+19
2016-11-11
anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4
Jason Ekstrand
1
-0
/
+6
2016-11-11
anv/cmd_buffer: Take a command buffer instead of a batch in two helpers
Jason Ekstrand
1
-8
/
+8
2016-11-10
radv: Suffix the radeon_icd file with the host CPU
Emil Velikov
3
-4
/
+10
2016-11-10
radv: use correct .specVersion for extensions
Emil Velikov
1
-4
/
+4
2016-11-10
anv: use correct .specVersion for extensions
Emil Velikov
1
-4
/
+4
2016-11-10
amd/addrlib: limit fastcall/regparm to GCC i386
Emil Velikov
1
-1
/
+5
2016-11-09
radv: fix GetFenceStatus for signaled fences
Dave Airlie
1
-0
/
+2
2016-11-09
radv: enable conditional discard optimisation on radv.
Dave Airlie
1
-0
/
+1
2016-11-09
nir: add conditional discard optimisation (v4)
Dave Airlie
3
-0
/
+128
2016-11-09
ac/nir: add support for discard_if intrinsic (v2)
Dave Airlie
1
-0
/
+21
2016-11-09
anv: Do relocations in userspace before execbuf ioctl
Kristian Høgsberg Kristensen
2
-9
/
+150
2016-11-09
anv: Move relocation handling from EndCommandBuffer to QueueSubmit
Jason Ekstrand
4
-72
/
+76
2016-11-09
anv/batch: Move last_ss_pool_bo_offset to the command buffer
Jason Ekstrand
2
-15
/
+24
2016-11-09
anv: Add an anv_execbuf helper struct
Jason Ekstrand
2
-48
/
+62
2016-11-09
anv/batch_chain: Improve write_reloc
Jason Ekstrand
1
-5
/
+22
2016-11-09
anv: Initialize anv_bo::offset to -1
Jason Ekstrand
1
-1
/
+1
2016-11-09
anv/allocator: Simplify anv_scratch_pool
Jason Ekstrand
2
-61
/
+55
2016-11-09
anv: Add a new bo_pool_init helper
Jason Ekstrand
4
-20
/
+21
2016-11-09
anv: Don't presume to know what address is in a surface relocation
Jason Ekstrand
2
-53
/
+15
2016-11-09
anv: Add a cmd_buffer_execbuf helper
Jason Ekstrand
3
-2
/
+11
2016-11-09
anv/device: Add an execbuf wrapper
Jason Ekstrand
2
-20
/
+35
2016-11-09
i965: Fix GPU hang related to multiple render targets and alpha testing
Anuj Phogat
1
-0
/
+6
2016-11-09
radv: emit correct last export when Z/stencil export is enabled
Dave Airlie
1
-3
/
+5
2016-11-09
intel/blorp: Emit all the binding tables
Jason Ekstrand
1
-0
/
+5
2016-11-09
vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain.
Eric Anholt
1
-1
/
+1
2016-11-09
st/mesa: fix the layer of VDPAU surface samplers
Nicolai Hähnle
3
-17
/
+27
2016-11-09
Revert "st/vdpau: use linear layout for output surfaces"
Dave Airlie
1
-1
/
+1
2016-11-09
radeonsi: fix an assertion failure in si_decompress_sampler_color_textures
Marek Olšák
1
-1
/
+3
2016-11-09
glx: make interop ABI visible again
Marek Olšák
1
-2
/
+2
2016-11-09
egl: make interop ABI visible again
Marek Olšák
1
-2
/
+2
2016-11-09
egl: use util/macros.h
Marek Olšák
2
-5
/
+2
2016-11-09
st/glsl_to_tgsi: fix dvec[34] loads from SSBO
Nicolai Hähnle
1
-6
/
+4
2016-11-09
nir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().
Francisco Jerez
1
-0
/
+24
2016-11-09
glx/windows: Add wgl.h to the sources list
Andreas Boll
1
-1
/
+2
2016-11-09
glsl: fix lowering of UBO references of named blocks
Nicolai Hähnle
1
-5
/
+5
2016-11-09
glsl: Update deref types when resizing implicitly sized arrays.
Kenneth Graunke
1
-23
/
+47
2016-11-09
mesa/glsl: delete previously linked shaders earlier when linking
Timothy Arceri
7
-26
/
+25
2016-11-09
radv: add support for anisotropic filtering on VI+
Fredrik Höglund
1
-3
/
+27
2016-11-09
radv: fix dual source blending
Dave Airlie
1
-3
/
+9
2016-11-09
glx/glvnd: Fix dispatch function names and indices
Adam Jackson
2
-146
/
+144
2016-11-09
glx/glvnd: Don't modify the dummy slot in the dispatch table
Adam Jackson
1
-0
/
+3
2016-11-09
anv/pipeline: Properly cache prog_data::param
Jason Ekstrand
3
-14
/
+36
2016-11-09
anv/pipeline: Put actual pointers in anv_shader_bin
Jason Ekstrand
5
-50
/
+45
[next]