summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/target-helpers: remove inline_wrapper_sw_helper.hEmil Velikov2016-05-011-42/+0
* glx: Refactor the configure options for glx implementation choice (v3)Chuck Atkins2016-05-011-1/+1
* freedreno/ir3: use pipe_debug_callback for shader-db tracesRob Clark2016-04-306-33/+43
* freedreno/a4xx: add debug callback to emitRob Clark2016-04-303-0/+6
* freedreno/a3xx: add debug callback to emitRob Clark2016-04-303-0/+7
* freedreno: wire up core pipe_debug_callbackRob Clark2016-04-302-0/+15
* freedreno/ir3: handle color clamp variant ourselvesRob Clark2016-04-305-3/+28
* freedreno: fix indentationRob Clark2016-04-303-12/+12
* radeonsi: fix synchronization of shader imagesMarek Olšák2016-04-301-7/+11
* gallium/radeon: fix crash in r600_set_streamout_targetsNicolai Hähnle2016-04-292-7/+9
* tgsi/text: fix parsing of memory instructionsNicolai Hähnle2016-04-291-13/+27
* tgsi/text: add str_match_name_from_arrayNicolai Hähnle2016-04-291-0/+18
* tgsi/text: add str_match_format helper functionNicolai Hähnle2016-04-291-9/+22
* tgsi/build: pass Memory.Texture and .Format through tgsi_build_full_instructionNicolai Hähnle2016-04-291-2/+6
* tgsi/dump: signal nospace when the last print exceeded the sizeNicolai Hähnle2016-04-291-4/+6
* tgsi/dump: shared dump_ctx initializationNicolai Hähnle2016-04-291-31/+17
* st/omx: don't return early in vid_enc_EncodeFrame()Emil Velikov2016-04-291-1/+2
* nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-286-7/+7
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-286-9/+9
* nvc0: stick compute kernel arguments into uniform_boSamuel Pitoiset2016-04-295-26/+10
* swr: remove duplicated constant update codeTim Rowley2016-04-281-44/+47
* gallium/radeon: add the size only once in r600_context_add_resource_sizeMarek Olšák2016-04-281-5/+3
* winsys/radeon: enlarge buffer_indices_hashlistBas Nieuwenhuizen2016-04-281-1/+1
* gallium/radeon: drop support for LINEAR_GENERAL layoutMarek Olšák2016-04-287-91/+20
* radeonsi: rework clear_buffer flagsMarek Olšák2016-04-289-32/+46
* gallium/util: s/Elements/ARRAY_SIZE/Brian Paul2016-04-289-25/+25
* radeonsi: remove needless cache flushes at the end of CP DMA operationsMarek Olšák2016-04-281-8/+0
* radeonsi: remove flushes at the beginning and end of IBs done by the kernelMarek Olšák2016-04-281-12/+12
* nir: rename lower_flrp to lower_flrp32Samuel Iglesias Gonsálvez2016-04-282-2/+2
* radeonsi: check if value is negativeJakob Sinclair2016-04-281-1/+4
* clover: Fix build against clang SVN >= r267772Michel Dänzer2016-04-281-0/+3
* llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-2712-54/+54
* tgsi: s/Elements/ARRAY_SIZE/Brian Paul2016-04-276-28/+28
* os: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-1/+1
* hud: s/Elements/ARRAY_SIZE/Brian Paul2016-04-273-7/+7
* gallivm: s/Elements/ARRAY_SIZE/Brian Paul2016-04-279-29/+29
* draw: s/Elements/ARRAY_SIZE/Brian Paul2016-04-277-24/+24
* softpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-277-27/+27
* winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle2016-04-2711-26/+17
* gallium/radeon: remove use_reusable_pool parameter from r600_init_resourceNicolai Hähnle2016-04-275-9/+7
* radeon/video: always use the reusable buffer poolNicolai Hähnle2016-04-274-5/+5
* radeonsi: work around an MSAA fast stencil clear problemNicolai Hähnle2016-04-271-3/+15
* radeonsi: expclear must be disabled on first Z/S clearNicolai Hähnle2016-04-271-2/+2
* radeonsi: move blend choice out of loop in si_blit_decompress_colorNicolai Hähnle2016-04-271-9/+9
* radeonsi: use level mask for early out in si_blit_decompress_colorNicolai Hähnle2016-04-271-6/+8
* radeonsi: si_blit_decompress_depth is only used for stagingNicolai Hähnle2016-04-271-21/+5
* radeonsi: only decompress the required ZS planes from si_blitNicolai Hähnle2016-04-271-6/+7
* radeonsi: decompress Z & S planes in one passNicolai Hähnle2016-04-271-28/+73