summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: remove a CP DMA workaround that's not needed anymoreMarek Olšák2016-06-041-6/+0
* r600g: fix CP DMA hazard with index buffer fetches (v3)Marek Olšák2016-06-047-7/+93
* r600g: properly sync CP with CP DMA on R6xxMarek Olšák2016-06-041-1/+8
* r600g: write WAIT_UNTIL in the correct placeMarek Olšák2016-06-041-8/+11
* gallium/radeon: rename allocator_so_filled_size -> allocator_zeroed_memoryMarek Olšák2016-06-043-6/+6
* gallium/u_suballoc: allow different alignment for each allocationMarek Olšák2016-06-048-21/+20
* freedreno/ir3: do idiv lowering after main opt loopRob Clark2016-06-031-16/+27
* radeonsi: mark buffer texture range valid for shader imagesNicolai Hähnle2016-06-031-0/+23
* nvc0: mark buffer texture range valid for shader imagesSamuel Pitoiset2016-06-033-0/+31
* svga: allow copy box in svga_transfer_dma_band()Charmaine Lee2016-06-021-13/+20
* freedreno: fix bad bitshift warningsRob Clark2016-06-021-0/+2
* freedreno: assume builtin shaders do compileRob Clark2016-06-021-1/+2
* freedreno/a4xx: silence coverity warningRob Clark2016-06-021-0/+6
* freedreno/a3xx+a4xx: fix potential null ptr derefRob Clark2016-06-022-2/+4
* freedreno/ir3: fix coverity warningRob Clark2016-06-021-1/+3
* freedreno/ir3: use nir_shader_get_entrypoint() helperRob Clark2016-06-021-10/+1
* freedreno/a4xx: fix incorrect enum typeRob Clark2016-06-021-1/+1
* freedreno: fix coverity negative array index warningRob Clark2016-06-021-0/+2
* freedreno: fix dereference before null checkRob Clark2016-06-021-2/+1
* gallium/util: remove u_stagingRob Clark2016-06-023-205/+0
* freedreno/a3xx: only update/emit bordercolor state when neededRob Clark2016-06-023-17/+27
* freedreno/a4xx: only update/emit bordercolor state when neededRob Clark2016-06-023-17/+26
* st/osmesa: remove double-write (overwriting)Eric Engestrom2016-06-021-1/+0
* st/vdpau: check for null pointer in get/put bits.Nayan Deshmukh2016-06-022-0/+12
* radeon/uvd: fix the H264 level for Tonga v2Christian König2016-06-021-1/+1
* winsys/amdgpu: decay max_ib_size over timeNicolai Hähnle2016-06-011-0/+2
* winsys/amdgpu: implement IB chaining on the gfx ringNicolai Hähnle2016-06-012-18/+109
* winsys/amdgpu: consolidate IB size management in amdgpu_ib_finalizeNicolai Hähnle2016-06-011-9/+9
* radeon/winsys: introduce radeon_winsys_cs_chunkNicolai Hähnle2016-06-0111-75/+98
* radeonsi/sid: add packet definitions for IB chainingNicolai Hähnle2016-06-012-0/+15
* winsys/amdgpu: start with smaller IBs, growing as necessaryNicolai Hähnle2016-06-012-10/+71
* winsys/amdgpu: add amdgpu_ib and amdgpu_cs_from_ib helper functionsNicolai Hähnle2016-06-012-7/+37
* winsys/amdgpu: extract IB big buffer allocation for re-useNicolai Hähnle2016-06-011-17/+29
* winsys/amdgpu: add IB buffer in amdgpu_get_new_ibNicolai Hähnle2016-06-011-121/+113
* gallium/radeon: use cs_check_space throughoutNicolai Hähnle2016-06-015-10/+7
* radeon/winsys: add cs_check_spaceNicolai Hähnle2016-06-013-0/+23
* winsys/amdgpu: simplify interface of amdgpu_get_new_ibNicolai Hähnle2016-06-012-14/+14
* winsys/amdgpu: add amdgpu_cs_has_user_fenceNicolai Hähnle2016-06-011-4/+8
* gallium/cso: allow saving the first fragment shader image slotNicolai Hähnle2016-06-012-0/+48
* gallium/u_inlines: allow NULL src in util_copy_image_viewNicolai Hähnle2016-06-011-4/+11
* gallium: add PIPE_BARRIER_ALL defineNicolai Hähnle2016-06-011-0/+1
* radeonsi: set correct stencil tile mode for texturingMarek Olšák2016-06-011-2/+8
* winsys/amdgpu: set flags correctly when allocating depth-stencil buffersMarek Olšák2016-06-011-2/+8
* gallium/radeon: lower memory usage during texture transfersMarek Olšák2016-06-012-4/+29
* gallium/radeon: invalidate busy linear textures for whole-texture uploadsMarek Olšák2016-06-011-2/+28
* gallium/radeon: degrade tiled textures mapped often to linearMarek Olšák2016-06-012-0/+103
* gallium/radeon: clean up and better comment use_staging_textureMarek Olšák2016-06-011-19/+23
* radeonsi: set some colorbuffer register fields at emit timeMarek Olšák2016-06-013-50/+47
* radeonsi: implement global resetting of texture descriptorsMarek Olšák2016-06-014-6/+64
* radeonsi: move code for setting one shader image into separate functionMarek Olšák2016-06-011-71/+82