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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-22
vc4: Disable MSAA rasterization when the job binning is single-sampled.
Eric Anholt
1
-2
/
+13
2016-11-22
vc4: Make sure we don't overflow texture input/output FIFOs when threaded.
Eric Anholt
1
-2
/
+3
2016-11-23
radv: move pipeline barrier image transitions after src flushing
Dave Airlie
1
-8
/
+12
2016-11-22
anv: Enable fast clears on gen7-8
Jason Ekstrand
2
-13
/
+36
2016-11-22
anv: Add support for fast clears on gen9
Jason Ekstrand
3
-29
/
+176
2016-11-22
anv/blorp: Rework flushing around resolves
Jason Ekstrand
1
-14
/
+18
2016-11-22
anv/cmd_buffer: Apply remaining flushes in EndCommandBuffer
Jason Ekstrand
1
-0
/
+2
2016-11-22
anv/blorp: Use regular blorp clears for subpass clears
Jason Ekstrand
1
-10
/
+19
2016-11-22
anv: Add a vk_to_isl_color helper
Jason Ekstrand
2
-7
/
+16
2016-11-22
anv/cmd_buffer: Make setup_attachments take a RenderPassBeginInfo
Jason Ekstrand
1
-7
/
+6
2016-11-22
anv: Set up binding tables and surface states for input attachments
Jason Ekstrand
5
-6
/
+85
2016-11-22
anv/pipeline: Handle depth/stencil self-dependencies
Jason Ekstrand
3
-6
/
+31
2016-11-22
anv: Use pass attachment information to insert flushes
Jason Ekstrand
1
-0
/
+88
2016-11-22
anv/cmd_buffer: Fix pipeline barriers for input attachments
Jason Ekstrand
1
-1
/
+1
2016-11-22
anv/pipeline: Add a input_attachment_index to the bindings
Jason Ekstrand
2
-0
/
+30
2016-11-22
anv/pass: Calculate the combined image usage of attachments
Jason Ekstrand
2
-1
/
+12
2016-11-22
anv: Add an input attachment lowering pass
Jason Ekstrand
4
-0
/
+147
2016-11-22
i965/fs: Implement load_layer_id for fragment shaders
Jason Ekstrand
1
-0
/
+5
2016-11-22
nir: Add a layer_id system value intrinsic
Jason Ekstrand
1
-0
/
+1
2016-11-22
spirv: Stop warning about input attachments
Jason Ekstrand
1
-1
/
+1
2016-11-22
spirv: Handle the InputAttachmentIndex decoration
Jason Ekstrand
2
-0
/
+5
2016-11-22
compiler: Add the rest of the subpassInput types
Jason Ekstrand
4
-6
/
+23
2016-11-22
anv/cmd_buffer: Emit CS push constants after binding tables
Jason Ekstrand
1
-8
/
+8
2016-11-22
gallium: fix more occurences of u_hash.h
Marek Olšák
5
-5
/
+5
2016-11-22
mesa: use special checksums for unset checksums and fixed-func shaders
Marek Olšák
2
-0
/
+6
2016-11-22
glsl: add gl_linked_shader::SourceChecksum
Marek Olšák
4
-1
/
+27
2016-11-22
mesa: use util_hash_crc32 instead of _mesa_str_checksum
Marek Olšák
3
-26
/
+2
2016-11-22
util: import CRC32 implementation from gallium
Marek Olšák
5
-11
/
+11
2016-11-22
anv/cmd_buffer: Add an assert on emit_binding_table failure
Jason Ekstrand
1
-0
/
+1
2016-11-22
gbm: request correct version of the DRI2_FENCE extension
Lucas Stach
1
-1
/
+1
2016-11-22
anv/cmd_buffer: Emit a CS stall before setting a CS pipeline
Jason Ekstrand
1
-1
/
+13
2016-11-22
anv/cmd_buffer: Re-emit MEDIA_CURBE_LOAD when CS push constants are dirty
Jason Ekstrand
1
-10
/
+13
2016-11-22
anv/cmd_buffer: Handle running out of binding tables in compute shaders
Jason Ekstrand
1
-5
/
+15
2016-11-22
i965/compiler: Disable trig workarounds on KBL+
Jason Ekstrand
2
-4
/
+8
2016-11-22
intel/common: Add an is_kabylake field to gen_device_info
Jason Ekstrand
2
-0
/
+6
2016-11-22
anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTEL
Gwan-gyeong Mun
1
-1
/
+1
2016-11-22
util/disk_cache: close a previously opened handle in disk_cache_put (v2)
Gwan-gyeong Mun
1
-6
/
+5
2016-11-22
auxiliary/vl/dri: call get_xcb_screen() only once
Emil Velikov
1
-2
/
+6
2016-11-22
egl/x11: store xcb_screen_t *screen instead of int screen
Emil Velikov
3
-66
/
+18
2016-11-22
egl/x11: factor out dri2_get_xcb_connection()
Emil Velikov
1
-36
/
+27
2016-11-23
mesa/glsl: remove unused uses_builtin_functions field
Timothy Arceri
3
-3
/
+0
2016-11-22
i965: Use NIR-based clip/cull lowering for OpenGL as well.
Kenneth Graunke
2
-1
/
+2
2016-11-22
anv: Enable clip and cull distance support.
Kenneth Graunke
2
-6
/
+5
2016-11-22
i965/vec4: Handle component qualifiers on non-generic varyings.
Kenneth Graunke
5
-73
/
+53
2016-11-22
i965/fs: Handle compact outputs.
Kenneth Graunke
1
-1
/
+3
2016-11-22
spirv: Silence unsupported capability warnings for Clip/CullDistance.
Kenneth Graunke
1
-2
/
+2
2016-11-22
anv: Set clip/cull distances fields in packets.
Kenneth Graunke
1
-6
/
+26
2016-11-22
anv: Combine ClipDistance and CullDistance arrays.
Kenneth Graunke
1
-0
/
+3
2016-11-22
nir: add a pass to compact clip/cull distances.
Kenneth Graunke
3
-0
/
+190
2016-11-22
nir: Add a "compact array" flag and IO lowering code.
Kenneth Graunke
7
-18
/
+67
[next]