summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: don't use fast color clear if sharing doesn't allow itMarek Olšák2016-03-091-0/+8
* gallium/radeon: disallow handle export for MSAA & depth texturesMarek Olšák2016-03-091-0/+7
* gallium/radeon: remember that texture_from_handle was called and its flagsMarek Olšák2016-03-091-2/+9
* gallium/radeon: check that handle usage doesn't change for a resourceMarek Olšák2016-03-092-0/+4
* gallium/radeon: disallow reallocation of shared buffersMarek Olšák2016-03-091-0/+4
* gallium/radeon: if we can't discard a whole resource, discard the range insteadMarek Olšák2016-03-091-5/+9
* gallium/radeon: buffer valid range tracking only works with unshared buffersMarek Olšák2016-03-091-0/+1
* gallium/radeon: don't set texture metadata for buffersMarek Olšák2016-03-091-2/+5
* gallium/radeon: set texture metadata only onceMarek Olšák2016-03-093-2/+9
* gallium/radeon: clean up r600_texture_get_handleMarek Olšák2016-03-091-7/+7
* gallium/radeon: move code initializing texture metadata to its own functionMarek Olšák2016-03-091-15/+23
* winsys/amdgpu: allow drivers to set/get opaque metadataMarek Olšák2016-03-091-0/+10
* gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadataMarek Olšák2016-03-093-8/+8
* gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tilingMarek Olšák2016-03-093-4/+2
* gallium/radeon: use a structure for passing tiling flags from/to winsysMarek Olšák2016-03-093-62/+62
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-0918-35/+64
* radeon/uvd: increase max height to 4096 for VI and newerTamil velan2016-03-081-1/+1
* nvc0: add a new validation path for computeSamuel Pitoiset2016-03-092-48/+39
* nvc0: rework the validation path for 3DSamuel Pitoiset2016-03-094-16/+36
* nv50,nvc0: make sure to destroy the mutex used for blitsSamuel Pitoiset2016-03-082-0/+2
* gallium/radeon: don't use temporary buffers for persistent mappingsMarek Olšák2016-03-081-2/+4
* radeon/uvd: disable MPEG1Christian König2016-03-081-0/+1
* gallium/swr: fix issues preventing a 32-bit buildTim Rowley2016-03-072-2/+1
* gallium/swr: remove use of UINT64 from swr_fenceTim Rowley2016-03-071-2/+2
* gm107/ir: add emission for ATOMSSamuel Pitoiset2016-03-071-1/+44
* gm107/ir: add emission for BARSamuel Pitoiset2016-03-071-0/+52
* gk110/ir: add missing src predicate emission for BAR.REDSamuel Pitoiset2016-03-071-0/+8
* gk110/ir: allow to emit immediates for BARSamuel Pitoiset2016-03-071-2/+21
* gk110/ir: fix wrong emission of BAR.SYNCSamuel Pitoiset2016-03-071-1/+0
* nvc0/ir: make sure that thread count immediate for BAR fitSamuel Pitoiset2016-03-071-0/+1
* svga: add new surface-write-flushes HUD queryBrian Paul2016-03-074-8/+23
* svga: add new flush-time HUD queryBrian Paul2016-03-074-7/+24
* svga: also dump SVGA3D_BUFFER surfaces in svga_screen_cache_dump()Brian Paul2016-03-071-2/+8
* nvc0: reset TFB bufctx when we no longer hold a reference to the buffersIlia Mirkin2016-03-062-2/+3
* nv50/ir: using sampleid/pos shouldn't force per-sample interpolationIlia Mirkin2016-03-052-6/+1
* svga: add new command-buffer-size HUD queryBrian Paul2016-03-044-7/+23
* svga: add new svga_winsys_context::get_command_buffer_size()Brian Paul2016-03-041-0/+6
* svga: reorder SVGA_QUERY_ switch cases to match declaration orderBrian Paul2016-03-041-9/+9
* svga: Force an RGBA view creation for an RGBA resourceSinclair Yeh2016-03-041-1/+10
* svga: fix an error in svga_texture_generate_mipmapCharmaine Lee2016-03-041-1/+6
* radeonsi: Do colorformat endian swap for PIPE_USAGE_STAGINGOded Gabbay2016-03-031-5/+1
* r600g: Do colorformat endian swap for PIPE_USAGE_STAGINGOded Gabbay2016-03-032-17/+2
* mesa/build: add OpenSWR to buildTim Rowley2016-03-026-0/+427
* gallium/swr: add OpenSWR rasterizerTim Rowley2016-03-0288-0/+48234
* gallium/swr: add OpenSWR driverTim Rowley2016-03-0223-0/+5718
* gk110/ir: fix wrong emission of NOT modifier for VOTESamuel Pitoiset2016-03-021-1/+1
* freedreno/ir3: enable shareable shadersRob Clark2016-03-015-8/+12
* freedreno/ir3: pass ctx to constant-emit codeRob Clark2016-03-014-25/+21
* freedreno/ir3: add dev ptr to ir3_compilerRob Clark2016-03-016-8/+10
* virgl: add support for passing render condition flags to host.Dave Airlie2016-03-012-1/+5