summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-04-27nvc0: Add new launch descriptor format for GP100Boyan Ding2-34/+197
2017-04-27nvc0: Fix index of unk fields in nve4_cp_launch_descBoyan Ding1-2/+2
2017-04-27nouveau: Fix indentation of maxwell compute class definitionsBoyan Ding1-2/+2
2017-04-27radeonsi/ac: move vertex export remove to common code.Dave Airlie3-163/+14
2017-04-26svga: fix vertex buffer binding issueBrian Paul1-2/+29
2017-04-26svga: Removed the unused label 'done' in svga_validate_surface_view()Charmaine Lee1-1/+0
2017-04-26svga: use the winsys interface to invalidate surfaceCharmaine Lee1-5/+1
2017-04-26svga: fix format for screen targetCharmaine Lee1-0/+26
2017-04-26svga: cache the backing surface handle in the texture objectCharmaine Lee5-10/+57
2017-04-26svga: Update the backing resource only if neededCharmaine Lee2-3/+14
2017-04-26svga: Set the surface dirty bit for the right surface viewCharmaine Lee1-5/+19
2017-04-26svga: Move rendertarget view related fields to hw_clear stateCharmaine Lee4-17/+18
2017-04-26svga: Move setting the rendered_to flags to framebuffer emit timeCharmaine Lee2-18/+28
2017-04-26svga: add const qualifiers on svga_check_sampler_view_resource_collision()Brian Paul2-4/+4
2017-04-26svga: improve surface view debug messagesBrian Paul1-4/+5
2017-04-26svga: add DEBUG_SAMPLERSBrian Paul3-1/+4
2017-04-26svga: fail screen creation if HW version is too oldBrian Paul1-0/+7
2017-04-26nv50,nvc0: disable the TGSI merge registers passSamuel Pitoiset2-2/+4
2017-04-26radeonsi: disable the TGSI merge registers passSamuel Pitoiset1-1/+1
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset11-0/+15
2017-04-26radeonsi: use unsynchronized transfers for shader binary uploadsSamuel Pitoiset1-1/+2
2017-04-26radeonsi: turn si_shader_key::mono into a non-unionMarek Olšák3-15/+11
2017-04-26radeonsi: adjust ESGS ring buffer size computation on VIMarek Olšák1-1/+4
2017-04-26radeonsi/gfx9: don't set deprecated field PARTIAL_ES_WAVE_ONMarek Olšák1-2/+3
2017-04-26radeonsi/gfx9: set MAX_PRIMGRP_IN_WAVE in the correct registerMarek Olšák2-1/+5
2017-04-26radeonsi/gfx9: add a workaround for viewing a slice of 3D as a 2D imageMarek Olšák1-8/+22
2017-04-26radeonsi/gfx9: fix 1D array shader imagesMarek Olšák1-0/+1
2017-04-26radeonsi/gfx9: fix most things wrong with shader imagesMarek Olšák2-12/+24
2017-04-26radeonsi/gfx9: fix texture buffer objects and image buffers with IDXEN==0Marek Olšák1-1/+34
2017-04-25ddebug: implement get_query_result_resourceMarek Olšák1-0/+16
2017-04-25trace: don't trace resource_destroyMarek Olšák1-7/+4
2017-04-23freedreno/a5xx: hack for r8g8b8a8_snormRob Clark1-1/+1
2017-04-23freedreno/a5xx: rgtc formatsRob Clark2-8/+12
2017-04-22etnaviv: Supertiled texture support on gc3000Wladimir J. van der Laan2-8/+11
2017-04-22etnaviv: etnaviv_fence: Simplify the return code logicFabio Estevam1-4/+2
2017-04-22freedreno/a5xx: occlusion queryRob Clark4-3/+140
2017-04-22freedreno: drop ring arg from _set_stage()Rob Clark7-17/+13
2017-04-22freedreno: update generated headersRob Clark6-12/+25
2017-04-22freedreno: add support for hw accumulating queriesRob Clark8-33/+384
2017-04-22freedreno: a bit of query refactorRob Clark4-40/+40
2017-04-22freedreno: make hw-query a helperRob Clark13-16/+57
2017-04-20nvc0: Add support for setting viewport index/layer from VS/TESIlia Mirkin4-7/+27
2017-04-20nvc0/ir: Only store viewport in scratch register for GPLyude1-0/+1
2017-04-20gallium: fold u_trim_pipe_prim call from st/mesa to driversMarek Olšák8-0/+38
2017-04-19swr: simd16 vs workTim Rowley1-5/+25
2017-04-19r600g: update dirty_level_mask after the 1-st draw after FB changeConstantine Kharlamov4-18/+26
2017-04-18freedreno: refactor dirty state handlingRob Clark19-101/+119
2017-04-18freedreno: move clear path dirty state hack to a2xx backendRob Clark2-9/+9
2017-04-18freedreno/ir3: split out per-stage emit_consts fxnsRob Clark5-21/+41
2017-04-18freedreno: add helper to mark all state cleanRob Clark9-52/+34