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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: improve vertex fetch (v2)
Roland Scheidegger
2016-10-19
3
-86
/
+134
*
draw: improved handling of undefined inputs
Roland Scheidegger
2016-10-19
1
-21
/
+32
*
gallivm: print out time for jitting functions with GALLIVM_DEBUG=perf
Roland Scheidegger
2016-10-19
1
-0
/
+11
*
gallivm: Use native packs and unpacks for the lerps
Roland Scheidegger
2016-10-19
3
-13
/
+156
*
loader: remove loader_get_driver_for_fd() driver_type
Emil Velikov
2016-10-18
1
-1
/
+1
*
gallium/tgsi: add missing #include
Marek Olšák
2016-10-18
1
-0
/
+2
*
pipe_loader_sw: Don't invoke Unix close() on Windows.
Jose Fonseca
2016-10-14
1
-0
/
+2
*
gallium: rename drm_driver_descriptor::{, driver_}name
Emil Velikov
2016-10-14
1
-15
/
+15
*
gallium: remove unused drm_driver_descriptor::driver_name
Emil Velikov
2016-10-14
1
-12
/
+0
*
tgsi: fix comment typo in tgsi_ureg.c
Brian Paul
2016-10-13
1
-1
/
+1
*
gallium/os: Use unsigned integers for size computation
Axel Davy
2016-10-13
1
-2
/
+2
*
tgsi/ureg: add ureg_DECL_output_layout
Nicolai Hähnle
2016-10-12
2
-13
/
+38
*
tgsi/ureg: add layout/component input declarations
Nicolai Hähnle
2016-10-12
2
-12
/
+76
*
tgsi/scan: fix num_inputs/num_outputs for shaders with overlapping arrays
Nicolai Hähnle
2016-10-12
1
-8
/
+2
*
draw: initialize shader inputs
Roland Scheidegger
2016-10-12
1
-0
/
+7
*
gallium/util: Really allow aliasing of dst for u_box_union_*
Axel Davy
2016-10-10
1
-11
/
+20
*
gallium/os: Fix overflow on 32 bits
Axel Davy
2016-10-10
1
-4
/
+10
*
gallium/hud: Remove superfluous debug
Steven Toth
2016-10-06
4
-52
/
+0
*
tgsi/scan: don't set interp flags for inputs only used by INTERP (v2)
Marek Olšák
2016-10-05
1
-48
/
+57
*
gallivm: Use AVX2 gather instrinsics.
Jose Fonseca
2016-10-04
1
-0
/
+95
*
gallivm: Use 8 wide AoS sampling on AVX2.
Roland Scheidegger
2016-10-04
1
-5
/
+6
*
gallivm: Basic AVX2 support.
José Fonseca
2016-10-04
4
-28
/
+98
*
gallium/auxiliary: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
1
-1
/
+2
*
vl/dri3: fix warning about incompatible pointer type
Nayan Deshmukh
2016-10-03
1
-1
/
+1
*
gallium/hud: Add support for CPU frequency monitoring
Steven Toth
2016-09-30
4
-0
/
+286
*
Revert "gallium/hud: automatically print % if max_value == 100"
Marek Olšák
2016-09-30
1
-12
/
+6
*
gallium/hud: Add power sensor support
Steven Toth
2016-09-29
3
-5
/
+44
*
gallium/hud: Add support for block I/O, network I/O and lmsensor stats
Steven Toth
2016-09-28
7
-0
/
+1260
*
gallium/radeon/winsyses: reduce the number of pb_cache buckets
Nicolai Hähnle
2016-09-27
1
-1
/
+1
*
gallium/pipebuffer: add pb_slab utility
Nicolai Hähnle
2016-09-27
3
-0
/
+409
*
gallium/u_math: add util_logbase2_ceil
Nicolai Hähnle
2016-09-27
1
-0
/
+12
*
mesa/st: support lowering multi-planar YUV
Rob Clark
2016-09-26
1
-1
/
+3
*
gallium/util: make use of strtol() in debug_get_num_option()
Samuel Pitoiset
2016-09-26
1
-17
/
+8
*
gallium/util: add comment on util_is_format_compatible()
Brian Paul
2016-09-21
1
-0
/
+24
*
gallivm: support negation on 64-bit integers
Nicolai Hähnle
2016-09-21
1
-0
/
+4
*
gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.
Dave Airlie
2016-09-21
5
-5
/
+500
*
tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3)
Dave Airlie
2016-09-21
1
-132
/
+541
*
gallium/tgsi: add support for 64-bit integer immediates.
Dave Airlie
2016-09-21
6
-2
/
+115
*
gallium: add opcode and types for 64-bit integers. (v3)
Dave Airlie
2016-09-21
2
-11
/
+85
*
vl/dri3: handle the case of different GPU(v4.2)
Nayan Deshmukh
2016-09-20
1
-13
/
+53
*
tgsi: Enable returns from within loops
Lars Hamre
2016-09-17
1
-0
/
+4
*
ttn: fix warning after 7bf76563e
Rob Clark
2016-09-16
1
-0
/
+2
*
Revert "tgsi/scan: don't set interp flags for inputs only used by INTERP inst...
Marek Olšák
2016-09-15
1
-57
/
+48
*
tgsi/scan: don't set interp flags for inputs only used by INTERP instructions
Marek Olšák
2016-09-13
1
-48
/
+57
*
ddebug: dump shader buffers and images
Marek Olšák
2016-09-13
2
-0
/
+22
*
vl/util: Fix YV12/I420 convert to NV12 U/V reversal
Andy Furniss
2016-09-13
1
-1
/
+1
*
vl/rbsp: match initial escaped bits with valid in the buffer
Leo Liu
2016-09-12
1
-2
/
+4
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
1
-2
/
+0
*
gallium: switch drivers to the slab allocator in src/util
Marek Olšák
2016-09-06
3
-269
/
+0
*
gallium/postprocess: Fix resource freeing
Thomas Hellstrom
2016-09-01
1
-4
/
+2
[next]