index
:
~cwabbott0/mesa
cwabbott-lima
cwabbott-lima-2
glsl-to-nir-builder
i965-fp64
i965-fp64-v2
i965-fp64-v3
i965-payload-interference
i965-sched
i965-sched-conservative
i965-sched-conservative-v2
i965-sched-test
i965-sched-v2
i965-sched-v3
i965-use-ssa
i965-use-ssa-v2
ir3-sched
jenkins
master
nir-cf-insert-instr
nir-control-flow-mod
nir-cse-hash
nir-cse-hash-v2
nir-dead-cf-v2
nir-dead-cf-v3
nir-dead-cf-v4
nir-dead-cf-v5
nir-deref-instr
nir-divergence
nir-divergence-v2
nir-divergence-v3
nir-divergence-v4
nir-docs
nir-equality-saturation
nir-factor-phis
nir-foreach-block-rewrite
nir-foreach-block-rewrite-v2
nir-foreach-ssa-src
nir-gvn
nir-gvn-v2
nir-opcodes-cleanup
nir-opcodes-cleanup-v2
nir-opt-remove-phis
nir-reassociate-consts
nir-review-v1
nir-serialize
nir-v1.0.1
nir-value-range
nir-vec4-out-of-ssa
nir-vectorize
nir-worklist
radv-amd-shader-ballot
radv-anv-64bit-fixes
radv-doom-exts
radv-rewrite-vars
radv-shader-ballot
radv-shader-ballot-v3
radv-shader-ballot-v4
random-fp64-fixes
shader-time-hacks
test-compressed-wa
test-fp64-compressed-wa
ue4
wip/nir-vtn
Connor's silly Mesa stuff.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-08
radv/ac: enable EXT_shader_subgroup_ballot and EXT_shader_subgroup_vote
radv-shader-ballot-v4
Connor Abbott
3
-0
/
+59
2017-08-08
radv: call nir_opt_intrinsics()
Connor Abbott
1
-0
/
+3
2017-08-08
radeonsi: move the guts of ARB_shader_group_vote emission to ac
Connor Abbott
3
-21
/
+39
2017-08-08
radeonsi: move si_emit_ballot() to ac
Connor Abbott
3
-32
/
+36
2017-08-08
radeonsi: move emit_optimization_barrier() to ac
Connor Abbott
3
-43
/
+47
2017-08-08
radeonsi: move llvm_get_type_size() to ac
Connor Abbott
3
-34
/
+35
2017-08-08
nir/spirv: add plumbing for KHR_shader_ballot and KHR_subgroup_vote
Connor Abbott
3
-0
/
+109
2017-08-08
nir/lower_system_values: handle SPIR-V shader_ballot system values
Connor Abbott
1
-0
/
+38
2017-08-08
compiler: add new system values for SPV_KHR_shader_ballot
Connor Abbott
2
-0
/
+16
2017-08-08
mesa: fix 64-bit issues with system_values_read
Connor Abbott
5
-10
/
+12
2017-08-08
nir: use new attributes for ARB_shader_ballot and ARB_shader_group_vote
nir-divergence-v4
Connor Abbott
1
-6
/
+29
2017-08-08
nir: take cross-thread operations into account into a few places
Connor Abbott
2
-0
/
+35
2017-08-08
nir/gcm: use the new convergent attribute
Connor Abbott
1
-49
/
+23
2017-08-08
nir: add new convergent, uniform-control, and cross-thread attributes
Connor Abbott
1
-0
/
+126
2017-08-08
ac/nir: fix saturate emission
Connor Abbott
1
-2
/
+2
2017-08-08
i965: Only call create_for_planar_image for multiple planes
Jason Ekstrand
1
-1
/
+4
2017-08-08
mesa: don't error check the default buffer object
Timothy Arceri
1
-11
/
+11
2017-08-08
mesa: check default buffer object creation was successful
Timothy Arceri
1
-0
/
+9
2017-08-08
mesa: add NULL checking to free_shared_state()
Timothy Arceri
2
-31
/
+65
2017-08-07
glapi: per the extension spec, the EXT-suffixed function should be used
Ilia Mirkin
1
-10
/
+0
2017-08-07
include: update GLES gl2ext header to no longer reference bad function
Ilia Mirkin
1
-5
/
+52
2017-08-08
radv: remove semicolon in if(...);
Bas Nieuwenhuizen
1
-1
/
+1
2017-08-07
radv: Fix decompression on multisampled depth buffers
Alex Smith
2
-35
/
+69
2017-08-07
radv: Don't allow fmask swizzling for shareable images.
Bas Nieuwenhuizen
1
-1
/
+4
2017-08-07
radeonsi: fix a compile failure due to disabled asserts
Marek Olšák
1
-1
/
+1
2017-08-07
radeonsi: use optimal packet order when doing a pipeline sync
Marek Olšák
1
-34
/
+83
2017-08-07
radeonsi: expose the number of decompress calls to the HUD
Marek Olšák
4
-7
/
+20
2017-08-07
gallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busy
Marek Olšák
4
-8
/
+8
2017-08-07
radeonsi: rename shader_userdata -> shader_pointers where appropriate
Marek Olšák
5
-20
/
+20
2017-08-07
radeonsi: prefetch VBO descriptors after the first VGT shader
Marek Olšák
1
-17
/
+63
2017-08-07
radeonsi: add a separate dirty mask for prefetches
Marek Olšák
6
-16
/
+64
2017-08-07
radeonsi: add and use si_pm4_state_enabled_and_changed
Marek Olšák
3
-17
/
+18
2017-08-07
radeonsi: de-atomize L2 prefetch
Marek Olšák
7
-9
/
+11
2017-08-07
radeonsi: align all CE dumps to L2 cache line size
Marek Olšák
1
-8
/
+17
2017-08-07
radeonsi: remove a tautology sctx->framebuffer.nr_samples >= 1
Marek Olšák
1
-2
/
+1
2017-08-07
gallium/radeon: print all members of radeon_info with R600_DEBUG=info
Marek Olšák
2
-3
/
+15
2017-08-07
glsl: update the extensions/functions that are enabled for 460
Samuel Pitoiset
2
-17
/
+99
2017-08-07
egl/dri2: add image extension such it's usable by swrast driver
Gurchetan Singh
3
-2
/
+5
2017-08-07
st/dri: add drisw image extension
Gurchetan Singh
1
-0
/
+11
2017-08-07
st/dri: move some image functions to dri_helpers.c
Gurchetan Singh
3
-106
/
+124
2017-08-07
st/dri: organize order of includers in dri_helpers
Gurchetan Singh
1
-2
/
+3
2017-08-07
st/dri: change dri_extensions to dri_helpers
Gurchetan Singh
5
-6
/
+6
2017-08-07
i965/miptree: Set supports_fast_clear = false in make_shareable
Jason Ekstrand
1
-0
/
+1
2017-08-07
i965/miptree: Rework create flags
Jason Ekstrand
8
-38
/
+52
2017-08-07
i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)
Jason Ekstrand
6
-24
/
+8
2017-08-07
i965/miptree: Delete an unused function declaration
Jason Ekstrand
1
-5
/
+0
2017-08-07
i965/miptree: Call alloc_aux in create_for_bo
Jason Ekstrand
1
-6
/
+7
2017-08-07
i965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUT
Jason Ekstrand
3
-7
/
+15
2017-08-07
i965/miptree: Delete some unused layout flags
Jason Ekstrand
2
-10
/
+2
2017-08-07
i965/miptree: Refactor is_mcs_supported
Jason Ekstrand
1
-4
/
+9
[next]