summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* softpipe: enable ARB_texture_viewRoland Scheidegger2015-05-135-124/+179
* llvmpipe: enable ARB_texture_viewRoland Scheidegger2015-05-134-10/+45
* gallium/util: fix blitter sampler view target initializationRoland Scheidegger2015-05-131-0/+1
* gallium/st + hgl: Build fixes for HaikuAlexander von Gluck IV2015-05-132-0/+4
* nouveau: document nouveau_heapIlia Mirkin2015-05-121-0/+20
* nvc0: switch mechanism for shader eviction to be a while loopIlia Mirkin2015-05-121-5/+6
* st/dri: add support for create_context_robustness GLX and EGL extensionsMarek Olšák2015-05-124-9/+43
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-1215-0/+16
* gallium: add an interface for querying a device reset statusMarek Olšák2015-05-122-0/+17
* clover: Implement locking of the wait_count, _chain and _status members of ev...Francisco Jerez2015-05-121-0/+8
* clover: Wrap event::_status in a method to prevent unlocked access.Francisco Jerez2015-05-122-7/+12
* clover: Refactor event::trigger and ::abort to prevent deadlock and reentranc...Francisco Jerez2015-05-122-12/+34
* clover: Fix a bug with multi-threaded events v2Tom Stellard2015-05-112-3/+17
* clover: Add a mutex to guard queue::queued_eventsTom Stellard2015-05-112-0/+4
* egl/swrast: Enable config extension for swrastAxel Davy2015-05-111-0/+1
* r600: use pipe->hw prim convert from radeonsiDave Airlie2015-05-111-15/+16
* freedreno/ir3/nir: fix build break after f752effaRob Clark2015-05-101-4/+3
* nv50/ir: only enable mul saturate on G200+Ilia Mirkin2015-05-091-1/+4
* nvc0: reset the instanced elements state when doing blit using 3d engineIlia Mirkin2015-05-091-0/+6
* nvc0: keep track of PGRAPH state in nvc0_screenIlia Mirkin2015-05-094-24/+34
* nv50: keep track of PGRAPH state in nv50_screenIlia Mirkin2015-05-094-30/+36
* util: Move gallium's linked list to utilJason Ekstrand2015-05-0842-189/+37
* gallium/double_list: s/INLINE/inline and remove the p_compiler includeJason Ekstrand2015-05-081-7/+6
* nv50/ir: only propagate saturate up if some actual folding took placeIlia Mirkin2015-05-081-1/+2
* nv50/ir: add SHL to the list of U32 opcodesIlia Mirkin2015-05-061-0/+1
* r600g: Fix Clang return-type build error.Vinson Lee2015-05-061-1/+1
* draw: (trivial) fix out-of-bounds vector initializationRoland Scheidegger2015-05-061-1/+1
* ilo: silence a compiler warningChia-I Wu2015-05-061-1/+1
* nvc0: all queries use an unsigned 64-bits integer by defaultSamuel Pitoiset2015-05-061-5/+7
* nvc0: make begin_query return false when all MP counters are usedSamuel Pitoiset2015-05-061-5/+8
* nvc0: define driver-specific query groupsSamuel Pitoiset2015-05-063-0/+76
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-0618-34/+51
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-066-27/+36
* gallium: add new numeric types to pipe_query_resultSamuel Pitoiset2015-05-061-0/+8
* gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset2015-05-065-20/+30
* gallium: add pipe_screen::get_driver_query_group_infoSamuel Pitoiset2015-05-063-0/+35
* ilo: use ilo_image exclusively in coreChia-I Wu2015-05-024-139/+149
* ilo: add ilo_image_can_enable_aux()Chia-I Wu2015-05-029-50/+27
* ilo: make ilo_image more self-containedChia-I Wu2015-05-022-9/+21
* ilo: add ilo_image_init_for_imported()Chia-I Wu2015-05-023-60/+66
* ilo: prepare for image init for imported boChia-I Wu2015-05-021-120/+129
* ilo: constify ilo_image_paramsChia-I Wu2015-05-021-11/+11
* ilo: improve readability of ilo_imageChia-I Wu2015-05-026-111/+127
* ilo: move command builder to coreChia-I Wu2015-05-0223-61/+74
* ilo: move ilo_state_3d* to coreChia-I Wu2015-05-029-276/+274
* ilo: add ilo_buffer.h to coreChia-I Wu2015-05-025-90/+138
* ilo: move BOs from ilo_texture to ilo_imageChia-I Wu2015-05-027-39/+63
* ilo: move ilo_layout.[ch] to core as ilo_image.[ch]Chia-I Wu2015-05-0211-487/+489
* ilo: add ilo_format.[ch] to coreChia-I Wu2015-05-028-169/+184
* ilo: add ilo_fence.h to coreChia-I Wu2015-05-025-58/+113