summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/cso: allow saving the first fragment shader image slotNicolai Hähnle2016-06-012-0/+48
* gallium/u_inlines: allow NULL src in util_copy_image_viewNicolai Hähnle2016-06-011-4/+11
* gallium/util: add util_texrange_covers_whole_level from radeonMarek Olšák2016-06-011-0/+12
* gallium/u_blitter: do GL-compliant integer resolvesMarek Olšák2016-05-311-19/+7
* gallivm: initialize init_native_targets_once_flag correctlyFrederic Devernay2016-05-301-1/+1
* gallium/util: another s/unsigned/enum pipe_prim_type/ for clangBrian Paul2016-05-271-1/+1
* gallium/util: another unsigned -> enum pipe_prim_type changeBrian Paul2016-05-271-1/+1
* gallivm: eliminate a unnecessary AND with unorm lerpsRoland Scheidegger2016-05-271-10/+35
* gallium/util: use enum pipe_prim_type instead of unsigned some moreRoland Scheidegger2016-05-271-5/+16
* gallium/util: fix build breakRob Clark2016-05-261-0/+1
* gallium/util: use enum pipe_prim_type in u_prim.h functionsBrian Paul2016-05-261-14/+16
* util/indices: move duplicated assignments out of switch casesBrian Paul2016-05-261-29/+4
* util/indices,svga: s/unsigned/enum pipe_prim_type/Brian Paul2016-05-263-16/+17
* util: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-269-13/+15
* util/indices: implement unfilled (tri->line) conversion for adjacency primsBrian Paul2016-05-262-2/+38
* util/indices: implement provoking vertex conversion for adjacency primitivesBrian Paul2016-05-263-3/+134
* util/indices: assert that the incoming primitive is a triangle typeBrian Paul2016-05-261-0/+5
* util/indices: formatting, whitespace fixes in u_unfilled_indices.cBrian Paul2016-05-261-12/+7
* util/indices: improve comments in u_indices.hBrian Paul2016-05-261-3/+29
* tgsi: fix coverity out-of-bounds warningRob Clark2016-05-261-0/+3
* tgsi: fix out of bounds accessRob Clark2016-05-261-1/+1
* gallium/tgsi: use _mesa_roundevenf in micro_rndLars Hamre2016-05-261-4/+5
* 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