summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: flush if constant, shader, and streamout buffers use too much memoryMarek Olšák2016-08-061-15/+18
* radeonsi: flush if sampler views and images use too much memoryMarek Olšák2016-08-062-19/+63
* radeonsi: deal with high vertex buffer memory usage correctlyMarek Olšák2016-08-063-3/+10
* radeonsi: take compute shader and dispatch indirect memory usage into accountMarek Olšák2016-08-061-0/+6
* radeonsi: take scratch buffer and draw indirect memory usage into accountMarek Olšák2016-08-061-0/+6
* radeonsi: check IB memory usage of CP DMA operationsMarek Olšák2016-08-061-0/+5
* gallium/radeon: add r600_resource::vram_usage and gart_usageMarek Olšák2016-08-063-12/+19
* util: Move format_r11g11b10f.h to src/utilJason Ekstrand2016-08-053-234/+1
* util: Move format_rgb9e5.h to src/utilJason Ekstrand2016-08-054-164/+2
* swr: [rasterizer core] static analysis fixes for conservative rastTim Rowley2016-08-042-5/+10
* swr: [rasterizer core] implement InnerConservative input coverageTim Rowley2016-08-046-182/+357
* swr: [rasterizer core] remove CanEarlyZ functionTim Rowley2016-08-041-6/+0
* swr: [rasterizer core] use 32x32 macrotile for openswrTim Rowley2016-08-041-4/+4
* swr: [rasterizer fetch] add support for 24bit format fetchTim Rowley2016-08-041-0/+1
* swr: [rasterizer fetch] additional fetch format supportTim Rowley2016-08-041-3/+15
* swr: [rasterizer jitter] fix potential jit exit crashTim Rowley2016-08-041-1/+6
* swr: [rasterizer core] update sync handlingTim Rowley2016-08-045-15/+15
* swr: [rasterizer core] rename variableTim Rowley2016-08-041-7/+7
* swr: [rasterizer jitter] adjust extern "C" block scopeTim Rowley2016-08-041-3/+5
* swr: [rasterizer core] conservative rast degenerate handlingTim Rowley2016-08-045-144/+332
* swr: [rasterizer core] allow hexadecimal for integer knobsTim Rowley2016-08-041-3/+6
* vc4: Move scalarizing and some lowering to link time.Eric Anholt2016-08-041-5/+12
* vc4: Avoid VS shader recompiles by keeping a set of FS inputs seen so far.Eric Anholt2016-08-043-25/+81
* vc4: Don't recompile the CS when the FS changes.Eric Anholt2016-08-041-0/+2
* vc4: Move FS inputs setup out to a helper function.Eric Anholt2016-08-041-34/+41
* vl/dri3: Destroy Present event context when destroying drawable v2Michel Dänzer2016-08-041-5/+16
* vc4: Avoid generating a custom shader per level in glGenerateMipmaps().Eric Anholt2016-08-033-7/+25
* vc4: Tell valgrind about BO allocations from mmap time to destroy.Eric Anholt2016-08-032-0/+11
* vc4: Fix a leak of the src[] array of VPM reads in optimization.Eric Anholt2016-08-031-4/+5