summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2019-01-08glsl_type: Add support for explicitly laid out matrices and arraysJason Ekstrand1-2/+2
2019-01-02tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()Timothy Arceri1-29/+43
2019-01-02tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()Timothy Arceri1-1/+1
2018-12-26gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate supportIlia Mirkin1-0/+1
2018-12-26tgsi: add ATOMFADD operationIlia Mirkin4-1/+7
2018-12-26gallium/ttn: Fix setup of outputs_written.Eric Anholt1-1/+1
2018-12-21gallivm: abort when trying to use non-existing intrinsicRoland Scheidegger1-0/+10
2018-12-21gallivm: don't use pavg.b intrinsic on llvm >= 6.0Roland Scheidegger1-9/+46
2018-12-20gallivm: use llvm jit code for decoding s3tcRoland Scheidegger7-383/+2239
2018-12-19ddebug: always flush when requested, even when hang detection is disabledNicolai Hähnle1-0/+2
2018-12-19ddebug: simplify watchdog loop and fix crash in the no-timeout caseNicolai Hähnle3-73/+52
2018-12-16nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand1-10/+10
2018-12-16nir/tgsi: Use nir_bany in ttn_kill_ifJason Ekstrand1-3/+1
2018-12-13gallium/aux: add is_unorm() helperRob Clark2-0/+24
2018-12-13mesa/st: Expose compute shaders when NIR support is advertised.Eric Anholt1-1/+2
2018-12-12gallivm: remove unused float coord wrapping for aos samplingRoland Scheidegger1-507/+23
2018-12-07gallium: add missing PIPE_CAP_SURFACE_SAMPLE_COUNT default valueSamuel Pitoiset1-0/+3
2018-12-06gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNTKristian H. Kristensen1-2/+8
2018-12-05gallium: Android build fixesKristian H. Kristensen1-1/+1
2018-12-05gallium: Constify drisw_loader_funcs structMichal Srb2-2/+2
2018-11-29draw: fix infinite loop in line stipplingRoland Scheidegger1-11/+15
2018-11-28tgsi/scan: add more information about bindless usageMarek Olšák2-2/+33
2018-11-28gallivm: Use nextafterf(0.5, 0.0) as rounding constantMatt Turner1-1/+1
2018-11-27gallium: Remove unused variable in u_tests.Eric Anholt1-1/+0
2018-11-27util: promote u_memory to src/utilDylan Baker12-462/+6
2018-11-20st/mesa: pin driver threads to a fixed CCX when glthread is enabledMarek Olšák2-56/+10
2018-11-20gallium/u_tests: fix MSVC build by using old-style zero initializersMarek Olšák1-3/+3
2018-11-20gallium/u_tests: add a compute shader test that clears an imageMarek Olšák1-0/+77
2018-11-09gallivm: fix improper clamping of vertex index when fetching gs inputsRoland Scheidegger1-10/+31
2018-11-02android: gallium/auxiliary: add include to get u_debug.h headerMauro Rossi1-1/+2
2018-11-02Gallium: Add format PIPE_FORMAT_R8_SRGBGert Wollny3-0/+9
2018-10-31configure: allow building with python3Emil Velikov1-1/+1
2018-10-30util: move u_cpu_detect to utilDylan Baker4-698/+0
2018-10-30util: Move u_debug to utilsDylan Baker9-910/+4
2018-10-30util: Move os_misc to utilDylan Baker5-283/+1
2018-10-30gallium/util: remove u_inlines.h from u_debug.cDylan Baker1-1/+0
2018-10-30gallium/util: remove p_format.h from u_debug.hDylan Baker2-1/+1
2018-10-30gallium/util: move memory debug declarations into u_debug_galliumDylan Baker4-8/+7
2018-10-30gallium/util: move debug_print_tranfer_flags to u_debug_galilumDylan Baker4-21/+16
2018-10-30gallium/util: move debug_print_bind_flags to u_debug_galliumDylan Baker4-37/+36
2018-10-30gallium/util: move debug_print_usage_enum to the u_debug_galliumDylan Baker4-22/+28
2018-10-30gallium/util: start splitting u_debug into generic and gallium specific compo...Dylan Baker7-16/+93
2018-10-30gallium: split u_prim_name out of u_debug.hDylan Baker4-26/+50
2018-10-30gallium/hud: fix power sensor readings for amdgpu usersAndre Heider1-0/+3
2018-10-30gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák3-4/+4
2018-10-30vl: drop left-over variableEric Engestrom1-1/+0
2018-10-26vl: get h264 profile idcBoyuan Zhang1-0/+24
2018-10-22android: Build kms_swrast for the Android platformRob Herring1-0/+1
2018-10-18gallium: Fix mismatched ifdef-guardsMichał Janiszewski1-2/+2
2018-10-18softpipe: dynamically allocate space for immediate constantsGert Wollny2-5/+15