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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
configure.ac: remove dummy radeon_gallium_llvm_check()
Emil Velikov
2017-02-10
1
-9
/
+2
*
configure.ac: correctly manage llvm auto-detection
Emil Velikov
2017-02-10
1
-4
/
+8
*
configure.ac: disable enable_gallium_llvm in the !x86 case
Emil Velikov
2017-02-10
1
-0
/
+1
*
configure.ac: set LLVM_{C, CXX, LD}FLAGS only as needed
Emil Velikov
2017-02-10
1
-5
/
+6
*
Revert "configure.ac: Create correct LLVM_VERSION_INT with minor >= 10"
Emil Velikov
2017-02-10
1
-5
/
+1
*
configure.ac: don't use == with test
Emil Velikov
2017-02-10
1
-2
/
+2
*
configure.ac: remove unused LLVM variables
Emil Velikov
2017-02-10
1
-5
/
+0
*
configure.ac: Only define HAVE_LLVM if LLVM is used
Tobias Droste
2017-02-10
1
-8
/
+11
*
configure.ac: Rework MESA_LLVM and LLVM detection
Tobias Droste
2017-02-10
1
-12
/
+15
*
configure.ac: move enable-gallium-llvm dependency with-gallium-drivers
Emil Velikov
2017-02-10
1
-4
/
+1
*
configure.ac: Mandate --enable-gallium-llvm when checking LLVM version
Emil Velikov
2017-02-10
1
-6
/
+6
*
configure.ac: Rename the gallium_require_llvm helper
Emil Velikov
2017-02-10
1
-11
/
+8
*
configure.ac: Don't check LLVM version in require_llvm
Tobias Droste
2017-02-10
1
-3
/
+1
*
configure.ac: move AC_ARG_ENABLE([gallium-llvm] hunk further up
Emil Velikov
2017-02-10
1
-18
/
+18
*
configure.ac: remove unused AC_SUBST([MESA_LLVM])
Emil Velikov
2017-02-10
1
-1
/
+0
*
loader: unconditionally include unistd.h and stdlib.h
Nicolai Hähnle
2017-02-10
1
-2
/
+2
*
intel/blorp: do not return const data by get_px_size_sa()
Emil Velikov
2017-02-10
1
-1
/
+1
*
gallium/radeon: use staging for texture read mappings from GTT WC
Marek Olšák
2017-02-10
1
-4
/
+5
*
gallium/radeon: ignore the level parameter in buffer_transfer_map
Marek Olšák
2017-02-10
1
-5
/
+4
*
gallium/radeon: fix performance of buffer readbacks
Marek Olšák
2017-02-10
1
-8
/
+9
*
radeonsi: align vertex buffer descriptor list size for optimal prefetch
Marek Olšák
2017-02-10
4
-2
/
+7
*
radeonsi: align shader binaries to CP DMA alignment for optimal prefetch
Marek Olšák
2017-02-10
1
-1
/
+2
*
radeonsi: move CP_DMA_ALIGNMENT definition
Marek Olšák
2017-02-10
2
-10
/
+10
*
radeonsi: remove SI_CONTEXT_FLUSH_AND_INV_FRAMEBUFFER
Marek Olšák
2017-02-10
3
-6
/
+6
*
radeonsi: remove separate CB/DB_META flush flags
Marek Olšák
2017-02-10
3
-17
/
+8
*
radeonsi: reduce the number of FMASK input coordinates
Marek Olšák
2017-02-10
1
-7
/
+3
*
radeonsi: write shader asm annotated with wave info into GPU hang reports
Marek Olšák
2017-02-10
3
-3
/
+252
*
radeonsi: write wave information into GPU hang reports
Marek Olšák
2017-02-10
1
-0
/
+20
*
tgsi-dump: dump label if instruction has one
Marc-André Lureau
2017-02-10
1
-11
/
+13
*
tgsi: remove ureg_label_insn
Marc-André Lureau
2017-02-10
2
-38
/
+0
*
radv: handle queue submission with no cs but semaphores
Dave Airlie
2017-02-09
1
-2
/
+20
*
util/disk_cache: error check asprintf()
Timothy Arceri
2017-02-10
1
-5
/
+7
*
docs: add shader cache environment variables
Timothy Arceri
2017-02-10
1
-0
/
+11
*
nvc0/ir: fix ubo max clamp, reset file index
Ilia Mirkin
2017-02-09
1
-1
/
+3
*
nv50/ir: always return 0 when trying to read thread id along unit dim
Ilia Mirkin
2017-02-09
4
-5
/
+17
*
nvc0/ir: fix robustness guarantees for constbuf loads on kepler+ compute
Ilia Mirkin
2017-02-09
1
-25
/
+22
*
nvc0: increase number of ubo binding points
Ilia Mirkin
2017-02-09
1
-3
/
+2
*
configure: add blurb about what the LIBDRM_*_REQUIRED stuff means
Ilia Mirkin
2017-02-09
1
-1
/
+8
*
nvc0: expose int64
Ilia Mirkin
2017-02-09
3
-3
/
+3
*
nvc0/ir: make it possible to have the flags def in def0
Ilia Mirkin
2017-02-09
5
-12
/
+15
*
nvc0/ir: add support for 64-bit shift lowering on SM20/SM30
Ilia Mirkin
2017-02-09
1
-6
/
+62
*
nvc0/ir: add support for all the new int64 tgsi opcodes
Ilia Mirkin
2017-02-09
6
-5
/
+302
*
nv50/ir: Split 64-bit integer MAD/MUL operations
Pierre Moreau
2017-02-09
1
-0
/
+116
*
nvc0/ir: add a "high" subop for shifts, emit shf.l/shf.r for 64-bit
Ilia Mirkin
2017-02-09
3
-3
/
+74
*
nvc0/ir: fix SET and SLCT emission
Ilia Mirkin
2017-02-09
2
-0
/
+6
*
nvc0/ir: add support for emitting partial min/max ops for int64
Ilia Mirkin
2017-02-09
4
-1
/
+14
*
gallium: add separate PIPE_CAP_INT64_DIVMOD
Ilia Mirkin
2017-02-09
18
-0
/
+21
*
docs: improve the list of gl implementations
Eric Engestrom
2017-02-09
1
-2
/
+3
*
docs: improve the list of implemented APIs
Eric Engestrom
2017-02-09
1
-1
/
+4
*
glsl: Allow compatibility shaders with MESA_GL_VERSION_OVERRIDE=...
Matt Turner
2017-02-09
4
-4
/
+14
[prev]
[next]