summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* util: add chunk logging moduleNicolai Hähnle2017-08-223-0/+263
* vl: add MJPEG profile and formatLeo Liu2017-08-211-0/+3
* Fix build when HAVE_LIBDRM isn't definedJon Turney2017-08-181-0/+4
* gallium/os: fix os_time_get_nano() to roll over lessFrank Richter2017-08-161-1/+8
* loader: rework xmlconfig dependencyEmil Velikov2017-08-041-2/+4
* pipe-loader: fix swrast probingNicolai Hähnle2017-08-041-1/+1
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-045-11/+9
* android: radeonsi: prepare for driver-specific driconf optionsMauro Rossi2017-08-031-1/+1
* pipe-loader: fix driinfo for software and non-radeonsi driversNicolai Hähnle2017-08-021-0/+2
* Fix gallium SCons buildNicolai Hähnle2017-08-021-0/+1
* radeonsi: prepare for driver-specific driconf optionsNicolai Hähnle2017-08-023-1/+28
* pipe-loader: move configuration_query into drm_helperNicolai Hähnle2017-08-023-37/+43
* st/dri: implement v2 of DRI_ConfigOptionsNicolai Hähnle2017-08-023-0/+52
* pipe-loader: extract a standalone get_driver_descriptor helper functionNicolai Hähnle2017-08-021-19/+30
* pipe-loader: pass only the driver_name to pipe_loader_find_moduleNicolai Hähnle2017-08-022-5/+5
* gallium: add driconf options to pipe_screen_configNicolai Hähnle2017-08-021-0/+3
* gallium: move loading of drirc to pipe-loaderNicolai Hähnle2017-08-025-4/+56
* gallium: move driinfo XML to pipe_loaderNicolai Hähnle2017-08-025-1/+45
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-0210-51/+57
* gallium/util: add util_{str,dump}_query_value_typeNicolai Hähnle2017-08-022-0/+31
* gallium: add util_dump_query_type and use it in ddebugNicolai Hähnle2017-08-022-0/+12
* gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle2017-08-023-68/+64
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-022-0/+2
* gallium: Fix Thomas's email addressKenneth Graunke2017-07-283-3/+3
* gallium/util: fix unused variable warningTimothy Arceri2017-07-261-3/+5
* gallium/util: s/unsigned/enum tgsi_texture_type/Brian Paul2017-07-254-21/+24
* tgsi/text: parse _PRECISE modifierKarol Herbst2017-07-211-3/+14
* tgsi: populate preciseKarol Herbst2017-07-214-3/+24
* tgsi/dump: print _PRECISE modifier on InstructionsKarol Herbst2017-07-211-0/+4
* tgsi: add precise flag to tgsi_instructionKarol Herbst2017-07-211-0/+1
* gallivm: handle call attributes for llvm < 4.0 in lp_add_function_attrRoland Scheidegger2017-07-211-3/+7
* gallium/util: Implement util_format_is_etcWladimir J. van der Laan2017-07-211-0/+13
* gallium/util: fix nondeterministic avx512 detectionTim Rowley2017-07-191-1/+1
* renderonly/etnaviv: stop importing resource from renderonlyLucas Stach2017-07-192-48/+24
* gallium: auxiliary: Fix standalone Android build of u_cpu_detect (v2)Tomasz Figa2017-07-192-2/+10
* util: Make CLAMP turn NaN into MIN.Kenneth Graunke2017-07-181-1/+2
* gallivm: inline gallivm_init_llvm_targetsMarek Olšák2017-07-172-18/+8
* st/va: Fix scaling list ordering for H.265Mark Thompson2017-07-172-0/+23
* gallium/u_blitter: don't use TXF for scaled blitsMarek Olšák2017-07-171-4/+6
* gallium/hud: use double values for all graphsChristoph Haag2017-07-143-8/+14
* draw: whitespace, formatting fixes in draw_vs_exec.cBrian Paul2017-07-121-47/+43
* draw: s/unsigned/enum tgsi_semantic/Brian Paul2017-07-122-3/+3
* draw: handle more TGSI_SEMANTIC_COLOR indicesRoland Scheidegger2017-07-083-10/+27
* tgsi_from_mesa: add tgsi_get_gl_frag_result_semanticNicolai Hähnle2017-07-052-0/+40
* tgsi_from_mesa: add pipe_shader_type_from_mesaNicolai Hähnle2017-07-051-0/+23
* tgsi,st/mesa: move varying slot to semantic mapping into a helper for VSNicolai Hähnle2017-07-053-0/+195
* gallium: os_process fixes for AndroidRob Herring2017-06-301-2/+2
* pipe_loader_sw: fix compilation warningBrian Paul2017-06-271-1/+2
* Android: add renderonly files to libmesa_galliumRob Herring2017-06-261-0/+1
* gallium/hud: add glthread countersMarek Olšák2017-06-263-0/+91