summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* os,llvmpipe: Set rasterizer thread names on Linux.Jose Fonseca2015-02-131-0/+11
* auxiliary/vl: bring back the VL code for the dri targetsEmil Velikov2015-02-122-5/+19
* gallium/hud: also try R8_UNORM format for font texture10.5-branchpointBrian Paul2015-02-071-9/+15
* gallium/hud: flush stdout in print_help(), for WindowsBrian Paul2015-02-071-0/+1
* postprocess: Check for depth buffer in pp_jimenezmlaaPark, Jeongmin2015-02-071-0/+3
* tgsi/ureg: Add missing some missing opcodes opcode_tmp.hEric Anholt2015-02-061-0/+4
* tgsi/ureg: Move ureg_dst_register() to the header.Eric Anholt2015-02-062-28/+25
* gallium/u_tests: test a NULL buffer sampler viewMarek Olšák2015-02-062-13/+42
* gallium/u_tests: test a NULL constant bufferMarek Olšák2015-02-061-0/+57
* gallium/u_tests: test a NULL texture sampler viewMarek Olšák2015-02-061-17/+85
* gallium/u_tests: restructure the only test, refactor out reusable codeMarek Olšák2015-02-061-31/+79
* gallium: run gallium tests if GALLIUM_TESTS=1 is setMarek Olšák2015-02-063-3/+14
* gallium/util: Don't implement u_bit_scan64 on MSVC.Jose Fonseca2015-02-041-0/+2
* gallium/util: Define ffsll on MinGW.Jose Fonseca2015-02-041-0/+1
* gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák2015-02-042-8/+20
* gallium/util: add u_bit_scan64Marek Olšák2015-02-041-0/+7
* tgsi: add tgsi_get_processor_type helper from radeonMarek Olšák2015-02-042-0/+14
* gallium/util: Don't use __builtin_clrsb in util_last_bit().Matt Turner2015-02-031-4/+0
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-287-205/+5
* tgsi: track max array per fileRob Clark2015-01-072-0/+4
* tgsi: keep track of read vs written indirectsRob Clark2015-01-072-0/+8
* tgsi: add uses_centroid into tgsi_shader_infoMarek Olšák2015-01-072-0/+4
* draw: silence uninitialized variable warningBrian Paul2015-01-051-1/+1
* gallivm: silence a couple compiler warningsBrian Paul2015-01-052-1/+4
* gallium/util: make sure cache line size is not zeroLeonid Shatz2015-01-051-1/+5
* gallium/util: fix crash with daz detection on x86Roland Scheidegger2015-01-051-1/+1
* u_primconvert: Fix leak of the upload BO on context destroy.Eric Anholt2014-12-311-0/+2
* vc4: Add dmabuf support.Eric Anholt2014-12-171-0/+5
* draw: revert using correct order for prim decomposition.Roland Scheidegger2014-12-171-1/+3
* gallium: remove support for GCC older than 4.1.0Timothy Arceri2014-12-171-4/+4
* draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.Roland Scheidegger2014-12-164-19/+47
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-163-0/+10
* util: add missing closing brace for __cplusplusBrian Paul2014-12-121-0/+6
* gallium: Remove Android files from distribution.Matt Turner2014-12-121-1/+1
* mesa: Add notes/readme files to distribution.Matt Turner2014-12-121-0/+2
* util: Add headers and python scripts for distribution.Matt Turner2014-12-121-1/+0
* util: Unbreak usage of assert()/debug_assert() inside expressions.José Fonseca2014-12-121-1/+1
* draw: simplify prim id insertion in prim assemblerRoland Scheidegger2014-12-101-34/+5
* draw: fix another decompose bug affecting constant interpolated attributesRoland Scheidegger2014-12-101-2/+1
* draw: fix flatshade stage for constant interpolated valuesRoland Scheidegger2014-12-103-69/+126
* draw: copy over prim id header in flatshade stage when emitting linesRoland Scheidegger2014-12-101-3/+6
* tgsi: add tgsi_shader_info::writes_clipvertexMarek Olšák2014-12-102-0/+4
* tgsi: add clip and cull distance writemasks into tgsi_shader_infoMarek Olšák2014-12-102-0/+6
* tgsi: add tgsi_shader_info::writes_psizeMarek Olšák2014-12-102-0/+4
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-103-20/+5
* gallium/aux: Avoid redefining MAXAlexander von Gluck IV2014-12-101-0/+2
* tgsi/lowering: add support to lower TXP (v2)Rob Clark2014-12-092-15/+34
* draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák2014-12-097-10/+44
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-8/+4
* draw: (trivial): remove double semicolonRoland Scheidegger2014-12-091-1/+1