aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: don't leak pipe_surface if pipe_context is not currentMarek Olšák2019-01-091-0/+19
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-1/+1
* glsl_type: Add support for explicitly laid out matrices and arraysJason Ekstrand2019-01-081-2/+2
* tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()Timothy Arceri2019-01-021-29/+43
* tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()Timothy Arceri2019-01-021-1/+1
* gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate supportIlia Mirkin2018-12-261-0/+1
* tgsi: add ATOMFADD operationIlia Mirkin2018-12-264-1/+7
* gallium/ttn: Fix setup of outputs_written.Eric Anholt2018-12-261-1/+1
* gallivm: abort when trying to use non-existing intrinsicRoland Scheidegger2018-12-211-0/+10
* gallivm: don't use pavg.b intrinsic on llvm >= 6.0Roland Scheidegger2018-12-211-9/+46
* gallivm: use llvm jit code for decoding s3tcRoland Scheidegger2018-12-207-383/+2239
* ddebug: always flush when requested, even when hang detection is disabledNicolai Hähnle2018-12-191-0/+2
* ddebug: simplify watchdog loop and fix crash in the no-timeout caseNicolai Hähnle2018-12-193-73/+52
* nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand2018-12-161-10/+10
* nir/tgsi: Use nir_bany in ttn_kill_ifJason Ekstrand2018-12-161-3/+1
* gallium/aux: add is_unorm() helperRob Clark2018-12-132-0/+24
* mesa/st: Expose compute shaders when NIR support is advertised.Eric Anholt2018-12-131-1/+2
* gallivm: remove unused float coord wrapping for aos samplingRoland Scheidegger2018-12-121-507/+23
* gallium: add missing PIPE_CAP_SURFACE_SAMPLE_COUNT default valueSamuel Pitoiset2018-12-071-0/+3
* gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNTKristian H. Kristensen2018-12-061-2/+8
* gallium: Android build fixesKristian H. Kristensen2018-12-051-1/+1
* gallium: Constify drisw_loader_funcs structMichal Srb2018-12-052-2/+2
* draw: fix infinite loop in line stipplingRoland Scheidegger2018-11-291-11/+15
* tgsi/scan: add more information about bindless usageMarek Olšák2018-11-282-2/+33
* gallivm: Use nextafterf(0.5, 0.0) as rounding constantMatt Turner2018-11-281-1/+1
* gallium: Remove unused variable in u_tests.Eric Anholt2018-11-271-1/+0
* util: promote u_memory to src/utilDylan Baker2018-11-2712-462/+6
* st/mesa: pin driver threads to a fixed CCX when glthread is enabledMarek Olšák2018-11-202-56/+10
* gallium/u_tests: fix MSVC build by using old-style zero initializersMarek Olšák2018-11-201-3/+3
* gallium/u_tests: add a compute shader test that clears an imageMarek Olšák2018-11-201-0/+77
* gallivm: fix improper clamping of vertex index when fetching gs inputsRoland Scheidegger2018-11-091-10/+31
* android: gallium/auxiliary: add include to get u_debug.h headerMauro Rossi2018-11-021-1/+2
* Gallium: Add format PIPE_FORMAT_R8_SRGBGert Wollny2018-11-023-0/+9
* configure: allow building with python3Emil Velikov2018-10-311-1/+1
* util: move u_cpu_detect to utilDylan Baker2018-10-304-698/+0
* util: Move u_debug to utilsDylan Baker2018-10-309-910/+4
* util: Move os_misc to utilDylan Baker2018-10-305-283/+1
* gallium/util: remove u_inlines.h from u_debug.cDylan Baker2018-10-301-1/+0
* gallium/util: remove p_format.h from u_debug.hDylan Baker2018-10-302-1/+1
* gallium/util: move memory debug declarations into u_debug_galliumDylan Baker2018-10-304-8/+7
* gallium/util: move debug_print_tranfer_flags to u_debug_galilumDylan Baker2018-10-304-21/+16
* gallium/util: move debug_print_bind_flags to u_debug_galliumDylan Baker2018-10-304-37/+36
* gallium/util: move debug_print_usage_enum to the u_debug_galliumDylan Baker2018-10-304-22/+28
* gallium/util: start splitting u_debug into generic and gallium specific compo...Dylan Baker2018-10-307-16/+93
* gallium: split u_prim_name out of u_debug.hDylan Baker2018-10-304-26/+50
* gallium/hud: fix power sensor readings for amdgpu usersAndre Heider2018-10-301-0/+3
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-303-4/+4
* vl: drop left-over variableEric Engestrom2018-10-301-1/+0
* vl: get h264 profile idcBoyuan Zhang2018-10-261-0/+24
* android: Build kms_swrast for the Android platformRob Herring2018-10-221-0/+1