aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* vl/dri: fix close fd error outLeo Liu2016-05-121-3/+5
* swr: properly expose compressed format supportTim Rowley2016-05-121-0/+6
* gallium: refactor pipe_shader_state to support multiple IR'sRob Clark2016-05-115-17/+20
* gallivm: improve dumping of bitcodeRoland Scheidegger2016-05-112-4/+9
* gallivm: print declarations of intrinsics with GALLIVM_DEBUG=irRoland Scheidegger2016-05-101-0/+5
* gallivm: use InternalLinkage instead of PrivateLinkage for texture functionsRoland Scheidegger2016-05-101-1/+1
* gallivm: disable avx512 featuresRoland Scheidegger2016-05-101-0/+12
* gallium: enable intel jitevents profilingTim Rowley2016-05-091-0/+9
* gallium: fix various undefined left shifts into sign bitNicolai Hähnle2016-05-073-3/+3
* gallium/util: change assertion to conditional in util_bitmask_destroy()Brian Paul2016-05-031-4/+4
* cso: null-out previously bound sampler statesBrian Paul2016-05-031-1/+3
* gallium,utils: Fix trivial sign compare warningsJan Vesely2016-05-038-21/+21
* tgsi: initialize stack allocated structWuZhen2016-05-011-0/+7
* gallium/target-helpers: remove inline_wrapper_sw_helper.hEmil Velikov2016-05-011-42/+0
* 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
* gallium/util: s/Elements/ARRAY_SIZE/Brian Paul2016-04-289-25/+25
* 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
* gallium/util: add u_bit_consecutive for generating a consecutive range of bitsNicolai Hähnle2016-04-271-0/+12
* tgsi/exec: initialise SysSemanticToIndex array to -1Dave Airlie2016-04-271-0/+3
* tgsi/exec: implement restartable machine.Dave Airlie2016-04-272-17/+35
* tgsi/exec: make inputs/outputs optional for compute shaders.Dave Airlie2016-04-271-19/+24
* tgsi/exec: implement load/store/atomic on MEMORY.Dave Airlie2016-04-272-3/+150
* tgsi/exec: split out setting up masks to separate functionDave Airlie2016-04-271-9/+14
* tgsi: accept a starting PC value for exec machine.Dave Airlie2016-04-274-4/+4
* tgsi: move to using vector for system values.Dave Airlie2016-04-274-7/+7
* tgsi/exec: fix system value handling.Dave Airlie2016-04-271-3/+5
* gallium: Include intrin.h instead of defining ourselves.Jose Fonseca2016-04-261-2/+4
* tgsi: pass a shader type to the machine create and clean up.Dave Airlie2016-04-264-14/+14
* gallium/tgsi: move tgsi_exec.h header out of draw_context.hDave Airlie2016-04-262-1/+1
* gallivm: make sampling more robust against bogus coordinatesRoland Scheidegger2016-04-263-13/+43
* util/blitter: use ARRAY_SIZE macroBrian Paul2016-04-251-9/+3
* gallium/util: initialize pipe_framebuffer_state to zerosBrian Paul2016-04-251-1/+1
* util/cache: add comments, fix formattingBrian Paul2016-04-251-5/+35
* gallium: use unreachable instead of assertsGrazvydas Ignotas2016-04-251-1/+1
* gallium: fix warnings in release buildGrazvydas Ignotas2016-04-252-2/+3
* gallium: remove helpers converting to/from TGSI_PROCESSOR_*Marek Olšák2016-04-222-24/+1
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-2222-122/+122
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-2214-182/+170
* gallivm: fix bogus argument order to lp_build_sample_mipmap functionRoland Scheidegger2016-04-211-2/+2
* tgsi/lowering: improved lowering for LRPRussell King2016-04-191-35/+20
* tgsi/lowering: improved lowering for XPDRussell King2016-04-191-22/+13