summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)Author
2010-08-08draw: Remove unused variable.José Fonseca
2010-08-08draw: Use the correct type for integersnobled
2010-08-07draw: Add an assertion to varray's version of trim().Chia-I Wu
2010-08-07draw: Fix draw_pt_split_prim for primitives with adjacency.Chia-I Wu
2010-08-07draw: Assert that only the first vetex may have flags set.Chia-I Wu
2010-08-06draw: Avoid mixed declarations and code.Chia-I Wu
2010-08-06draw: Remove unnecessary vertex flag ANDs.Chia-I Wu
2010-08-06draw: Mask out vertex flags in GS and stream output.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.Chia-I Wu
2010-08-06draw: Add draw_decompose_tmp.h.Chia-I Wu
2010-08-04draw: Fix return type of draw_translate_vinfo_size.Vinson Lee
2010-08-04draw: Fix the edge flags of flatshade_first polygons.Chia-I Wu
2010-08-03draw: check for instance divisors in vcache_check_run()Brian Paul
2010-08-03draw: added a commentBrian Paul
2010-08-03draw: use instance divisor in draw_print_arrays()Brian Paul
2010-08-03draw: add assertion, rearrange debug codeBrian Paul
2010-08-02draw: fix warning in sse code.Dave Airlie
2010-07-30draw: actually a noop, rather than not implementedZack Rusin
2010-07-30llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee
2010-07-30llvmpipe: delete function bodies after generating machine codeZack Rusin
2010-07-29draw: do bounds checking of array elements (debug only)Brian Paul
2010-07-29draw: assorted clean-ups in clipper codeBrian Paul
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-07-29draw: add vertex buffer offset in draw_print_arrays()Brian Paul
2010-07-29draw: Also emit EMMS on generated LLVM IR.José Fonseca
2010-07-28draw: Fix VMware spelling.Vinson Lee
2010-07-23draw: add small ybias factor for drawing wide pointsBrian Paul
2010-07-22draw: re-order optimization passes depending on LLVM version, 32/64-bitBrian Paul
2010-07-22draw: added new assertions to clipping codeBrian Paul
2010-07-21draw: disable depth clipping if depth clamp is enabledMarek Olšák
2010-07-21draw: tweak aa line width threshold and samplingBrian Paul
2010-07-21draw: whitespace clean-upBrian Paul
2010-07-20draw: correctly handle max_index=0xffffffff case in vcache codeBrian Paul
2010-07-19draw: fix incorrect instancing divisor in LLVM codeBrian Paul
2010-07-16draw: updated debug/dump codeBrian Paul
2010-07-16draw: added array element debug / bounds checking code (disabled)Brian Paul
2010-07-16draw/llvm: adjust the instance id at run timeZack Rusin
2010-07-16draw: use the instance id when fetching vertex dataZack Rusin
2010-07-15draw: update comments for drawing functionsBrian Paul
2010-07-15draw: move prototype, update commentBrian Paul
2010-07-10draw: fix decomposition to work with adjacency primitivesZack Rusin
2010-07-10mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin
2010-07-08draw: Fix off-by-one error in assert.Vinson Lee
2010-07-06draw: Remove unnecessary header.Vinson Lee
2010-07-06draw: make sure softpipe doesn't crash with vertex tex samplingZack Rusin
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin
2010-07-02gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca