summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw: Remove unused variable.José Fonseca2010-08-081-4/+2
* draw: Use the correct type for integersnobled2010-08-081-4/+2
* draw: Add an assertion to varray's version of trim().Chia-I Wu2010-08-071-1/+6
* draw: Fix draw_pt_split_prim for primitives with adjacency.Chia-I Wu2010-08-071-3/+3
* draw: Assert that only the first vetex may have flags set.Chia-I Wu2010-08-071-13/+23
* draw: Avoid mixed declarations and code.Chia-I Wu2010-08-063-4/+4
* draw: Remove unnecessary vertex flag ANDs.Chia-I Wu2010-08-061-19/+15
* draw: Mask out vertex flags in GS and stream output.Chia-I Wu2010-08-062-2/+2
* draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu2010-08-062-296/+36
* draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.Chia-I Wu2010-08-062-138/+38
* draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.Chia-I Wu2010-08-062-171/+39
* draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.Chia-I Wu2010-08-062-252/+92
* draw: Add draw_decompose_tmp.h.Chia-I Wu2010-08-061-0/+425
* draw: Fix return type of draw_translate_vinfo_size.Vinson Lee2010-08-041-1/+1
* draw: Fix the edge flags of flatshade_first polygons.Chia-I Wu2010-08-041-4/+4
* draw: check for instance divisors in vcache_check_run()Brian Paul2010-08-031-0/+22
* draw: added a commentBrian Paul2010-08-031-0/+1
* draw: use instance divisor in draw_print_arrays()Brian Paul2010-08-031-0/+5
* draw: add assertion, rearrange debug codeBrian Paul2010-08-031-4/+10
* draw: fix warning in sse code.Dave Airlie2010-08-021-0/+1
* draw: actually a noop, rather than not implementedZack Rusin2010-07-301-1/+4
* llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee2010-07-301-0/+1
* llvmpipe: delete function bodies after generating machine codeZack Rusin2010-07-301-0/+2
* draw: do bounds checking of array elements (debug only)Brian Paul2010-07-291-9/+26
* draw: assorted clean-ups in clipper codeBrian Paul2010-07-291-20/+20
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-2911-17/+54
* draw: add vertex buffer offset in draw_print_arrays()Brian Paul2010-07-291-0/+1
* draw: Also emit EMMS on generated LLVM IR.José Fonseca2010-07-291-0/+11
* draw: Fix VMware spelling.Vinson Lee2010-07-283-3/+3
* draw: add small ybias factor for drawing wide pointsBrian Paul2010-07-231-0/+1
* draw: re-order optimization passes depending on LLVM version, 32/64-bitBrian Paul2010-07-221-2/+15
* draw: added new assertions to clipping codeBrian Paul2010-07-221-1/+10
* draw: disable depth clipping if depth clamp is enabledMarek Olšák2010-07-213-4/+11
* draw: tweak aa line width threshold and samplingBrian Paul2010-07-211-4/+6
* draw: whitespace clean-upBrian Paul2010-07-211-33/+33
* draw: correctly handle max_index=0xffffffff case in vcache codeBrian Paul2010-07-201-6/+14
* draw: fix incorrect instancing divisor in LLVM codeBrian Paul2010-07-191-3/+6
* draw: updated debug/dump codeBrian Paul2010-07-161-12/+25
* draw: added array element debug / bounds checking code (disabled)Brian Paul2010-07-161-4/+24
* draw/llvm: adjust the instance id at run timeZack Rusin2010-07-163-16/+29
* draw: use the instance id when fetching vertex dataZack Rusin2010-07-161-3/+11
* draw: update comments for drawing functionsBrian Paul2010-07-151-5/+16
* draw: move prototype, update commentBrian Paul2010-07-151-3/+3
* draw: fix decomposition to work with adjacency primitivesZack Rusin2010-07-101-3/+8
* mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin2010-07-101-1/+1
* draw: Fix off-by-one error in assert.Vinson Lee2010-07-081-1/+1
* draw: Remove unnecessary header.Vinson Lee2010-07-061-1/+0
* draw: make sure softpipe doesn't crash with vertex tex samplingZack Rusin2010-07-061-7/+16
* draw: implement vertex texture sampling using llvmZack Rusin2010-07-067-26/+416
* gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca2010-07-021-1/+1