aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/hud: add API-thread-busy for monitoring the thread loadMarek Olšák2017-06-263-4/+22
* gallium/hud: add hud_pane::hud pointerMarek Olšák2017-06-262-3/+6
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-263-0/+15
* gallium/hud: move struct hud_context to hud_private.hMarek Olšák2017-06-262-46/+48
* gallium/hud: rename API-thread-busy to main-thread-busyMarek Olšák2017-06-263-5/+5
* util: move pipe_thread_is_self from gallium to src/utilMarek Olšák2017-06-261-11/+0
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-231-4/+4
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-239-46/+47
* cso: inline a few frequently-used functionsMarek Olšák2017-06-222-31/+26
* cso: don't return errors from sampler functionsMarek Olšák2017-06-222-18/+8
* cso: don't track the number of sampler states boundMarek Olšák2017-06-221-36/+23
* egl: turn one more boolean `int` into a `bool`Eric Engestrom2017-06-211-1/+1
* gallium/vbuf: avoid segfault when we get invalid glDrawRangeElements()Brian Paul2017-06-201-1/+15
* gallium/vbuf: add some const qualifiersBrian Paul2017-06-201-12/+13
* translate: whitespace fixes in translate_generic.cBrian Paul2017-06-201-199/+206
* gallium/hud: support GALLIUM_HUD_DUMP_DIR feature on WindowsBrian Paul2017-06-161-6/+30
* draw: check for line_width != 1.0f in validate_pipeline()Brian Paul2017-06-151-3/+4
* draw: whitespace and formatting fixesBrian Paul2017-06-152-60/+58
* gallium: Add renderonly-based support for pl111+vc4.Eric Anholt2017-06-153-0/+31
* etnaviv: Only use renderonly_get_handle for GEM handles.Eric Anholt2017-06-151-0/+1
* gallium/util: Break recursion in pipe_resource_referenceMichel Dänzer2017-06-151-2/+8
* tgsi/scan: add missing 'static' to tgsi_is_bindless_image_file()Samuel Pitoiset2017-06-141-1/+1
* tgsi/scan: record bindless samplers/images usageSamuel Pitoiset2017-06-142-0/+49
* tgsi/ureg: accept TGSI_FILE_{CONSTANT,INPUT} for dst registersSamuel Pitoiset2017-06-141-2/+0
* tc: add ARB_bindless_texture supportSamuel Pitoiset2017-06-143-1/+133