summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger2014-01-176-7/+47
* llvmpipe: do constant buffer bounds checking in shadersZack Rusin2014-01-165-39/+154
* gallium/util: easy fixes for NULL colorbuffersMarek Olšák2014-01-132-1/+7
* st/mesa: bind NULL colorbuffers as specified by glDrawBuffersMarek Olšák2014-01-132-0/+25
* cso_context: Fix cso_context::sample_mask initial value.José Fonseca2014-01-071-1/+1
* gallium/draw: remove double semicolonDave Airlie2014-01-071-1/+1
* pipe_loader/sw: close dev->lib when initialization failsAaron Watry2013-12-231-1/+4
* gallium/u_blitter: implement shader-based MSAA resolve with bilinear filteringMarek Olšák2013-12-143-31/+149
* gallium/u_blitter: implement shader-based MSAA resolveMarek Olšák2013-12-143-23/+158
* gallium/u_blitter: remove useless parameters from some functionsMarek Olšák2013-12-142-22/+13
* gallivm: fix pointer type for stmxcsr/ldmxcsrRoland Scheidegger2013-12-141-2/+7
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-1/+1
* util: fix compile breakageBrian Paul2013-12-121-1/+1
* util: move variable declaration out of for-loopBrian Paul2013-12-121-1/+3
* gallium/util: implement new color clear API in u_blitterMarek Olšák2013-12-121-3/+42
* gallium: allow choosing which colorbuffers to clearMarek Olšák2013-12-123-5/+6
* draw: fix vbuf caching of vertices with inject front faceZack Rusin2013-12-101-0/+1
* llvmpipe: fix blending with half-float formatsZack Rusin2013-12-102-0/+82
* st/mesa: implement layered framebuffer clear for the clear_with_quad fallbackMarek Olšák2013-12-032-0/+25
* gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák2013-12-036-25/+106
* trace: Dump PIPE_QUERY_* enums.José Fonseca2013-11-282-0/+36
* gallium/cso: fix sampler / sampler_view countsRoland Scheidegger2013-11-281-11/+16
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-0/+2
* tgsi: Prevent emission of instructions with empty writemask.José Fonseca2013-11-222-0/+42
* tgsi: Rework calls to ureg_emit_insn().José Fonseca2013-11-221-96/+104
* gallium: Make TGSI_SEMANTIC_FOG register four-component wide.José Fonseca2013-11-212-12/+1
* tgsi_exec: Fix mask calculation for emit_kill_if.José Fonseca2013-11-211-0/+3
* gallivm: Ignore unknown file type in non-debug builds.Vinson Lee2013-11-201-0/+1
* u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.José Fonseca2013-11-205-6/+19
* gallivm: Fix mask calculation for emit_kill_if.Si Chen2013-11-191-5/+8
* postprocess: document the pp_init() function.Brian Paul2013-11-181-1/+8
* postprocess: move #defines to filters.hBrian Paul2013-11-182-3/+4
* postprocess: refactor header files, etcBrian Paul2013-11-188-47/+70
* postprocess: rename program to pp_programBrian Paul2013-11-188-23/+23
* postprocess: simplify pp_free() codeBrian Paul2013-11-181-14/+13
* indices: add comments, assertions in u_indices.c fileBrian Paul2013-11-151-0/+26
* gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry2013-11-151-0/+3
* gallivm: Compile flag to debug TGSI execution through printfs.José Fonseca2013-11-145-47/+222
* gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger2013-11-144-26/+43
* draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offsetRoland Scheidegger2013-11-121-8/+13
* gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois2013-11-121-6/+6
* util: set all unused cbufs to NULL in util_copy_framebuffer_state()Brian Paul2013-11-111-1/+2
* vl: use a separate context for shader based decode v2Christian König2013-11-082-61/+124
* gallivm: deduplicate some indirect register address codeRoland Scheidegger2013-11-081-157/+96
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-077-19/+80
* gallium: fix build on GNU/kFreeBSDFabio Pedretti2013-11-061-1/+1
* gallivm: fix indirect addressing of inputsRoland Scheidegger2013-11-061-17/+28
* gallivm: optimize lp_build_minify for sseRoland Scheidegger2013-11-053-13/+54
* util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca2013-11-051-0/+3
* gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.Vinson Lee2013-11-041-0/+2