index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/swr: Enable GL_ARB_gpu_shader5: multiple streams
Krzysztof Raszkowski
2019-10-29
2
-2
/
+6
*
gallivm: Fix saturated signed psub/padd intrinsics on llvm 8
Roland Scheidegger
2019-10-17
1
-18
/
+10
*
gallivm/draw/swr: make the gs_iface not depend on tgsi.
Dave Airlie
2019-10-15
2
-21
/
+23
*
gallivm: fix coroutines on aarch64 with llvm 8
Dave Airlie
2019-10-11
1
-0
/
+6
*
llvmpipe: add support for tg4 component selection.
Dave Airlie
2019-10-11
1
-0
/
+4
*
gallivm/sample: add gather component selection to the key.
Dave Airlie
2019-10-11
2
-1
/
+16
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
1
-2
/
+0
*
gallivm: Limit DEBUG workaround to LLVM < 7
Michel Dänzer
2019-09-17
1
-0
/
+4
*
gallium: Restore VSX for llvm >= 4
Adam Jackson
2019-09-12
1
-0
/
+14
*
gallium: Require LLVM >= 3.9
Adam Jackson
2019-09-11
4
-153
/
+3
*
gallium: Require LLVM >= 3.8
Adam Jackson
2019-09-11
1
-4
/
+2
*
gallium: Require LLVM >= 3.7
Adam Jackson
2019-09-11
2
-33
/
+4
*
gallium: Require LLVM >= 3.6
Adam Jackson
2019-09-11
4
-250
/
+82
*
gallium: Require LLVM >= 3.5
Adam Jackson
2019-09-11
3
-28
/
+2
*
gallium: Require LLVM >= 3.4
Adam Jackson
2019-09-11
5
-164
/
+6
*
gallivm: drop LLVM<3.3 code paths as no build system allows that
Eric Engestrom
2019-09-06
5
-42
/
+36
*
gallivm: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOR
Eric Engestrom
2019-09-06
7
-71
/
+74
*
gallivm: replace major llvm version checks with LLVM_VERSION_MAJOR
Eric Engestrom
2019-09-06
8
-26
/
+34
*
gallivm: replace `0x` version print with actual version string
Eric Engestrom
2019-09-06
1
-2
/
+3
*
gallivm: add barrier support for compute shaders.
Dave Airlie
2019-09-04
2
-1
/
+23
*
gallivm: add support for compute shared memory
Dave Airlie
2019-09-04
3
-19
/
+46
*
gallivm: add new compute related intrinsics
Dave Airlie
2019-09-04
2
-0
/
+19
*
gallivm: add coroutine pass manager support
Dave Airlie
2019-09-04
3
-1
/
+32
*
gallivm: add coroutine support files to gallivm.
Dave Airlie
2019-09-04
2
-0
/
+269
*
gallivm/flow: add counter reset for loops
Dave Airlie
2019-09-04
2
-0
/
+20
*
gallivm: disable accurate cube corner for integer textures.
Dave Airlie
2019-08-30
1
-1
/
+6
*
gallivm: use fallback code for mul_hi with llvm >= 7.0
Roland Scheidegger
2019-08-29
1
-1
/
+6
*
gallivm: fix appveyor build after images changes
Dave Airlie
2019-08-27
1
-1
/
+2
*
llvmpipe: enable ARB_shader_image_load_store
Dave Airlie
2019-08-27
1
-1
/
+2
*
gallivm: add memory barrier support
Dave Airlie
2019-08-27
1
-0
/
+11
*
gallivm: add support for fences api on older llvm
Dave Airlie
2019-08-27
2
-0
/
+16
*
gallivm: add image load/store/atomic support
Dave Airlie
2019-08-27
7
-10
/
+684
*
gallivm/tgsi: add image interface to tgsi builder
Dave Airlie
2019-08-27
2
-1
/
+20
*
gallivm: add a basic image limit
Dave Airlie
2019-08-27
1
-0
/
+2
*
gallivm: handle helper invocation (v2)
Dave Airlie
2019-08-27
1
-0
/
+5
*
gallivm: make lp_build_float_to_r11g11b10 take a const src
Dave Airlie
2019-08-27
2
-2
/
+2
*
gallivm: fix atomic compare-and-swap
Dave Airlie
2019-08-27
1
-0
/
+2
*
gallivm: fix issue with AtomicCmpXchg wrapper on llvm 3.5-3.8
Roland Scheidegger
2019-08-02
1
-1
/
+3
*
gallivm: rework lp_build_tgsi_soa to take a struct
Dave Airlie
2019-07-24
2
-46
/
+38
*
gallivm: fix warning: ‘op’ may be used uninitialized
Marek Olšák
2019-07-22
1
-0
/
+3
*
util: use standard name for vsnprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
9
-18
/
+18
*
util: use standard name for strncat()
Eric Engestrom
2019-07-19
1
-3
/
+3
*
llvmpipe: enable ARB_shader_storage_buffer_object
Dave Airlie
2019-07-07
1
-1
/
+2
*
gallivm: add buffer operations to the tgsi->llvm conversion.
Dave Airlie
2019-07-07
3
-4
/
+315
*
gallivm: move mask_vec function up higher so it can be reused.
Dave Airlie
2019-07-07
1
-14
/
+15
*
gallivm: add some basic SSBO limits. (v2)
Dave Airlie
2019-07-07
1
-0
/
+4
*
gallivm: add ssbo pointers to the soa build api.
Dave Airlie
2019-07-07
2
-2
/
+11
*
gallivm: add compare exchange wrapper
Dave Airlie
2019-07-07
3
-1
/
+39
*
gallivm: Improve lp_build_rcp_refine.
Jose Fonseca
2019-06-28
1
-6
/
+6
[next]