index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add defines for FXT1 texture compression.
Eric Anholt
2019-11-07
1
-1
/
+2
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
3
-9
/
+9
*
util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
Dylan Baker
2019-11-05
3
-8
/
+8
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-1
/
+1
*
llvmpipe: avoid generating empty-body blocks
Eric Engestrom
2019-10-24
1
-1
/
+1
*
llvmpipe: avoid compiling no-op block on release builds
Eric Engestrom
2019-10-24
1
-1
/
+2
*
llvmpipe: handle compute shader launch with 0 threads
Dave Airlie
2019-10-21
1
-0
/
+9
*
meson/llvmpipe: Add dep_llvm to driver_swrast
Dylan Baker
2019-10-18
1
-1
/
+1
*
llvmpipe: add support for tg4 component selection.
Dave Airlie
2019-10-11
1
-0
/
+1
*
llvmpipe: increase max texture size to 2GB
Roland Scheidegger
2019-10-11
1
-1
/
+5
*
llvmpipe/draw: handle UBOs that are < 16 bytes.
Dave Airlie
2019-10-10
1
-1
/
+1
*
llvmpipe/draw: fix image sizes for vertex/geometry shaders.
Dave Airlie
2019-10-10
1
-3
/
+4
*
llvmpipe: make texture buffer offset alignment == 16
Dave Airlie
2019-10-10
1
-1
/
+1
*
llvmpipe: avoid left-shifting a negative number.
Maya Rashish
2019-10-09
3
-6
/
+6
*
gallium: Require LLVM >= 3.4
Adam Jackson
2019-09-11
1
-4
/
+0
*
llvmpipe: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOR
Eric Engestrom
2019-09-06
1
-2
/
+3
*
llvmpipe: fix CALLOC vs. free mismatches
Roland Scheidegger
2019-09-06
2
-4
/
+5
*
llvmpipe: enable compute shaders if LLVM has coroutines
Dave Airlie
2019-09-04
1
-1
/
+1
*
llvmpipe: add local memory allocation path
Dave Airlie
2019-09-04
2
-0
/
+12
*
llvmpipe: add compute shader parameter fetching support
Dave Airlie
2019-09-04
1
-0
/
+54
*
llvmpipe: add compute shader images support
Dave Airlie
2019-09-04
4
-1
/
+111
*
llvmpipe: add ssbo support to compute shaders
Dave Airlie
2019-09-04
4
-0
/
+61
*
llvmpipe: add compute sampler + sampler view support.
Dave Airlie
2019-09-04
4
-4
/
+292
*
llvmpipe: add support for compute constant buffers.
Dave Airlie
2019-09-04
4
-2
/
+72
*
llvmpipe: add compute pipeline statistics support.
Dave Airlie
2019-09-04
2
-1
/
+3
*
llvmpipe: add grid launch
Dave Airlie
2019-09-04
1
-0
/
+76
*
llvmpipe: add compute shader generation.
Dave Airlie
2019-09-04
2
-0
/
+337
*
llvmpipe: introduce variant building infrastrucutre.
Dave Airlie
2019-09-04
1
-1
/
+185
*
llvmpipe: introduce new state dirty tracking for compute.
Dave Airlie
2019-09-04
3
-1
/
+3
*
llvmpipe: add initial shader create/bind/destroy variants framework.
Dave Airlie
2019-09-04
4
-0
/
+118
*
llvmpipe: add compute debug option
Dave Airlie
2019-09-04
2
-0
/
+2
*
gallivm: add compute jit interface.
Dave Airlie
2019-09-04
3
-1
/
+196
*
llvmpipe: add initial compute state structs
Dave Airlie
2019-09-04
3
-0
/
+40
*
llvmpipe: introduce compute shader context
Dave Airlie
2019-09-04
6
-0
/
+98
*
llvmpipe: add compute threadpool + mutex
Dave Airlie
2019-09-04
6
-2
/
+256
*
llvmpipe: reogranise jit pointer ordering
Dave Airlie
2019-09-04
2
-31
/
+31
*
llvmpipe: enable fb no attach
Dave Airlie
2019-09-04
1
-1
/
+2
*
llvmpipe: flush on api memorybarrier.
Dave Airlie
2019-08-27
1
-0
/
+9
*
llvmpipe: bind vertex/geometry shader images
Dave Airlie
2019-08-27
3
-0
/
+126
*
llvmpipe: add fragment shader image support
Dave Airlie
2019-08-27
11
-8
/
+334
*
llvmpipe: introduce image jit type to fragment shader jit.
Dave Airlie
2019-08-27
2
-2
/
+67
*
llvmpipe: move the fragment shader variant key to dynamic length.
Dave Airlie
2019-08-27
2
-22
/
+46
*
llvmpipe: handle early test property.
Dave Airlie
2019-08-27
1
-2
/
+6
*
gallivm: move first/last level jit texture members.
Dave Airlie
2019-08-27
2
-10
/
+10
*
llvmpipe: refactor jit type creation
Dave Airlie
2019-08-27
1
-76
/
+87
*
llvmpipe: use LLVM version string instead of re-computing it
Eric Engestrom
2019-08-22
1
-2
/
+1
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
1
-1
/
+1
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-2
/
+2
*
scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
Eric Engestrom
2019-08-02
2
-2
/
+2
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
[next]