aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: add radeon_llvm_bound_index for bounds checkingNicolai Hähnle2016-08-173-18/+34
* gallium/radeon: reduce alloca of temporaries based on usagemaskNicolai Hähnle2016-08-172-10/+54
* gallium/radeon: use tgsi_scan_arrays for temp arraysNicolai Hähnle2016-08-173-5/+10
* gallium/radeon: allocate temps array info in radeon_llvm_context_initNicolai Hähnle2016-08-173-36/+47
* gallium/radeon: always do the full store in store_value_to_arrayNicolai Hähnle2016-08-171-49/+28
* gallium/radeon: extract common getelementptr logic into get_pointer_into_arrayNicolai Hähnle2016-08-171-39/+66
* gallium/radeon: pass indirect register info into get_alloca_for_arrayNicolai Hähnle2016-08-171-5/+6
* gallium/radeon: extract common lookup code into get_temp_array functionNicolai Hähnle2016-08-171-33/+40
* gallium/radeon: clarify the comment on the array alloca heuristicNicolai Hähnle2016-08-171-10/+19
* gallium/radeon: more descriptive names for LLVM temporaries in debug buildsNicolai Hähnle2016-08-171-2/+12
* gallium/radeon: simplify radeon_llvm_emit_store for direct array addressingNicolai Hähnle2016-08-171-7/+0
* gallium/radeon: simplify radeon_llvm_emit_fetch for direct array addressingNicolai Hähnle2016-08-171-5/+0
* gallium/radeon: clean up emit_declaration for temporariesNicolai Hähnle2016-08-171-9/+18
* nv50/ir: fix bb positions after exit instructionsIlia Mirkin2016-08-161-3/+10
* nv50/ir: properly clear upper bits of a bitset fillIlia Mirkin2016-08-161-2/+2
* freedreno/a3xx: fix generic clear pathRob Clark2016-08-161-0/+1
* gallium/i915: inline the util_clear() code into i915_clear_blitter()Brian Paul2016-08-161-3/+21
* svga: remove unused var in svga_mark_surfaces_dirty()Brian Paul2016-08-161-1/+0
* svga: avoid a calloc in svga_buffer_transfer_map()Brian Paul2016-08-161-1/+3
* svga: don't call os_get_time() when not needed by Gallium HUDBrian Paul2016-08-165-11/+26
* svga: remove unneeded memset() call in draw_vgpu10()Brian Paul2016-08-161-2/+1
* svga: reduce looping in svga_mark_surfaces_dirty()Brian Paul2016-08-161-1/+1
* svga: minor clean-ups in define_rasterizer_object()Brian Paul2016-08-161-5/+6
* svga: remove incorrect buffer invalidation codeBrian Paul2016-08-161-5/+0
* svga: additional comments for svga_hw_draw_state membersBrian Paul2016-08-161-4/+11
* svga: use the sws local var to simplify some codeBrian Paul2016-08-161-3/+2
* svga: minor whitespace and code clean-upsBrian Paul2016-08-161-32/+25
* freedreno/a4xx: use generic clear pathRob Clark2016-08-162-215/+4
* freedreno/a3xx: use generic clear pathRob Clark2016-08-162-200/+4
* freedreno: support for using generic clear pathRob Clark2016-08-165-10/+92
* nv50,nvc0: fix depth range when halfz is enabledIlia Mirkin2016-08-142-4/+14
* freedreno/a3xx+a4xx: move common VBOs to fd_contextRob Clark2016-08-1310-185/+116
* freedreno/a2xx: add missing casts to silence notices[email protected]2016-08-131-2/+2
* freedreno/ir3: fix issue with emit_tex()Rob Clark2016-08-131-19/+28
* 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