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
*
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
*
gallivm: fix default cbuf info.
Roland Scheidegger
2019-05-24
1
-1
/
+1
*
gallivm: fix broken 8-wide s3tc decoding
Roland Scheidegger
2019-05-07
1
-17
/
+15
*
llvmpipe: init some vars to NULL to silence MinGW compiler warnings
Brian Paul
2019-05-01
1
-2
/
+2
*
gallivm: disable NEON instructions if they are not supported
Lubomir Rintel
2019-04-22
1
-0
/
+7
*
gallivm: guess CPU features also on ARM
Lubomir Rintel
2019-04-22
1
-7
/
+6
*
Add no_aos_sampling GALLIVM_PERF option
Dominik Drees
2019-04-17
3
-4
/
+11
*
gallivm: fix saturated signed add / sub with llvm 9
Roland Scheidegger
2019-04-17
1
-0
/
+14
*
gallivm: fix bogus assert in get_indirect_index
Roland Scheidegger
2019-04-16
1
-1
/
+1
*
gallivm: Return true from arch_rounding_available() if NEON is available
Matt Turner
2019-01-24
1
-1
/
+3
*
gallivm: abort when trying to use non-existing intrinsic
Roland Scheidegger
2018-12-21
1
-0
/
+10
*
gallivm: don't use pavg.b intrinsic on llvm >= 6.0
Roland Scheidegger
2018-12-21
1
-9
/
+46
*
gallivm: use llvm jit code for decoding s3tc
Roland Scheidegger
2018-12-20
5
-381
/
+2237
*
gallivm: remove unused float coord wrapping for aos sampling
Roland Scheidegger
2018-12-12
1
-507
/
+23
*
gallivm: Use nextafterf(0.5, 0.0) as rounding constant
Matt Turner
2018-11-28
1
-1
/
+1
*
gallivm: fix improper clamping of vertex index when fetching gs inputs
Roland Scheidegger
2018-11-09
1
-10
/
+31
*
gallivm: Make it possible to disable some optimization shortcuts in release b...
Gert Wollny
2018-10-06
4
-21
/
+32
*
gallivm: ensure string is null-terminated instead of assert()ing
Eric Engestrom
2018-09-25
1
-3
/
+1
*
gallivm: Detect VSX separately from Altivec
Vicki Pfau
2018-08-30
1
-18
/
+3
*
gallivm: allow to pass two swizzles into fetches.
Dave Airlie
2018-08-30
2
-30
/
+65
[next]