summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* swr/rast: WIP - Widen fetch shader to SIMD16Tim Rowley2017-12-151-27/+689
* swr/rast: Corrections to multi-scissor handlingTim Rowley2017-12-151-88/+88
* swr/rast: Binner fixes for viewport index offset handlingTim Rowley2017-12-152-2/+12
* swr/rast: Remove unneeded copy of gather maskTim Rowley2017-12-152-79/+23
* freedreno: use u_transfer_helperRob Clark2017-12-152-229/+44
* gallium/util: add u_transfer_helperRob Clark2017-12-155-1/+649
* gallivm: implement accurate corner behavior for textureGather with cube mapsRoland Scheidegger2017-12-141-103/+201
* gallivm: fix an issue with NaNs with seamless cube filteringRoland Scheidegger2017-12-141-0/+11
* amd/common: add ac_build_waitcnt()Samuel Pitoiset2017-12-143-15/+4
* radeonsi: make use of ac_build_fdiv()Samuel Pitoiset2017-12-141-7/+1
* radeonsi: make use of ac_get_spi_shader_z_format()Samuel Pitoiset2017-12-143-23/+4
* swr: Correct texture allocation and limit max size to 2GBBruce Cherniak2017-12-132-4/+10
* swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.Bruce Cherniak2017-12-131-2/+1
* gallium/docs: document behavior of set_sample_mask()Brian Paul2017-12-131-1/+4
* radeonsi: create get_tcs_tes_buffer_address helperTimothy Arceri2017-12-131-12/+32
* cso: add point rasterization sanity check assertionBrian Paul2017-12-121-0/+5
* gallium/u_blitter: replace tabs with spacesBrian Paul2017-12-121-18/+18
* gallium/util: don't pass a pipe_resource to util_resource_is_array_texture()Brian Paul2017-12-122-4/+4
* gallium/aux: include nr_samples in util_resource_size() computationBrian Paul2017-12-121-1/+2
* svga: trivial whitespace/formatting fixes in svga_pipe_rasterizer.cBrian Paul2017-12-121-9/+5
* gallivm: fix texture wrapping for texture gather for mirror modesRoland Scheidegger2017-12-121-74/+171
* winsys/amdgpu: disable local BOs again due to worse performanceMarek Olšák2017-12-111-2/+3
* radeon/vce: move destroy command before feedback commandLeo Liu2017-12-081-1/+1
* meson: Add lmsensors to gallium libgl-xlib target.Dylan Baker2017-12-071-1/+3
* meson: add dep_thread to every lib that includes threads.hEric Engestrom2017-12-074-3/+4
* meson: fix pl111 dependency on vc4Eric Engestrom2017-12-072-5/+6
* r600/sb: do not convert if-blocks that contain indirect array accessGert Wollny2017-12-073-2/+5
* r600: add support for compute grid/block sizes. (v2)Dave Airlie2017-12-064-3/+100
* r600: handle image/buffer sizes correctly.Dave Airlie2017-12-063-4/+21
* r600/compute: add support for emitting compute image/buffer atomsDave Airlie2017-12-061-1/+9
* r600/compute: handle atomic counters in compute state.Dave Airlie2017-12-061-0/+9
* r600/compute: add support for TGSI compute shaders. (v1.1)Dave Airlie2017-12-062-28/+103
* r600/shader: add compute support to shader assemblerDave Airlie2017-12-061-0/+14
* r600/texture: drop lowering 1d/2d images to linear.Dave Airlie2017-12-061-8/+0
* meson: fix keyword argument in declare_dependency()Eric Engestrom2017-12-062-2/+2
* swr/scons: Fix another intermittent build failureGeorge Kyriazis2017-12-061-0/+1
* radeonsi: make const and stream uploaders allocate read-only memoryMarek Olšák2017-12-061-2/+5
* radeonsi: use a separate allocator for fine fencesMarek Olšák2017-12-063-1/+9
* radeonsi/gfx9: make shader binaries use read-only memoryMarek Olšák2017-12-065-3/+13
* winsys/amdgpu: make IBs use read-only memoryMarek Olšák2017-12-061-0/+1
* radeonsi: print the buffer list for CHECK_VMMarek Olšák2017-12-061-0/+1
* radeonsi: allow DMABUF exports for local buffersMarek Olšák2017-12-061-1/+4
* radeonsi: always place sparse buffers in VRAMNicolai Hähnle2017-12-062-2/+6
* radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE checkNicolai Hähnle2017-12-061-1/+1
* freedreno/a5xx: hide ARB_base_instanceRob Clark2017-12-051-1/+8
* freedreno/ir3: handle input/output componentRob Clark2017-12-051-4/+6
* r600: refactor and export some shader selector code for computeDave Airlie2017-12-052-7/+27
* r600: add compute support to compressed resource handling.Dave Airlie2017-12-052-6/+26
* r600: update max threads per block for evergreen computeDave Airlie2017-12-051-0/+4
* r600/shader: add local memory support to shader assembler.Dave Airlie2017-12-051-0/+165