summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2012-04-05gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.James Benton1-2/+2
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-2/+2
2012-03-14gallium/drivers: Use automake to generate makefileTom Stellard1-0/+3
2012-03-05Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák1-4/+0
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák1-1/+0
2012-02-21llvmpipe: Remove lp_test_sincos.José Fonseca6-909/+8
2012-02-17llvmpipe: Test lp_test_arit with LP_NATIVE_VECTOR_WIDTH.José Fonseca1-3/+5
2012-02-17llvmpipe: Specify lp_test_arit's target precision per function.José Fonseca1-10/+16
2012-02-17llvmpipe: Add a negation test to lp_test_arit.José Fonseca1-0/+7
2012-02-09gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller1-0/+2
2012-02-03llvmpipe: Make more resilient to out-of-memory situations.José Fonseca1-2/+6
2012-02-03llvmpipe: clear storage for newly allocated resourcesKeith Whitwell1-2/+20
2012-01-30gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard5-24/+24
2012-01-24llvmpipe: fix symbol conflict on HaikuAlexander von Gluck1-2/+2
2012-01-24llvmpipe: Fix math error in LP_DEBUG=counters outputAdam Jackson1-2/+3
2012-01-16llvmpipe: Remove unused variable 'packed' from lp_test_round.Vinson Lee1-2/+0
2012-01-15gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák1-1/+1
2012-01-11llvmpipe: disable native integersDave Airlie1-1/+8
2012-01-11llvmpipe: Update for TGSI_INTERPOLATE_COLOR.José Fonseca1-7/+3
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-1/+1
2012-01-07gallium: make vbuf_render::set_primitive() return voidBrian Paul1-2/+1
2012-01-05gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák1-0/+4
2011-12-31llvmpipe: fix blending for intensity formatsDave Airlie1-1/+2
2011-12-29llvmpipe: Remove useless draw_install_pstipple_stage call.Stéphane Marchesin1-5/+0
2011-12-15llvmpipe: adapt to struct stream_output_info modificationsChristoph Bumiller1-9/+2
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2-2/+2
2011-12-15gallium: disable stream output in drivers that support itMarek Olšák1-0/+7
2011-12-08llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca4-11/+33
2011-12-08llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca2-3/+11
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák1-11/+11
2011-11-22gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák1-2/+0
2011-11-14llvmpipe: Silent warnings about undeclared llvmpipe_check_render_cond.José Fonseca2-0/+2
2011-11-14llvmpipe: Remove unused variables.José Fonseca1-2/+0
2011-11-14llvmpipe: Make more resilient to out-of-memory situations.José Fonseca5-24/+68
2011-11-14llvmpipe: fix unswizzle of packed float types.Dave Airlie1-2/+2
2011-11-10llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...Dave Airlie2-3/+37
2011-11-10llvmpipe: add NV_conditional_render support.Dave Airlie7-0/+43
2011-11-06llvmpipe: enable RGTC after u_format fix.Dave Airlie1-5/+0
2011-11-01llvmpipe: Re-advertise support for stencil formats...José Fonseca1-5/+6
2011-11-01llvmpipe: Use -1 instead of ~0 for "no slot".José Fonseca3-15/+21
2011-10-30llvmpipe: fix a crash in non-SSE pathChia-I Wu1-1/+1
2011-10-26llvmpipe: llvmpipe doesn't support pure integers yet.Dave Airlie2-0/+8
2011-10-23llvmpipe: point out that there's two stencil writemasksBrian Paul1-3/+4
2011-10-23llvmpipe: compare front_facing to NULL to improve readabilityBrian Paul1-2/+2
2011-10-16llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.José Fonseca1-0/+10
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-2/+2
2011-10-11llvmpipe: don't support rendering to sRGB surfacesBrian Paul1-1/+2
2011-10-08gallium: add initial pure integer support (v2)Dave Airlie1-1/+1
2011-10-05llvmpipe: Fix the 4 planes (lines) case properly.José Fonseca2-16/+33
2011-10-05llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...José Fonseca4-5/+31