summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* swr: Removed stalling SwrWaitForIdle from queries.Bruce Cherniak2016-10-034-119/+87
* swr: [rasterizer core] refactor thread creationTim Rowley2016-10-033-9/+29
* swr: [rasterizer jitter] canonicalize blend compile stateTim Rowley2016-10-032-0/+39
* swr: [rasterizer core] archrast fixesTim Rowley2016-10-034-7/+14
* swr: [rasterizer jitter] fixes for icc in vs2015 compat modeTim Rowley2016-10-0312-1404/+1439
* swr: [rasterizer core] generalize compute dispatch mechanismTim Rowley2016-10-033-4/+15
* swr: [rasterizer common] os.h portability header changesTim Rowley2016-10-031-0/+6
* gallium/radeon: fix crash/regression in performance countersNicolai Hähnle2016-09-301-0/+9
* gallium/radeon: update documentation of buffer_get_virtual_addressNicolai Hähnle2016-09-301-0/+3
* gallium/radeon: emit relocations for query fencesNicolai Hähnle2016-09-304-9/+15
* radeon/uvd: adjust the buffer offset when relocation is usedNicolai Hähnle2016-09-301-0/+1
* radeon/vce: adjust the buffer offset when relocation is usedNicolai Hähnle2016-09-301-0/+1
* radeon/video: don't use sub-allocated buffersNicolai Hähnle2016-09-302-1/+10
* nv50/ir: teach insnCanLoad() about SHLADDSamuel Pitoiset2016-09-291-0/+2
* nv50/ir: optimize SHLADD(a, b, c) to MOV((a << b) + c)Samuel Pitoiset2016-09-291-0/+3
* nv50/ir: optimize SHLADD(a, b, 0x0) to SHL(a, b)Samuel Pitoiset2016-09-291-0/+8
* nv50/ir: optimize IMAD to SHLADD in presence of power of 2Samuel Pitoiset2016-09-291-0/+7
* nvc0/ir: add emission for SHLADDSamuel Pitoiset2016-09-293-0/+127
* nv50/ir: add preliminary support for SHLADDSamuel Pitoiset2016-09-295-7/+17
* nvc0: update GM107 sched control codes formatSamuel Pitoiset2016-09-292-23/+23
* gallium/radeon: use smaller buffers for query resultsNicolai Hähnle2016-09-291-1/+1
* gallium/radeon/winsyses: add radeon_winsys::min_alloc_sizeNicolai Hähnle2016-09-291-0/+1
* radeonsi: enable ARB_query_buffer_object (v2)Nicolai Hähnle2016-09-291-7/+14
* gallium/radeon: implement get_query_result_resource (v2)Nicolai Hähnle2016-09-294-1/+402
* gallium/radeon: zero all query buffersNicolai Hähnle2016-09-292-17/+11
* gallium/radeon: cleanup getting PIPE_QUERY_TIMESTAMP resultNicolai Hähnle2016-09-291-5/+1
* gallium/radeon: add query fences and r600_get_hw_query_paramsNicolai Hähnle2016-09-291-16/+91
* radeonsi: add save_qbo_stateNicolai Hähnle2016-09-293-0/+22
* radeonsi: add si_get_shader_buffers/get_pipe_constant_buffers (v2)Nicolai Hähnle2016-09-292-0/+51
* gallium/radeon: add r600_gfx_{write,wait}_fenceNicolai Hähnle2016-09-293-38/+60
* gallium/radeon: add barrier_flags to r600_common_screenNicolai Hähnle2016-09-293-0/+23
* vc4: Emit perf debug when we fall back to quad clears.Eric Anholt2016-09-281-0/+2
* gallium/radeon: Initialize pipe_resource::next to NULLMichel Dänzer2016-09-282-0/+2
* swr: replace gallium->swr format enum conversionTim Rowley2016-09-271-51/+293
* winsys/amdgpu: add fence and buffer list logic for slab allocated buffersNicolai Hähnle2016-09-271-0/+3
* gallium/radeon: add RADEON_FLAG_HANDLENicolai Hähnle2016-09-273-1/+4
* gallium/radeon: add RADEON_USAGE_SYNCHRONIZEDNicolai Hähnle2016-09-275-13/+25
* nv50/ir: fix comments about instructions infoSamuel Pitoiset2016-09-261-2/+3
* nvc0: allow to force compiling programs in debug buildSamuel Pitoiset2016-09-261-9/+10
* nv50/ir: drop unused NVISA_XXX_CHIPSET constantsSamuel Pitoiset2016-09-261-2/+0
* r600g: Add support for PK2H/UP2HGlenn Kennard2016-09-262-5/+104
* svga: set PIPE_BIND_DEPTH_STENCIL flag for new resources when possibleBrian Paul2016-09-231-1/+11
* svga: don't special case caps for SVGA3D_R32_FLOATBrian Paul2016-09-231-6/+2
* svga: use new adjust_z_layer() helper in svga_pipe_blit.cBrian Paul2016-09-231-44/+28
* svga: simplify/improve the format compatibility check for region copiesBrian Paul2016-09-231-5/+25
* svga: add const qualifier on svga_translate_format()Brian Paul2016-09-232-2/+2
* svga: eliminate unneeded gotos in svga_validate_surface_view()Brian Paul2016-09-231-7/+4
* svga: disable srgb format related code from svga_blit()Neha Bhende2016-09-231-12/+0
* nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.Eric Anholt2016-09-221-1/+1
* svga: minor simplification in svga_validate_surface_view()Brian Paul2016-09-211-3/+2