summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Remove unused variable 'packed' from lp_test_round.Vinson Lee2012-01-161-2/+0
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-1/+1
* llvmpipe: disable native integersDave Airlie2012-01-111-1/+8
* llvmpipe: Update for TGSI_INTERPOLATE_COLOR.José Fonseca2012-01-111-7/+3
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-1/+1
* gallium: make vbuf_render::set_primitive() return voidBrian Paul2012-01-071-2/+1
* gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-051-0/+4
* llvmpipe: fix blending for intensity formatsDave Airlie2011-12-311-1/+2
* llvmpipe: Remove useless draw_install_pstipple_stage call.Stéphane Marchesin2011-12-291-5/+0
* llvmpipe: adapt to struct stream_output_info modificationsChristoph Bumiller2011-12-151-9/+2
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-152-2/+2
* gallium: disable stream output in drivers that support itMarek Olšák2011-12-151-0/+7
* llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca2011-12-084-11/+33
* llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca2011-12-082-3/+11
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-11/+11
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-2/+0
* llvmpipe: Silent warnings about undeclared llvmpipe_check_render_cond.José Fonseca2011-11-142-0/+2
* llvmpipe: Remove unused variables.José Fonseca2011-11-141-2/+0
* llvmpipe: Make more resilient to out-of-memory situations.José Fonseca2011-11-145-24/+68
* llvmpipe: fix unswizzle of packed float types.Dave Airlie2011-11-141-2/+2
* llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...Dave Airlie2011-11-102-3/+37
* llvmpipe: add NV_conditional_render support.Dave Airlie2011-11-107-0/+43
* llvmpipe: enable RGTC after u_format fix.Dave Airlie2011-11-061-5/+0
* llvmpipe: Re-advertise support for stencil formats...José Fonseca2011-11-011-5/+6
* llvmpipe: Use -1 instead of ~0 for "no slot".José Fonseca2011-11-013-15/+21
* llvmpipe: fix a crash in non-SSE pathChia-I Wu2011-10-301-1/+1
* llvmpipe: llvmpipe doesn't support pure integers yet.Dave Airlie2011-10-262-0/+8
* llvmpipe: point out that there's two stencil writemasksBrian Paul2011-10-231-3/+4
* llvmpipe: compare front_facing to NULL to improve readabilityBrian Paul2011-10-231-2/+2
* llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.José Fonseca2011-10-161-0/+10
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* llvmpipe: don't support rendering to sRGB surfacesBrian Paul2011-10-111-1/+2
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-081-1/+1
* llvmpipe: Fix the 4 planes (lines) case properly.José Fonseca2011-10-052-16/+33
* llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...José Fonseca2011-10-054-5/+31
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-12/+13
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-2/+0
* llvmpipe: Convert some of the null checks back to asserts.José Fonseca2011-09-291-26/+12
* llvmpipe: Also reset the state in lp_scene_bin_resetJosé Fonseca2011-09-291-0/+1
* llvmpipe: Prevent segfault during fs variant cache shrinking.José Fonseca2011-09-291-4/+15
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* llvmpipe: Always use memory allocation macros.José Fonseca2011-09-251-2/+3
* util: add u_bit_scan helperKeith Whitwell2011-09-221-7/+0
* llvmpipe: silence a pointer type warningBrian Paul2011-09-201-1/+1
* Update llvmpipe's gitignoreNicholas Miell2011-09-191-0/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-182-3/+4
* llvmpipe: Remove dead lp_tile_shuffle_mask.py script.José Fonseca2011-09-141-32/+0
* llvmpipe: add some null pointer checksBrian Paul2011-09-092-1/+35
* llvmpipe: add more restrict keywordsBrian Paul2011-08-241-4/+4
* llvmpipe: Don't build lp_test_arit on MSVC.José Fonseca2011-08-181-1/+1