summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* freedreno: add renderonly scanoutJonathan Marek2019-01-261-1/+1
* gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt2019-01-254-24/+36
* gallium: Fix comment about possible colorspaces.Eric Anholt2019-01-251-1/+1
* gallivm: Return true from arch_rounding_available() if NEON is availableMatt Turner2019-01-241-1/+3
* gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTSCaio Marcelo de Oliveira Filho2019-01-231-0/+3
* gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)Marek Olšák2019-01-222-0/+43
* gallium: add SINT formats to have exact counterparts to SNORM formatsMarek Olšák2019-01-221-0/+4
* nir: add bit_size parameter to system values with multiple allowed bit sizesKarol Herbst2019-01-211-1/+1
* nir: replace more nir_load_system_value calls with builder functionsKarol Herbst2019-01-211-2/+1
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-1/+1
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-151-0/+1
* gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke2019-01-151-0/+1
* 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