summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2015-05-22u_math: uses assert, include assert.hDave Airlie1-0/+1
2015-05-20nir: Get rid of the array elements parameter on load/store intrinsicsJason Ekstrand1-2/+0
2015-05-20gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák8-104/+15
2015-05-20cso: add context cleanup code from st/mesaMarek Olšák1-0/+7
2015-05-20tgsi: handle TG4 opcode in tgsi execDave Airlie2-2/+12
2015-05-16tgsi/dump: fix declaration printing of tessellation inputs/outputsIlia Mirkin1-2/+18
2015-05-16tgsi/ureg: allow ureg_dst to have dimension indicesIlia Mirkin2-8/+75
2015-05-16tgsi/ureg: use correct limit for max input countMarek Olšák1-1/+1
2015-05-16tgsi/sanity: set implicit in/out array sizes based on patch sizesIlia Mirkin1-4/+32
2015-05-16tgsi/scan: allow scanning tessellation shadersIlia Mirkin1-1/+5
2015-05-16gallium: disable tessellation shaders for meta opsMarek Olšák3-0/+18
2015-05-16gallium/cso: set NULL shaders at context destructionMarek Olšák1-0/+7
2015-05-16gallium/cso: add support for tessellation shadersMarek Olšák2-0/+105
2015-05-16gallium/u_blitter: disable tessellation for all operationsMarek Olšák2-1/+42
2015-05-16gallium/util: print vertices_per_patch in util_dump_draw_infoMarek Olšák1-0/+2
2015-05-16gallium: add tessellation shader propertiesIlia Mirkin1-1/+6
2015-05-16gallium: add new semantics for tessellationIlia Mirkin1-0/+5
2015-05-16gallium: add new PATCHES primitive typeIlia Mirkin1-1/+2
2015-05-16gallium: add tessellation shader typesIlia Mirkin3-2/+8
2015-05-15gallium/aux: Add needed extern "C" wrappersAlexander von Gluck IV2-0/+17
2015-05-13llvmpipe: enable ARB_texture_viewRoland Scheidegger1-1/+1
2015-05-13gallium/util: fix blitter sampler view target initializationRoland Scheidegger1-0/+1
2015-05-08util: Move gallium's linked list to utilJason Ekstrand12-157/+10
2015-05-08gallium/double_list: s/INLINE/inline and remove the p_compiler includeJason Ekstrand1-7/+6
2015-05-06draw: (trivial) fix out-of-bounds vector initializationRoland Scheidegger1-1/+1
2015-05-06gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset1-1/+2
2015-05-06gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset1-1/+3
2015-04-29winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák1-3/+3
2015-04-28gallium/util: get h264 level based on number of max references and resolutionLeo Liu1-0/+36
2015-04-27softpipe: fix another stencil-as-float issueRoland Scheidegger1-2/+2
2015-04-27Fix a few typosZoë Blade2-2/+2
2015-04-26gallium/hud: add more options to customize HUD panesGediminas Jakutis2-6/+161
2015-04-23os/os_memory_aligned.h: Handle integer overflow.Jose Fonseca1-1/+27
2015-04-23draw: fix prim ids when there's no gsRoland Scheidegger3-2/+15
2015-04-22cso: minor comment fixBrian Paul1-1/+1
2015-04-22android: fix the building rules for Android 5.0Chih-Wei Huang2-2/+2
2015-04-22android: add $(mesa_top)/src include to the whole of mesaEmil Velikov1-2/+1
2015-04-20gallivm: Fix build against LLVM 3.7 SVN r235265Nick Sarnie2-2/+2
2015-04-18indices: fix provoking vertex for quads/quadstripsIlia Mirkin1-3/+10
2015-04-18primconvert: select pv convention only from flatshade_firstIlia Mirkin1-2/+1
2015-04-17gallium/ttn: fix TXFRob Clark1-1/+7
2015-04-17gallium/ttn: add UBO supportRob Clark1-9/+60
2015-04-17gallium/ttn: minor cleanupRob Clark1-23/+17
2015-04-17gallium/ttn: add support for TXL2Rob Clark1-0/+11
2015-04-17gallium/ttn: add support for texture offsetsRob Clark1-1/+28
2015-04-15tgsi: also dump label for TGSI_OPCODE_BGNSUB opcodeBrian Paul1-0/+1
2015-04-11gallium/ttn: add support for system valuesRob Clark1-0/+34
2015-04-11gallium/ttn: fix TXDRob Clark1-3/+17
2015-04-11gallium/ttn: add TXQ support (v2)Rob Clark1-8/+51
2015-04-11gallium/ttn: split out helper to get texture infoRob Clark1-53/+59