summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2015-03-07gallium/auxiliary/indices: fix start paramMarc-Andre Lureau1-4/+4
2015-02-27auxilary/os: correct sysctl use in os_get_total_physical_memory()Jonathan Gray1-2/+2
2015-02-24auxiliary/vl: honour the DRI2PROTO_CFLAGSEmil Velikov1-0/+1
2015-02-24auxiliary/vl: Build vl_winsys_dri.c only when needed.Emil Velikov1-0/+4
2015-02-12auxiliary/vl: bring back the VL code for the dri targetsEmil Velikov2-5/+19
2015-02-07gallium/hud: also try R8_UNORM format for font texture10.5-branchpointBrian Paul1-9/+15
2015-02-07gallium/hud: flush stdout in print_help(), for WindowsBrian Paul1-0/+1
2015-02-07postprocess: Check for depth buffer in pp_jimenezmlaaPark, Jeongmin1-0/+3
2015-02-06tgsi/ureg: Add missing some missing opcodes opcode_tmp.hEric Anholt1-0/+4
2015-02-06tgsi/ureg: Move ureg_dst_register() to the header.Eric Anholt2-28/+25
2015-02-06gallium/u_tests: test a NULL buffer sampler viewMarek Olšák2-13/+42
2015-02-06gallium/u_tests: test a NULL constant bufferMarek Olšák1-0/+57
2015-02-06gallium/u_tests: test a NULL texture sampler viewMarek Olšák1-17/+85
2015-02-06gallium/u_tests: restructure the only test, refactor out reusable codeMarek Olšák1-31/+79
2015-02-06gallium: run gallium tests if GALLIUM_TESTS=1 is setMarek Olšák3-3/+14
2015-02-04gallium/util: Don't implement u_bit_scan64 on MSVC.Jose Fonseca1-0/+2
2015-02-04gallium/util: Define ffsll on MinGW.Jose Fonseca1-0/+1
2015-02-04gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák2-8/+20
2015-02-04gallium/util: add u_bit_scan64Marek Olšák1-0/+7
2015-02-04tgsi: add tgsi_get_processor_type helper from radeonMarek Olšák2-0/+14
2015-02-03gallium/util: Don't use __builtin_clrsb in util_last_bit().Matt Turner1-4/+0
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt7-205/+5
2015-01-07tgsi: track max array per fileRob Clark2-0/+4
2015-01-07tgsi: keep track of read vs written indirectsRob Clark2-0/+8
2015-01-07tgsi: add uses_centroid into tgsi_shader_infoMarek Olšák2-0/+4
2015-01-05draw: silence uninitialized variable warningBrian Paul1-1/+1
2015-01-05gallivm: silence a couple compiler warningsBrian Paul2-1/+4
2015-01-05gallium/util: make sure cache line size is not zeroLeonid Shatz1-1/+5
2015-01-05gallium/util: fix crash with daz detection on x86Roland Scheidegger1-1/+1
2014-12-31u_primconvert: Fix leak of the upload BO on context destroy.Eric Anholt1-0/+2
2014-12-17vc4: Add dmabuf support.Eric Anholt1-0/+5
2014-12-17draw: revert using correct order for prim decomposition.Roland Scheidegger1-1/+3
2014-12-17gallium: remove support for GCC older than 4.1.0Timothy Arceri1-4/+4
2014-12-16draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.Roland Scheidegger4-19/+47
2014-12-16gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger3-0/+10
2014-12-12util: add missing closing brace for __cplusplusBrian Paul1-0/+6
2014-12-12gallium: Remove Android files from distribution.Matt Turner1-1/+1
2014-12-12mesa: Add notes/readme files to distribution.Matt Turner1-0/+2
2014-12-12util: Add headers and python scripts for distribution.Matt Turner1-1/+0
2014-12-12util: Unbreak usage of assert()/debug_assert() inside expressions.José Fonseca1-1/+1
2014-12-10draw: simplify prim id insertion in prim assemblerRoland Scheidegger1-34/+5
2014-12-10draw: fix another decompose bug affecting constant interpolated attributesRoland Scheidegger1-2/+1
2014-12-10draw: fix flatshade stage for constant interpolated valuesRoland Scheidegger3-69/+126
2014-12-10draw: copy over prim id header in flatshade stage when emitting linesRoland Scheidegger1-3/+6
2014-12-10tgsi: add tgsi_shader_info::writes_clipvertexMarek Olšák2-0/+4
2014-12-10tgsi: add clip and cull distance writemasks into tgsi_shader_infoMarek Olšák2-0/+6
2014-12-10tgsi: add tgsi_shader_info::writes_psizeMarek Olšák2-0/+4
2014-12-10cso: put cso_release_all into cso_destroy_contextMarek Olšák3-20/+5
2014-12-10gallium/aux: Avoid redefining MAXAlexander von Gluck IV1-0/+2
2014-12-09tgsi/lowering: add support to lower TXP (v2)Rob Clark2-15/+34