aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* scons: whitespace cleanupGiuseppe Bilotta2016-05-251-5/+5
* tgsi: print TGSI_PROPERTY_NEXT_SHADER value as string, not an integerBrian Paul2016-05-252-0/+25
* tgsi: s/6/PIPE_SHADER_TYPES/ for tgsi_processor_type_names array sizeBrian Paul2016-05-251-1/+1
* vl/drm: don't call close(-1) in vl_drm_screen_create error pathEmil Velikov2016-05-231-4/+5
* tgsi: remove culldist semantic.Dave Airlie2016-05-231-1/+0
* draw: stop using CULLDIST semantic.Dave Airlie2016-05-2311-50/+32
* gallium/util: Implement util_format_translate_3dAxel Davy2016-05-182-0/+47
* cso: remove / add some commentsBrian Paul2016-05-171-6/+4
* Treewide: Remove Elements() macroJan Vesely2016-05-173-21/+13
* vl/dri: Move the DRI3 check out of sources include into C.Jose Fonseca2016-05-162-5/+5
* vl/dri3: implement functions for get and set timestampLeo Liu2016-05-161-6/+53
* vl/dri3: handle PresentCompleteNotify eventLeo Liu2016-05-161-1/+27
* vl/dri3: implement DRI3 BufferFromPixmapLeo Liu2016-05-161-3/+113
* vl/dri3: add support for resizingLeo Liu2016-05-161-4/+13
* vl/dri3: implement funciton for get dirty areaLeo Liu2016-05-161-2/+9
* vl/dri3: implement function for flush frontbufferLeo Liu2016-05-161-2/+30
* vl/dri3: add back buffers supportLeo Liu2016-05-161-2/+185
* vl/dri3: implement flushing for queued eventsLeo Liu2016-05-161-0/+36
* vl/dri3: register present eventsLeo Liu2016-05-161-0/+27
* vl/dri3: set drawable geometryLeo Liu2016-05-161-0/+35
* vl/dri3: add DRI3 support and implement create and destroyLeo Liu2016-05-163-0/+208
* 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