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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: Avoid llvm::sys::getProcessTriple().
Jose Fonseca
2016-04-19
1
-3
/
+3
*
gallivm: Remove lp_get_module_id.
Jose Fonseca
2016-04-19
4
-12
/
+15
*
gallivm: Fix MCJIT with LLVM 3.3.
Jose Fonseca
2016-04-19
1
-3
/
+3
*
gallivm: Make MCJIT a runtime option.
Jose Fonseca
2016-04-19
1
-75
/
+72
*
gallivm: Use LLVMSetTarget.
Jose Fonseca
2016-04-19
1
-3
/
+9
*
gallivm: Use LLVMPrintValueToString where available.
Jose Fonseca
2016-04-19
1
-35
/
+10
*
gallium/tests: Update UTIL_FORMAT_MAX_* defines.
Jose Fonseca
2016-04-19
1
-3
/
+3
*
gallivm: convert size query to using a set of parameters.
Dave Airlie
2016-04-19
5
-61
/
+43
*
gallium/util: fix undefined shift to the last bit in u_bit_scan
Marek Olšák
2016-04-18
1
-1
/
+1
*
gallium/util: fix u_bit_scan_consecutive_range for mask == 0xffffffff
Marek Olšák
2016-04-18
1
-1
/
+7
*
gallivm: don't use vector selects with llvm 3.7
Roland Scheidegger
2016-04-18
1
-3
/
+5
*
gallium/swr: allow swr use as a swrast dri driver
Tim Rowley
2016-04-15
1
-2
/
+13
*
gallivm: Workaround LLVM PR 27332.
Jose Fonseca
2016-04-13
1
-3
/
+14
*
gallivm: use llvm.nearbyint instead of llvm.round.
Roland Scheidegger
2016-04-13
1
-98
/
+1
*
tgsi: fix buffer overflow
Thomas Hindoe Paaboel Andersen
2016-04-13
1
-1
/
+1
*
gallium: Use STATIC_ASSERT whenever possible.
Jose Fonseca
2016-04-12
3
-3
/
+3
*
winsys/amdgpu: add support for 64-bit buffer sizes
Marek Olšák
2016-04-12
1
-0
/
+6
*
pb_buffer: switch pb_buffer::size to 64 bits
Marek Olšák
2016-04-12
3
-8
/
+10
*
gallium: pause queries for all meta ops
Marek Olšák
2016-04-12
6
-0
/
+12
*
softpipe: add SSBO/shader atomics support.
Dave Airlie
2016-04-12
1
-1
/
+2
*
draw: add support for passing buffers to vs/gs shaders.
Dave Airlie
2016-04-12
5
-3
/
+32
*
tgsi: add support for buffer/atomic operations to tgsi_exec.
Dave Airlie
2016-04-12
4
-12
/
+243
*
tgsi: set nonhelpermask for vertex shaders
Dave Airlie
2016-04-12
1
-0
/
+1
*
Part revert "gallium/auxiliary: don't build NIR sources with MSVC2008 flags"
Emil Velikov
2016-04-11
1
-15
/
+3
*
nir: add bit_size info to nir_load_const_instr_create()
Samuel Iglesias Gonsálvez
2016-04-11
1
-1
/
+1
*
tgsi/scan: add an assert for the size of the samplers_declared bitfield
Nicolai Hähnle
2016-04-07
1
-1
/
+2
*
draw/aaline: stronger guard against no free samplers (v2)
Nicolai Hähnle
2016-04-07
1
-2
/
+4
*
util/pstipple: stronger guard against no free samplers (v2)
Nicolai Hähnle
2016-04-07
1
-2
/
+4
*
gallium: Put no.of {samples,layers} into pipe_framebuffer_state
Edward O'Callaghan
2016-04-07
2
-0
/
+32
*
gallivm: Introduce lp_format_intrinsic.
Jose Fonseca
2016-04-04
3
-14
/
+54
*
gallivm: Use llvm.fabs.
Jose Fonseca
2016-04-03
1
-8
/
+3
*
gallivm: Prefer backend agnostic intrinsic for rounding.
Jose Fonseca
2016-04-03
1
-7
/
+39
*
gallivm: Add debug option to force SSE2.
Jose Fonseca
2016-04-03
1
-11
/
+14
*
gallivm: Fix performance regressions due to vector selects.
Jose Fonseca
2016-04-03
1
-22
/
+18
*
gallivm: Remove lp_build_load_volatile.
Jose Fonseca
2016-04-03
2
-12
/
+0
*
gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.
Jose Fonseca
2016-04-03
8
-25
/
+37
*
tgsi: add simple tgsi_is_msaa_target() helper
Brian Paul
2016-04-02
1
-0
/
+8
*
gallium: add threads per block TGSI property
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+3
*
gallivm: Prevent disassembly debug output from being truncated.
Jose Fonseca
2016-04-01
1
-9
/
+9
*
gallivm: Use vector selects on LLVM 3.3+.
Jose Fonseca
2016-04-01
1
-3
/
+5
*
tgsi: silence compiler warning in fetch_sampler_unit()
Samuel Pitoiset
2016-04-01
1
-1
/
+1
*
tgsi: fix out of bounds access in exec_atomop()
Samuel Pitoiset
2016-04-01
1
-1
/
+1
*
tgsi: split tgsi_util_get_texture_coord_dim() function into two
Brian Paul
2016-03-31
3
-41
/
+38
*
tgsi: skip texture query opcodes when examining texture targets
Brian Paul
2016-03-31
1
-1
/
+15
*
softpipe: add image support to softpipe (v3)
Dave Airlie
2016-03-31
1
-1
/
+3
*
draw: add support for passing images to vs/gs shaders.
Dave Airlie
2016-03-31
5
-2
/
+29
*
tgsi: add support for image operations to tgsi_exec. (v2.1)
Dave Airlie
2016-03-31
4
-4
/
+317
*
tgsi: introduce NonHelperMask
Dave Airlie
2016-03-31
2
-0
/
+5
*
tgsi_exec: handle execmask when doing indirect lookups
Dave Airlie
2016-03-31
1
-3
/
+9
*
tgsi_exec: add support for up to 3 address registers (v2)
Dave Airlie
2016-03-31
1
-2
/
+3
[next]