summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2014-08-28gallium/ilo: cleanup intel_winsys.hEmil Velikov1-1/+1
2014-08-28draw: fix base instance handling in llvm pathRoland Scheidegger3-10/+18
2014-08-26vl/compositor: set the scissor before clearing the render targetChristian König1-1/+1
2014-08-24u_vbuf: Add a few more format fallbacks.Eric Anholt1-0/+32
2014-08-24u_vbuf: Simplify the format fallback translation.Eric Anholt3-117/+87
2014-08-22auxilary/os: Add Solaris support in os_get_total_physical_memory.Vinson Lee1-2/+2
2014-08-21pipe-loader: Fix memory leak v2Tom Stellard2-2/+2
2014-08-20Teach os_get_total_physical_memory about CygwinJon TURNEY1-2/+2
2014-08-20gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee1-0/+4
2014-08-19gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV1-0/+7
2014-08-19gallium/u_blitter: don't use an empty fragment shader if there's a colorbufferMarek Olšák1-1/+1
2014-08-19gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_texMarek Olšák1-0/+3
2014-08-16util: whitespace and formatting fixes in u_math.hBrian Paul1-17/+23
2014-08-16Revert "hud: don't overrun malloced arrays"Dave Airlie1-1/+0
2014-08-15auxiliary/os: introduce os_get_total_physical_memory helper functionEmil Velikov2-0/+71
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin2-2/+4
2014-08-14hud: don't overrun malloced arraysDave Airlie1-0/+1
2014-08-13android: gallium/auxiliary: drop log2/log2f redefitionsEmil Velikov1-22/+0
2014-08-12gallium: add basic support for BPTC formatsIlia Mirkin8-3/+160
2014-08-12mesa/st: add support for dynamic sampler offsetsIlia Mirkin1-1/+1
2014-08-11gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák3-7/+0
2014-08-08u_primconvert: Copy min/max_index from the original primitive.Eric Anholt1-4/+2
2014-08-08vc4: Initial skeleton driver import.Eric Anholt1-0/+56
2014-08-09draw: (trivial) use information about gs being present from variant keyRoland Scheidegger1-5/+4
2014-08-09draw: don't use clipvertex output if user plane clipping is disabledRoland Scheidegger1-2/+2
2014-08-08gallivm: Handle MSAA textures in emit_fetch_texelsDarius Goad1-2/+7
2014-08-08draw: hack around weird primitive id input in gsRoland Scheidegger3-5/+21
2014-08-08draw: fix prim id float cast for non-llvm pathRoland Scheidegger1-8/+4
2014-08-06draw: fix clipvertex trouble if position comes from gsRoland Scheidegger1-1/+5
2014-08-06draw: don't run pipeline stages when gs has no position outputRoland Scheidegger2-1/+5
2014-08-05gallivm: Fix build with latest LLVMJan Vesely1-0/+8
2014-08-05gallivm: fix cube map array (and cube map shadow with bias) handlingRoland Scheidegger2-29/+125
2014-08-04gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand7-316/+3
2014-08-04gallium: Fix compiler warning.Jan Vesely2-2/+2
2014-08-01target-helpers: Do not build kms_dri on libdrm-less platforms.Jon TURNEY1-0/+2
2014-07-30gallium: Add a uif() helper function to complement fui()Eric Anholt1-0/+8
2014-07-31gallivm: fix up out-of-bounds level when using conformant out-of-bound behaviorRoland Scheidegger1-0/+1
2014-07-30gallium: Add a dumb drm/kms winsys backed swrast providerGiovanni Campagna1-0/+32
2014-07-29os_process.c: Add cygwin as an expected platformYaakov Selkowitz1-2/+2
2014-07-28gallium/util: add a helper for calculating primitive count from vertex countMarek Olšák1-0/+15
2014-07-28gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák3-8/+8
2014-07-28util: Fix typoTom Stellard1-1/+1
2014-07-28util: Add util_memcpy_cpu_to_le32() v3Tom Stellard1-0/+17
2014-07-23targets/dri: fix freedreno targetsRob Clark1-2/+10
2014-07-15util/tgsi: Fix ureg_EMIT/ENDPRIM prototype.José Fonseca1-2/+2
2014-07-09gallium: add INTERP_* opcodes to support interpolateAt*Ilia Mirkin1-0/+4
2014-07-10targets/dri-swrast: Convert to static/shared pipe-driverEmil Velikov1-0/+36
2014-07-10targets/dri: cleanup conversion leftoversEmil Velikov1-8/+3
2014-07-10targets/dri: Add __driDriverGetExtensions_vmwgfxEmil Velikov1-0/+12
2014-07-10targets/dri: Add __driDriverGetExtensions_i965 symbolEmil Velikov1-0/+12