summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: move index buffer calculations in si_emit_draw_packets upNicolai Hähnle2016-08-081-9/+12
* radeonsi: unify emitting PKT3_SET_BASE for indirect drawsNicolai Hähnle2016-08-081-16/+9
* winsys/amdgpu: query ME/PFP/CE firmware versionsNicolai Hähnle2016-08-083-0/+28
* radeonsi: move spi_ps_input_addr override outside of the loopNicolai Hähnle2016-08-081-3/+3
* radeonsi: drop unnecessary u_pstipple.h includeNicolai Hähnle2016-08-081-1/+0
* radeonsi: do not pass the return type to buffer_load_constNicolai Hähnle2016-08-081-18/+18
* Revert "gallium/radeon: count contexts"Marek Olšák2016-08-062-4/+0
* radeonsi: add GLSL lit testsMarek Olšák2016-08-0619-0/+490
* radeonsi: add a standalone compiler amdgcn_glslcMarek Olšák2016-08-063-0/+323
* radeonsi: add environment variable SI_FORCE_FAMILYMarek Olšák2016-08-061-0/+32
* winsys/radeon: implement cs_get_next_fenceMarek Olšák2016-08-062-2/+29
* winsys/amdgpu: implement cs_get_next_fenceMarek Olšák2016-08-062-4/+35
* gallium/radeon: add cs_get_next_fence winsys callbackMarek Olšák2016-08-061-0/+7
* gallium/radeon: count contextsMarek Olšák2016-08-062-0/+4
* gallium/radeon: count gfx IB flushesMarek Olšák2016-08-063-1/+3
* gallium/radeon: move radeon_winsys::cs_memory_below_limit to driversMarek Olšák2016-08-067-52/+32
* gallium/radeon: inline radeon_winsys::query_memory_usageMarek Olšák2016-08-064-15/+1
* gallium/radeon/winsyses: expose per-IB used_vram and used_gart to driversMarek Olšák2016-08-065-25/+24
* gallium/radeon/winsyses: print CS submission error numberMarek Olšák2016-08-062-2/+2