aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* draw: updates to support SVIEW declsRob Clark2015-06-212-2/+32
* tgsi/transform: add support for SVIEW declsRob Clark2015-06-211-0/+21
* u_vbuf: fix src_offset alignment in u_vbuf_create_vertex_elements()Brian Paul2015-06-191-1/+2
* tgsi: add comments for ureg_emit_label()Brian Paul2015-06-191-0/+6
* tgsi: new comments, assertion for executing TGSI_OPCODE_CALBrian Paul2015-06-191-1/+5
* llvmpipe: Truncate the binned constants to max const buffer size.Jose Fonseca2015-06-191-1/+5
* gallium: Enable build of NIR support on Android.Eric Anholt2015-06-151-0/+3
* gallium/util: add util_last_bit64Marek Olšák2015-06-141-0/+19
* gallivm: Only build lp_profile() body when PROFILE is definedTom Stellard2015-06-121-1/+1
* android: enable the radeonsi driverChih-Wei Huang2015-06-091-0/+8
* rtasm: Generalize executable memory allocator to all Unices.Jose Fonseca2015-06-091-1/+1
* tgsi/ureg: fix a coverity defect in emit_declsMarek Olšák2015-06-051-3/+4
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-054-36/+142
* tgsi/ureg: add support for output array declarationsMarek Olšák2015-06-052-24/+66
* tgsi/ureg: add support for GS input array declarationsMarek Olšák2015-06-052-13/+28
* tgsi/ureg: merge input and fs_input arraysMarek Olšák2015-06-051-51/+33
* tgsi/ureg: rename and simplify ureg_DECL_gs_inputMarek Olšák2015-06-052-19/+19
* tgsi/ureg: add support for FS input array declarationsMarek Olšák2015-06-052-16/+59
* tgsi/scan: get more information about arrays and handle arrays correctly (v2)Marek Olšák2015-06-052-3/+25
* draw: (trivial) fix NULL pointer dereferenceRoland Scheidegger2015-06-051-2/+2
* gallium/util: silence silence unused var warnings for non-debug buildBrian Paul2015-06-011-2/+1
* gallivm: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+1
* pipebuffer: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+1
* draw: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+4
* gallivm: Remove stub disassemblerSymbolLookupCB.Jose Fonseca2015-06-011-13/+1
* gallivm: make sampling more robust when the sampler setup is bogusRoland Scheidegger2015-05-291-6/+32
* gallivm: Use the LLVM's C disassembly interface.Jose Fonseca2015-05-291-223/+37
* gallivm: Disable frame pointer omission on LLVM 3.7.Jose Fonseca2015-05-291-0/+10
* gallivm: Workaround LLVM PR23628.Jose Fonseca2015-05-281-0/+11
* gallivm: Do not use NoFramePointerElim with LLVM 3.7.Vinson Lee2015-05-272-0/+4
* tgsi/ureg: enable creating tessellation shaders with ureg_create_shaderMarek Olšák2015-05-261-4/+14
* tgsi/text: enable parsing tessellation shadersMarek Olšák2015-05-261-0/+4
* gallium: rename TGSI tessellation processor types to match pipe shader namesMarek Olšák2015-05-264-15/+15
* u_math: uses assert, include assert.hDave Airlie2015-05-221-0/+1
* nir: Get rid of the array elements parameter on load/store intrinsicsJason Ekstrand2015-05-201-2/+0
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-208-104/+15
* cso: add context cleanup code from st/mesaMarek Olšák2015-05-201-0/+7
* tgsi: handle TG4 opcode in tgsi execDave Airlie2015-05-202-2/+12
* tgsi/dump: fix declaration printing of tessellation inputs/outputsIlia Mirkin2015-05-161-2/+18
* tgsi/ureg: allow ureg_dst to have dimension indicesIlia Mirkin2015-05-162-8/+75
* tgsi/ureg: use correct limit for max input countMarek Olšák2015-05-161-1/+1
* tgsi/sanity: set implicit in/out array sizes based on patch sizesIlia Mirkin2015-05-161-4/+32
* tgsi/scan: allow scanning tessellation shadersIlia Mirkin2015-05-161-1/+5
* gallium: disable tessellation shaders for meta opsMarek Olšák2015-05-163-0/+18
* gallium/cso: set NULL shaders at context destructionMarek Olšák2015-05-161-0/+7
* gallium/cso: add support for tessellation shadersMarek Olšák2015-05-162-0/+105
* gallium/u_blitter: disable tessellation for all operationsMarek Olšák2015-05-162-1/+42
* gallium/util: print vertices_per_patch in util_dump_draw_infoMarek Olšák2015-05-161-0/+2
* gallium: add tessellation shader propertiesIlia Mirkin2015-05-161-1/+6
* gallium: add new semantics for tessellationIlia Mirkin2015-05-161-0/+5