summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2014-02-06vl/vlc: add remove bits functionChristian König1-0/+12
2014-02-05tgsi/ureg: increase the number of immediatesZack Rusin1-1/+1
2014-02-05gallivm: make sure analysis works with large number of immediatesZack Rusin1-8/+9
2014-02-05gallivm: handle huge number of immediatesZack Rusin4-44/+86
2014-02-05gallivm: allow large numbers of temporariesZack Rusin4-5/+20
2014-02-05gallivm: fix F2U opcodeRoland Scheidegger1-20/+22
2014-02-03draw: fix incorrect color of flat-shaded clipped linesBrian Paul1-1/+12
2014-02-03gallium/auxiliary/indices: replace free() with FREE()Brian Paul1-1/+1
2014-02-03gallivm: fix opcode and function nestingZack Rusin2-157/+317
2014-02-02gallivm: add a few const qualifiersBrian Paul2-4/+4
2014-02-02translate: reindent translate_sse.cBrian Paul1-472/+474
2014-01-28gallivm: Workaround http://llvm.org/PR18600José Fonseca1-2/+4
2014-01-27util/u_vbuf: correct map offset calculation for crazy offsetsIlia Mirkin1-1/+1
2014-01-27translate: deal with size overflows by casting to ptrdiff_tIlia Mirkin2-3/+7
2014-01-27gallium/rtasm: handle mmap failures appropriatelyEmil Velikov1-3/+7
2014-01-23draw: Save original driver functions earlier.José Fonseca2-14/+14
2014-01-23os/os_thread: Revert pipe_barrier pre-processing logic.José Fonseca1-1/+1
2014-01-23gallium: Use C11 thread abstractions.José Fonseca1-230/+32
2014-01-23os: Remove pipe_static_condvar.José Fonseca1-12/+0
2014-01-23gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formatsMarek Olšák1-0/+3
2014-01-23gallium/u_upload_mgr: don't expose u_upload_flushMarek Olšák2-22/+4
2014-01-23gallium/hud: just unmap the upload vertex buffer instead of recreating itMarek Olšák1-1/+1
2014-01-23gallium/vl: use u_upload_mgr to upload vertices for vl_compositorMarek Olšák2-32/+20
2014-01-21draw: fix points with negative w coords for d3d style point clippingRoland Scheidegger1-2/+6
2014-01-20draw: use some cast wrappers in draw_pt_fetch_shade_pipeline*.cBrian Paul2-19/+29
2014-01-20draw: whitespace and formatting fixes in draw_pt_fetch_shade_pipeline*.cBrian Paul2-81/+105
2014-01-20draw: fix incorrect vertex size computation in LLVM drawing codeBrian Paul2-11/+30
2014-01-20draw: clean up d3d style point clippingRoland Scheidegger5-25/+42
2014-01-19pipe-loader: Fix buildArmin K1-0/+1
2014-01-18pipe-loader: add support for non-pci (platform) devicesEmil Velikov2-0/+3
2014-01-18pipe-loader: use loader util libEmil Velikov2-81/+14
2014-01-18loader: introduce the loader util libEmil Velikov1-0/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca177-361/+361
2014-01-17gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger6-7/+47
2014-01-16llvmpipe: do constant buffer bounds checking in shadersZack Rusin5-39/+154
2014-01-13gallium/util: easy fixes for NULL colorbuffersMarek Olšák2-1/+7
2014-01-13st/mesa: bind NULL colorbuffers as specified by glDrawBuffersMarek Olšák2-0/+25
2014-01-07cso_context: Fix cso_context::sample_mask initial value.José Fonseca1-1/+1
2014-01-07gallium/draw: remove double semicolonDave Airlie1-1/+1
2013-12-23pipe_loader/sw: close dev->lib when initialization failsAaron Watry1-1/+4
2013-12-14gallium/u_blitter: implement shader-based MSAA resolve with bilinear filteringMarek Olšák3-31/+149
2013-12-14gallium/u_blitter: implement shader-based MSAA resolveMarek Olšák3-23/+158
2013-12-14gallium/u_blitter: remove useless parameters from some functionsMarek Olšák2-22/+13
2013-12-14gallivm: fix pointer type for stmxcsr/ldmxcsrRoland Scheidegger1-2/+7
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-1/+1
2013-12-12util: fix compile breakageBrian Paul1-1/+1
2013-12-12util: move variable declaration out of for-loopBrian Paul1-1/+3
2013-12-12gallium/util: implement new color clear API in u_blitterMarek Olšák1-3/+42
2013-12-12gallium: allow choosing which colorbuffers to clearMarek Olšák3-5/+6
2013-12-10draw: fix vbuf caching of vertices with inject front faceZack Rusin1-0/+1