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
*
st/mesa: don't leak pipe_surface if pipe_context is not current
Marek Olšák
2019-01-09
1
-0
/
+19
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-1
/
+1
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
1
-2
/
+2
*
tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()
Timothy Arceri
2019-01-02
1
-29
/
+43
*
tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()
Timothy Arceri
2019-01-02
1
-1
/
+1
*
gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate support
Ilia Mirkin
2018-12-26
1
-0
/
+1
*
tgsi: add ATOMFADD operation
Ilia Mirkin
2018-12-26
4
-1
/
+7
*
gallium/ttn: Fix setup of outputs_written.
Eric Anholt
2018-12-26
1
-1
/
+1
*
gallivm: abort when trying to use non-existing intrinsic
Roland Scheidegger
2018-12-21
1
-0
/
+10
*
gallivm: don't use pavg.b intrinsic on llvm >= 6.0
Roland Scheidegger
2018-12-21
1
-9
/
+46
*
gallivm: use llvm jit code for decoding s3tc
Roland Scheidegger
2018-12-20
7
-383
/
+2239
*
ddebug: always flush when requested, even when hang detection is disabled
Nicolai Hähnle
2018-12-19
1
-0
/
+2
*
ddebug: simplify watchdog loop and fix crash in the no-timeout case
Nicolai Hähnle
2018-12-19
3
-73
/
+52
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
1
-10
/
+10
*
nir/tgsi: Use nir_bany in ttn_kill_if
Jason Ekstrand
2018-12-16
1
-3
/
+1
*
gallium/aux: add is_unorm() helper
Rob Clark
2018-12-13
2
-0
/
+24
*
mesa/st: Expose compute shaders when NIR support is advertised.
Eric Anholt
2018-12-13
1
-1
/
+2
*
gallivm: remove unused float coord wrapping for aos sampling
Roland Scheidegger
2018-12-12
1
-507
/
+23
*
gallium: add missing PIPE_CAP_SURFACE_SAMPLE_COUNT default value
Samuel Pitoiset
2018-12-07
1
-0
/
+3
*
gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNT
Kristian H. Kristensen
2018-12-06
1
-2
/
+8
*
gallium: Android build fixes
Kristian H. Kristensen
2018-12-05
1
-1
/
+1
*
gallium: Constify drisw_loader_funcs struct
Michal Srb
2018-12-05
2
-2
/
+2
*
draw: fix infinite loop in line stippling
Roland Scheidegger
2018-11-29
1
-11
/
+15
*
tgsi/scan: add more information about bindless usage
Marek Olšák
2018-11-28
2
-2
/
+33
*
gallivm: Use nextafterf(0.5, 0.0) as rounding constant
Matt Turner
2018-11-28
1
-1
/
+1
*
gallium: Remove unused variable in u_tests.
Eric Anholt
2018-11-27
1
-1
/
+0
*
util: promote u_memory to src/util
Dylan Baker
2018-11-27
12
-462
/
+6
*
st/mesa: pin driver threads to a fixed CCX when glthread is enabled
Marek Olšák
2018-11-20
2
-56
/
+10
*
gallium/u_tests: fix MSVC build by using old-style zero initializers
Marek Olšák
2018-11-20
1
-3
/
+3
*
gallium/u_tests: add a compute shader test that clears an image
Marek Olšák
2018-11-20
1
-0
/
+77
*
gallivm: fix improper clamping of vertex index when fetching gs inputs
Roland Scheidegger
2018-11-09
1
-10
/
+31
*
android: gallium/auxiliary: add include to get u_debug.h header
Mauro Rossi
2018-11-02
1
-1
/
+2
*
Gallium: Add format PIPE_FORMAT_R8_SRGB
Gert Wollny
2018-11-02
3
-0
/
+9
*
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
[next]