aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* amd/addrlib: move addrlib from amdgpu winsys to common codeDave Airlie2016-09-0623-21944/+3
* gallium/util: move endian detect into a separate fileDave Airlie2016-09-061-38/+2
* radeon: move radeon_family/chip_class defintions to commonDave Airlie2016-09-061-84/+2
* radeonsi: move sid.h/r600d_common.h to a common place.Dave Airlie2016-09-069-9318/+10
* gallium/radeon: remove VPORT_ZMIN/ZMAX from init config statesMarek Olšák2016-09-053-25/+1
* gallium/radeon: set VPORT_ZMIN/MAX registers correctlyMarek Olšák2016-09-0512-13/+82
* gallium/radeon: unify viewport emission codeMarek Olšák2016-09-051-14/+16
* radeonsi: also do VS_PARTIAL_FLUSH before updating VGT ring pointersMarek Olšák2016-09-051-0/+6
* radeonsi: fix variable naming in si_emit_cache_flushMarek Olšák2016-09-051-31/+31
* radeonsi: don't emit CS_PARTIAL_FLUSH if compute is not usedMarek Olšák2016-09-053-1/+5
* radeonsi: add HUD queries for counting VS/PS/CS partial flushesMarek Olšák2016-09-054-0/+35
* gallium/radeon: rename the num-cs-flushes query to num-ctx-flushesMarek Olšák2016-09-052-5/+5
* radeonsi: fix a badly implemented GS bug workaroundMarek Olšák2016-09-051-8/+13
* radeonsi: fix texture format reinterpretation with DCCMarek Olšák2016-09-055-1/+116
* radeonsi: fix Gather4 with integer formatsMarek Olšák2016-09-051-3/+96
* radeonsi: fix a crash in imageSize for cubemap arraysMarek Olšák2016-09-051-3/+1
* radeonsi: fix gl_PatchVerticesIn for tessellation evaluation shaderMarek Olšák2016-09-051-1/+6
* radeonsi: fix cubemaps viewed as 2DMarek Olšák2016-09-051-0/+4
* radeonsi: always use the same function signature for llvm.SI.exportMarek Olšák2016-09-051-4/+4
* radeonsi: return correct eviction stats for NVX_gpu_memory_infoMarek Olšák2016-09-051-2/+7
* gallium/radeon: also eliminate DCC fast clear in resource_get_handleMarek Olšák2016-09-051-2/+3
* gallium/radeon: use the current ctx for CMASK elimination in resource_get_handleMarek Olšák2016-09-051-6/+11
* gallium/radeon: use the current ctx for DCC decompression in resource_get_handleMarek Olšák2016-09-051-3/+3
* gallium/radeon: derive buffer placement and flags only at initializationMarek Olšák2016-09-055-49/+67
* radeonsi: set more sampler settingsMarek Olšák2016-09-052-2/+12
* noop: implement resource_get_handleMarek Olšák2016-09-051-2/+14
* noop: set missing functionsMarek Olšák2016-09-052-0/+75
* noop: simplify some functionsMarek Olšák2016-09-051-49/+7
* gk110/ir: fix quadop dall emissionIlia Mirkin2016-09-041-2/+2
* a3xx: use window scissor to simulate viewport xy clipIlia Mirkin2016-09-031-10/+26
* a3xx: make use of software clipping when hw can't handle itIlia Mirkin2016-09-036-4/+36
* a3xx: make sure to actually clamp depth as requestedIlia Mirkin2016-09-032-2/+30
* nvc0/ir: allow min/max instructions to be dual-issued in pairsKarol Herbst2016-09-031-2/+12
* nv50,nvc0: respect render condition enable flag when clearing rt/zsIlia Mirkin2016-09-032-12/+24
* nvc0/ir: don't dual-issue ops that depend or interfere with each otherKarol Herbst2016-09-033-14/+23
* nvc0: reduce the initial code segment size to 512KBSamuel Pitoiset2016-09-011-1/+1
* nvc0: allow to resize the code segment dynamicallySamuel Pitoiset2016-09-011-1/+24
* nvc0: add a new bin for the code segmentSamuel Pitoiset2016-09-012-4/+6
* nvc0: add nvc0_screen_resize_text_area() helperSamuel Pitoiset2016-09-013-10/+40
* nvc0: re-upload currently bound shaders after code evictionSamuel Pitoiset2016-09-011-0/+27
* nvc0: refactor the program upload processSamuel Pitoiset2016-09-013-32/+59
* gallium/postprocess: Fix resource freeingThomas Hellstrom2016-09-011-4/+2
* Introduce .editorconfigEric Engestrom2016-08-3116-0/+38
* vc4: Add missing break statement.Eric Anholt2016-08-311-0/+1
* gallium/docs: clarify render_condition_enabled parameter to clear functionsBrian Paul2016-08-311-0/+4
* nvc0: remove an attempt at uploading all IMMD into a CBSamuel Pitoiset2016-08-313-40/+0
* nv50: remove unused nv50_program::immd_size fieldSamuel Pitoiset2016-08-311-1/+0
* nv30: set usage to staging so that the buffer is allocated in GARTIlia Mirkin2016-08-311-1/+2
* nv30: only bail on color/depth bpp mismatch when surfaces are swizzledIlia Mirkin2016-08-311-2/+3
* st/nine: fix unreachable() typoEric Engestrom2016-08-301-1/+1