aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/util: whitespace, formatting fixes in u_upload_mgr.cBrian Paul2017-06-131-25/+29
* vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák2017-06-121-1/+1
* gallium: fixed modulo zero crashes in tgsi interpreter (v2)Marius Gräfe2017-06-101-20/+20
* util: Move u_dynarray to src/utilThomas Helland2017-06-072-115/+0
* util/u_queue: add an option to set the minimum thread priorityMarek Olšák2017-06-071-1/+1
* gallium/u_blitter: use 2D_ARRAY for cubemap blits if possibleMarek Olšák2017-06-072-19/+36
* gallium/u_blitter: use TXF if possibleMarek Olšák2017-06-071-102/+190
* gallium/u_blitter: use TEX_LZ if it's supportedMarek Olšák2017-06-071-4/+8
* gallium/util: add _LZ and TXF options to simple shadersMarek Olšák2017-06-075-32/+75
* gallium/ureg: add TEX/TXF_LZ opcodes to uregMarek Olšák2017-06-071-0/+2
* tree-wide: remove trailing backslashEric Engestrom2017-06-073-3/+3
* gallium/u_threaded: fixes for MSVCBrian Paul2017-06-051-7/+9
* tgsi/scan: fix scanning fragment shaders with PrimID and Position/FaceMarek Olšák2017-06-051-7/+10
* gallium/u_threaded: remove 16 bytes from tc_batchMarek Olšák2017-06-052-3/+0
* gallium/u_threaded: align batches and call slots to 16 bytesMarek Olšák2017-06-052-3/+17
* Android: use bionic pthread_barrier_* if possibleChih-Wei Huang2017-06-051-1/+1
* gallium: Add TGSI shader token for ARB_post_depth_coverageLyude2017-06-021-0/+1
* gallium/os: use mmap64 for AndroidRob Herring2017-05-251-18/+3
* tgsi: remove unused tgsi_is_passthrough_shader()Samuel Pitoiset2017-05-242-79/+0
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-193-15/+35
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-191-0/+1