summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* u_vbuf: Add a few more format fallbacks.Eric Anholt2014-08-241-0/+32
* u_vbuf: Simplify the format fallback translation.Eric Anholt2014-08-243-117/+87
* auxilary/os: Add Solaris support in os_get_total_physical_memory.Vinson Lee2014-08-221-2/+2
* pipe-loader: Fix memory leak v2Tom Stellard2014-08-212-2/+2
* Teach os_get_total_physical_memory about CygwinJon TURNEY2014-08-201-2/+2
* gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee2014-08-201-0/+4
* gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV2014-08-191-0/+7
* gallium/u_blitter: don't use an empty fragment shader if there's a colorbufferMarek Olšák2014-08-191-1/+1
* gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_texMarek Olšák2014-08-191-0/+3
* util: whitespace and formatting fixes in u_math.hBrian Paul2014-08-161-17/+23
* Revert "hud: don't overrun malloced arrays"Dave Airlie2014-08-161-1/+0
* auxiliary/os: introduce os_get_total_physical_memory helper functionEmil Velikov2014-08-152-0/+71
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-142-2/+4
* hud: don't overrun malloced arraysDave Airlie2014-08-141-0/+1
* android: gallium/auxiliary: drop log2/log2f redefitionsEmil Velikov2014-08-131-22/+0
* gallium: add basic support for BPTC formatsIlia Mirkin2014-08-128-3/+160
* mesa/st: add support for dynamic sampler offsetsIlia Mirkin2014-08-121-1/+1
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-113-7/+0
* u_primconvert: Copy min/max_index from the original primitive.Eric Anholt2014-08-081-4/+2
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+56
* draw: (trivial) use information about gs being present from variant keyRoland Scheidegger2014-08-091-5/+4
* draw: don't use clipvertex output if user plane clipping is disabledRoland Scheidegger2014-08-091-2/+2
* gallivm: Handle MSAA textures in emit_fetch_texelsDarius Goad2014-08-081-2/+7
* draw: hack around weird primitive id input in gsRoland Scheidegger2014-08-083-5/+21
* draw: fix prim id float cast for non-llvm pathRoland Scheidegger2014-08-081-8/+4
* draw: fix clipvertex trouble if position comes from gsRoland Scheidegger2014-08-061-1/+5
* draw: don't run pipeline stages when gs has no position outputRoland Scheidegger2014-08-062-1/+5
* gallivm: Fix build with latest LLVMJan Vesely2014-08-051-0/+8
* gallivm: fix cube map array (and cube map shadow with bias) handlingRoland Scheidegger2014-08-052-29/+125
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-047-316/+3
* gallium: Fix compiler warning.Jan Vesely2014-08-042-2/+2
* target-helpers: Do not build kms_dri on libdrm-less platforms.Jon TURNEY2014-08-011-0/+2
* gallium: Add a uif() helper function to complement fui()Eric Anholt2014-07-301-0/+8
* gallivm: fix up out-of-bounds level when using conformant out-of-bound behaviorRoland Scheidegger2014-07-311-0/+1
* gallium: Add a dumb drm/kms winsys backed swrast providerGiovanni Campagna2014-07-301-0/+32
* os_process.c: Add cygwin as an expected platformYaakov Selkowitz2014-07-291-2/+2
* gallium/util: add a helper for calculating primitive count from vertex countMarek Olšák2014-07-281-0/+15
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-283-8/+8
* util: Fix typoTom Stellard2014-07-281-1/+1
* util: Add util_memcpy_cpu_to_le32() v3Tom Stellard2014-07-281-0/+17
* targets/dri: fix freedreno targetsRob Clark2014-07-231-2/+10
* util/tgsi: Fix ureg_EMIT/ENDPRIM prototype.José Fonseca2014-07-151-2/+2
* gallium: add INTERP_* opcodes to support interpolateAt*Ilia Mirkin2014-07-091-0/+4
* targets/dri-swrast: Convert to static/shared pipe-driverEmil Velikov2014-07-101-0/+36
* targets/dri: cleanup conversion leftoversEmil Velikov2014-07-101-8/+3
* targets/dri: Add __driDriverGetExtensions_vmwgfxEmil Velikov2014-07-101-0/+12
* targets/dri: Add __driDriverGetExtensions_i965 symbolEmil Velikov2014-07-101-0/+12
* targets/dri: Add __driDriverGetExtensions_i915 symbolEmil Velikov2014-07-101-0/+12
* targets/dri: Add __driDriverGetExtensions_freedreno symbolEmil Velikov2014-07-101-0/+12
* targets/dri: Add __driDriverGetExtensions_(r300|r600|radeonsi) symbolsEmil Velikov2014-07-101-0/+36