summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvc0: do not expose MP counters for nvf0 (GK110+)Samuel Pitoiset2015-05-141-39/+50
* softpipe: enable ARB_texture_viewRoland Scheidegger2015-05-135-124/+179
* llvmpipe: enable ARB_texture_viewRoland Scheidegger2015-05-133-9/+44
* 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
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-1213-0/+13
* 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-0820-22/+17
* 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
* 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-0617-33/+50
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-064-25/+26
* gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset2015-05-063-18/+16
* 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-0219-18/+18
* 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-2913-29/+102
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-2913-12/+618