summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/omx/dec/h264: pass default scaling lists in raster formatIndrajit Das2016-08-111-20/+20
* swr: [rasterizer core] unused variable warning fixesTim Rowley2016-08-103-12/+0
* swr: [rasterizer jitter] add core string to JitManagerTim Rowley2016-08-104-6/+10
* swr: [rasterizer core] fix OOB check of viewport indicesTim Rowley2016-08-101-2/+2
* swr: [rasterizer common] add linux definition for InterlockedAdd64Tim Rowley2016-08-101-0/+2
* swr: [rasterizer jitter] add VMASKSTOREPS intrinsicTim Rowley2016-08-101-0/+1
* swr: [rasterizer jitter] add mask support for odd format fetchTim Rowley2016-08-101-15/+26
* swr: [rasterizer core] routing of viewport indexes through frontendTim Rowley2016-08-106-27/+91
* swr: [rasterizer core] split FE and BE statsTim Rowley2016-08-1011-59/+95
* swr: [rasterizer core] remove all old stats codeTim Rowley2016-08-107-92/+0
* swr: [rasterizer core] viewport array supportTim Rowley2016-08-108-34/+49
* swr: [rasterizer jitter] fetch support for offsetting VertexIDTim Rowley2016-08-102-4/+16
* swr: [rasterizer core] fundamentally change how stats workTim Rowley2016-08-107-19/+94
* swr: [rasterizer core] add rasterizerSampleCount to PS contextTim Rowley2016-08-102-0/+6
* swr: [rasterizer core] remove cygwin threads.cpp stubsTim Rowley2016-08-101-14/+0
* swr: [rasterizer core] allow override of KNOB thread settingsTim Rowley2016-08-106-70/+53
* swr: [rasterizer core] add SwrWaitForIdleFETim Rowley2016-08-104-14/+51
* swr: [rasterizer core] change threadsDone to be a 32-bit value.Tim Rowley2016-08-103-5/+5
* swr: [rasterizer core] update trivial accept test conditionsTim Rowley2016-08-101-3/+6
* swr: [rasterizer core] improve implementation for SoWriteOffsetTim Rowley2016-08-108-31/+63
* swr: [rasterizer common] make disabled asserts always print (but not break)Tim Rowley2016-08-101-5/+3
* vl/rbsp: add a check for emulation prevention three byteLeo Liu2016-08-101-2/+12
* radeonsi: set CB_COLORn_INFO.ROUND_MODEMarek Olšák2016-08-101-0/+5
* radeonsi: set CB_COLORn_INFO.SIMPLE_FLOATMarek Olšák2016-08-101-0/+1
* radeonsi: disallow MIN/MAX blend equations for dual source blendingMarek Olšák2016-08-101-0/+10
* radeonsi: only set dual source blending for MRT0Marek Olšák2016-08-101-0/+4
* st/nine: Fix invalid attempt to use indirect draws.Trevor Davenport2016-08-101-0/+1
* gallium/radeon: use unflushed fences for deferred flushes (v2)Marek Olšák2016-08-101-1/+43
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-1037-43/+70
* gallium/radeon: add HUD queries for mapped VRAM/GTTMarek Olšák2016-08-102-0/+12
* winsys/radeon: track the amount of mapped memoryMarek Olšák2016-08-103-1/+18
* winsys/amdgpu: track the amount of mapped memoryMarek Olšák2016-08-105-1/+26
* winsys/amdgpu: don't try to unmap userptr buffersMarek Olšák2016-08-101-0/+3
* gallium/radeon: increase the size of the renderer stringMarek Olšák2016-08-101-1/+1
* gallium/radeon: implement ARB_clear_texture (v3)Marek Olšák2016-08-103-2/+69
* gallium/radeon: handle render_condition_enable for clear_rt/dsMarek Olšák2016-08-103-6/+12
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-1026-61/+109
* gallium: Add c99_compat.h to u_bitcast.hMathias Fröhlich2016-08-091-0/+2
* util: Move _mesa_fsl/util_last_bit into util/bitscan.hMathias Fröhlich2016-08-091-64/+0
* radeonsi: enable multi-draw related pipe capsNicolai Hähnle2016-08-091-3/+5
* radeonsi: program additional multi draw parametersNicolai Hähnle2016-08-091-5/+25
* radeonsi: program the DRAWID SGPRNicolai Hähnle2016-08-092-4/+7
* radeonsi: add DRAWID parameter to vertex shadersNicolai Hähnle2016-08-092-2/+10
* radeonsi: wire up TGSI_SEMANTIC_BASEINSTANCENicolai Hähnle2016-08-091-0/+5
* radeonsi: remove an incorrect assertionNicolai Hähnle2016-08-091-2/+0
* radeonsi: flush TC L2 cache for indirect draw dataNicolai Hähnle2016-08-092-4/+9
* radeonsi/sid: add additional bits for the DRAW_(INDEX)_INDIRECT_MULTI packetsNicolai Hähnle2016-08-091-0/+3
* ddebug: dump driver states and shaders for apitrace callsMarek Olšák2016-08-091-1/+4
* radeonsi: add has_draw_indirect_multi flagNicolai Hähnle2016-08-083-1/+14
* radeonsi: transpose indirect/index draw dispatchNicolai Hähnle2016-08-081-45/+31