summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-2011-78/+30
* softpipe: start adding gather support (v2)Dave Airlie2015-05-203-83/+210
* softpipe: use arrays to make gather easierDave Airlie2015-05-201-36/+36
* softpipe: add textureOffset support.Dave Airlie2015-05-202-62/+97
* softpipe: move control into a filter args structDave Airlie2015-05-202-26/+32
* softpipe: move some image filter parameters into a structDave Airlie2015-05-202-258/+224
* freedreno: fence fixRob Clark2015-05-181-1/+3
* gk110/ir: switch to gk104-style sched codes rather than all-in-oneIlia Mirkin2015-05-181-9/+9
* trace: implement new tessellation functionsMarek Olšák2015-05-162-0/+28
* gallium/drivers: Add extern "C" wrappers to public entryAlexander von Gluck IV2015-05-153-0/+24
* freedreno: fix bug in tile/slot calculationRob Clark2015-05-141-5/+4
* freedreno: enable a306Rob Clark2015-05-142-1/+2
* nvc0: remove unused nv50_tsc_wrap_mode() functionSamuel Pitoiset2015-05-141-18/+0
* nv50/ir: silence compiler warnings about mismatched tagsSamuel Pitoiset2015-05-141-3/+3
* nv50/ir: remove unused private field cycle to SchedDataCalculatorSamuel Pitoiset2015-05-141-1/+0
* nv30: remove unused nvfx_fp_memcpy() function and comment nv40_fp_bra()Samuel Pitoiset2015-05-141-14/+3
* 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