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
*
gallium: Constify drisw_loader_funcs struct
Michal Srb
2018-12-05
2
-2
/
+2
*
android: gallium/auxiliary: add include to get u_debug.h header
Mauro Rossi
2018-11-07
1
-1
/
+2
*
configure: allow building with python3
Emil Velikov
2018-10-31
1
-1
/
+1
*
util: move u_cpu_detect to util
Dylan Baker
2018-10-30
4
-698
/
+0
*
util: Move u_debug to utils
Dylan Baker
2018-10-30
9
-910
/
+4
*
util: Move os_misc to util
Dylan Baker
2018-10-30
5
-283
/
+1
*
gallium/util: remove u_inlines.h from u_debug.c
Dylan Baker
2018-10-30
1
-1
/
+0
*
gallium/util: remove p_format.h from u_debug.h
Dylan Baker
2018-10-30
2
-1
/
+1
*
gallium/util: move memory debug declarations into u_debug_gallium
Dylan Baker
2018-10-30
4
-8
/
+7
*
gallium/util: move debug_print_tranfer_flags to u_debug_galilum
Dylan Baker
2018-10-30
4
-21
/
+16
*
gallium/util: move debug_print_bind_flags to u_debug_gallium
Dylan Baker
2018-10-30
4
-37
/
+36
*
gallium/util: move debug_print_usage_enum to the u_debug_gallium
Dylan Baker
2018-10-30
4
-22
/
+28
*
gallium/util: start splitting u_debug into generic and gallium specific compo...
Dylan Baker
2018-10-30
7
-16
/
+93
*
gallium: split u_prim_name out of u_debug.h
Dylan Baker
2018-10-30
4
-26
/
+50
*
gallium/hud: fix power sensor readings for amdgpu users
Andre Heider
2018-10-30
1
-0
/
+3
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
3
-4
/
+4
*
vl: drop left-over variable
Eric Engestrom
2018-10-30
1
-1
/
+0
*
vl: get h264 profile idc
Boyuan Zhang
2018-10-26
1
-0
/
+24
*
android: Build kms_swrast for the Android platform
Rob Herring
2018-10-22
1
-0
/
+1
*
gallium: Fix mismatched ifdef-guards
Michał Janiszewski
2018-10-18
1
-2
/
+2
*
softpipe: dynamically allocate space for immediate constants
Gert Wollny
2018-10-18
2
-5
/
+15
*
gallium/ttn: Convert inputs and outputs to derefs of variables.
Eric Anholt
2018-10-15
1
-60
/
+54
*
gallium/ttn: Fix the type of gl_FragDepth.
Eric Anholt
2018-10-15
1
-0
/
+1
*
gallium/u_transfer_helper: Add support for separate Z24/S8 as well.
Kenneth Graunke
2018-10-14
2
-19
/
+55
*
gallium/format: Add a helper to combine separate Z24 and S8 stencil.
Kenneth Graunke
2018-10-14
2
-0
/
+22
*
gallium/auxiliary: Add util_format_get_depth_only() helper.
Kenneth Graunke
2018-10-14
1
-0
/
+21
*
gallivm: Make it possible to disable some optimization shortcuts in release b...
Gert Wollny
2018-10-06
4
-21
/
+32
*
pipe-loader: add a dup() in pipe_loader_sw_probe_kms
Emil Velikov
2018-10-03
2
-2
/
+12
*
pipe-loader: move dup(fd) within pipe_loader_drm_probe_fd
Emil Velikov
2018-10-03
4
-17
/
+30
*
vl/dri3: do full teardown on screen_destroy
Emil Velikov
2018-10-03
1
-1
/
+0
*
gallium/util: Clarify comment in util_init_thread_pinning
Michel Dänzer
2018-09-28
1
-1
/
+4
*
gallivm: ensure string is null-terminated instead of assert()ing
Eric Engestrom
2018-09-25
1
-3
/
+1
*
meson: Don't compile pipe loader with dri support when not using dri
Dylan Baker
2018-09-21
1
-5
/
+5
*
mesa/st: add force_compat_profile option to driconfig
Timothy Arceri
2018-09-18
1
-0
/
+1
*
Revert "radeonsi: avoid syncing the driver thread in si_fence_finish"
Timothy Arceri
2018-09-18
1
-8
/
+0
*
gallium/util: don't let child processes inherit our thread affinity
Marek Olšák
2018-09-14
1
-4
/
+32
*
gallium/util: start with a random L3 cache index for AMD Zen
Marek Olšák
2018-09-14
1
-4
/
+16
*
vl/dri: add color depth to vl winsys
Leo Liu
2018-09-13
2
-0
/
+2
*
vl/dri3: add support for 10 bits format
Leo Liu
2018-09-13
1
-4
/
+25
*
vl/dri: add 10 bits format supports
Leo Liu
2018-09-13
2
-10
/
+65
*
gallium/u_inlines: remove the destroy variable in pipe_reference_described
Marek Olšák
2018-09-10
1
-6
/
+3
*
gallium/u_inlines: improve pipe_reference_described perf for debug builds
Marek Olšák
2018-09-10
1
-4
/
+5
*
gallium/auxiliary: don't dereference counters twice needlessly
Marek Olšák
2018-09-10
1
-7
/
+10
*
gallium/u_inlines: normalize naming, use dst & src, style fixes (v2)
Marek Olšák
2018-09-10
1
-47
/
+47
*
util: Make util_context_thread_changed a no-op on Windows.
Jose Fonseca
2018-09-10
1
-0
/
+2
*
gallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET.
Mathias Fröhlich
2018-09-10
1
-0
/
+3
*
st/mesa: throttle texture uploads if their memory usage goes beyond a limit
Marek Olšák
2018-09-07
2
-0
/
+137
*
gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
Marek Olšák
2018-09-07
1
-0
/
+1
*
Revert "gallium/os_thread: simplify helper pipe_current_thread_get_time_nano"
Marek Olšák
2018-09-07
1
-1
/
+5
*
gallium/u_threaded: implement set_context_param for thread pinning (v2)
Marek Olšák
2018-09-07
2
-0
/
+41
[next]