summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: add new PATCHES primitive typeIlia Mirkin2015-05-161-1/+2
* gallium: add tessellation shader typesIlia Mirkin2015-05-163-2/+8
* gallium/aux: Add needed extern "C" wrappersAlexander von Gluck IV2015-05-152-0/+17
* llvmpipe: enable ARB_texture_viewRoland Scheidegger2015-05-131-1/+1
* gallium/util: fix blitter sampler view target initializationRoland Scheidegger2015-05-131-0/+1
* util: Move gallium's linked list to utilJason Ekstrand2015-05-0812-157/+10
* gallium/double_list: s/INLINE/inline and remove the p_compiler includeJason Ekstrand2015-05-081-7/+6
* draw: (trivial) fix out-of-bounds vector initializationRoland Scheidegger2015-05-061-1/+1
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-061-1/+2
* gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset2015-05-061-1/+3
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-291-3/+3
* gallium/util: get h264 level based on number of max references and resolutionLeo Liu2015-04-281-0/+36
* softpipe: fix another stencil-as-float issueRoland Scheidegger2015-04-271-2/+2
* Fix a few typosZoë Blade2015-04-272-2/+2
* gallium/hud: add more options to customize HUD panesGediminas Jakutis2015-04-262-6/+161
* os/os_memory_aligned.h: Handle integer overflow.Jose Fonseca2015-04-231-1/+27
* draw: fix prim ids when there's no gsRoland Scheidegger2015-04-233-2/+15
* cso: minor comment fixBrian Paul2015-04-221-1/+1
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-222-2/+2
* android: add $(mesa_top)/src include to the whole of mesaEmil Velikov2015-04-221-2/+1
* gallivm: Fix build against LLVM 3.7 SVN r235265Nick Sarnie2015-04-202-2/+2
* indices: fix provoking vertex for quads/quadstripsIlia Mirkin2015-04-181-3/+10
* primconvert: select pv convention only from flatshade_firstIlia Mirkin2015-04-181-2/+1
* gallium/ttn: fix TXFRob Clark2015-04-171-1/+7
* gallium/ttn: add UBO supportRob Clark2015-04-171-9/+60
* gallium/ttn: minor cleanupRob Clark2015-04-171-23/+17
* gallium/ttn: add support for TXL2Rob Clark2015-04-171-0/+11
* gallium/ttn: add support for texture offsetsRob Clark2015-04-171-1/+28
* tgsi: also dump label for TGSI_OPCODE_BGNSUB opcodeBrian Paul2015-04-151-0/+1
* gallium/ttn: add support for system valuesRob Clark2015-04-111-0/+34
* gallium/ttn: fix TXDRob Clark2015-04-111-3/+17
* gallium/ttn: add TXQ support (v2)Rob Clark2015-04-111-8/+51
* gallium/ttn: split out helper to get texture infoRob Clark2015-04-111-53/+59