summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* ilo: add ilo_dev_init() to coreChia-I Wu2015-05-024-146/+195
* ilo: rename ilo_dev_info to ilo_devChia-I Wu2015-05-0225-141/+141
* ilo: move intel_winsys to ilo_dev_infoChia-I Wu2015-05-025-13/+15
* ilo: add ilo_dev.h to coreChia-I Wu2015-05-023-38/+73
* ilo: add ilo_debug.[ch] to coreChia-I Wu2015-05-025-85/+158
* ilo: add ilo_core.h to coreChia-I Wu2015-05-023-14/+48
* ilo: move intel_winsys.h to coreChia-I Wu2015-05-0220-19/+19
* st/dri: implement the fence interface for CL eventsMarek Olšák2015-04-303-1/+81
* gallium,clover: add OpenCL interoperability support for CL eventsMarek Olšák2015-04-305-0/+114
* st/dri: implement the fence interfaceMarek Olšák2015-04-301-0/+80
* nvc0/ir: fix predicated PFETCH for realIlia Mirkin2015-04-302-2/+2
* nv50/ir: fix asFlow() const helper for OP_JOINIlia Mirkin2015-04-291-1/+1
* nvc0/ir: fix predicated PFETCH emissionIlia Mirkin2015-04-292-2/+6
* gk110/ir: fix set with a register dest to not auto-set the abs flagIlia Mirkin2015-04-291-1/+1
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-2917-47/+286
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-2919-21/+16
* clover: remove util/compatEdB2015-04-2912-367/+56
* r300: do not link against libdrm_intelEmil Velikov2015-04-291-1/+1
* clover: make module::symbol::name a stringEdB2015-04-293-4/+24
* clover: remove compat::stringEdB2015-04-297-129/+26
* clover: remove compat classes that match std oneEdB2015-04-296-70/+6