summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)AuthorFilesLines
2012-01-30gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2-24/+24
2012-01-28draw: Remove unused variables.Vinson Lee1-4/+0
2012-01-27draw: Ensure that prepare is always run after LLVM garbagge collection.José Fonseca1-0/+5
2012-01-26draw: Only run prepare when state, prim and opt changesJakob Bornecrantz5-10/+66
2012-01-26draw: Don't revalidate pipeline on backend flushesJakob Bornecrantz1-1/+2
2012-01-26draw: Remove reduced_primJakob Bornecrantz3-12/+0
2012-01-15gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák1-79/+8
2012-01-11draw: Store the new pre_clip_pos member as well.José Fonseca1-6/+16
2012-01-11draw: clipdistance support (v2)Dave Airlie7-17/+79
2012-01-11draw/softpipe: add clip vertex support. (v2)Dave Airlie9-18/+58
2012-01-11tgsi/softpipe: add VertexID support.Dave Airlie1-1/+8
2012-01-10draw: remove unused 'so' variable in draw_pt_so_emit()Brian Paul1-2/+0
2012-01-10draw: Silence warningJakob Bornecrantz1-12/+0
2012-01-10draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie6-57/+105
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák5-32/+31
2012-01-09draw: Fail if we fail to enable llvm when asked for itJakob Bornecrantz1-5/+11
2012-01-09draw: Make it possible to create a llvm free contextJakob Bornecrantz2-15/+35
2012-01-07draw: replace assert(0) with debug_warn_once()Brian Paul3-6/+6
2012-01-07draw: whitespace fixes, etc.Brian Paul4-173/+160
2012-01-07gallium: make vbuf_render::set_primitive() return voidBrian Paul4-29/+10
2012-01-07draw: fix missing include for u_format.Dave Airlie1-0/+1
2012-01-07draw: don't translate non-floats to float.Dave Airlie1-0/+22
2012-01-06draw: fix piglit base vertex + user vertex array testsDave Airlie1-1/+1
2011-12-19gallium/draw: fix two side handlingDave Airlie1-18/+9
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák4-9/+9
2011-12-08llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca1-2/+7
2011-11-15util/draw: replace assertions with conditionals in util_draw_max_index()Brian Paul1-5/+15
2011-11-14draw: Handle failure to allocate aligned_constant_storage.José Fonseca1-3/+9
2011-11-11draw: handle out of memory conditionsBrian Paul1-3/+5
2011-11-10draw/llvm: silence uninitialized variable warningsBrian Paul1-0/+2
2011-11-08Remove tgsi_sse2.José Fonseca9-3591/+2
2011-11-03draw: assert that we have non-null fragment shaderBrian Paul2-0/+4
2011-10-11draw/llvm: set draw->pt.user.planes field in draw_set_clip_state()Brian Paul1-1/+2
2011-10-11draw/llvm: fix hard-coded number of total clip planesBrian Paul5-14/+23
2011-09-28gallium: add polygon offset clamp stateChristoph Bumiller1-0/+6
2011-09-27gallium: move border color to be a color unionDave Airlie1-1/+1
2011-09-25draw: Never allocate duplicate extra vertex attribs.José Fonseca5-46/+54
2011-09-25draw: Make copy of the TGSI tokens.José Fonseca2-2/+6
2011-09-23draw/llvm: add additional null pointer checkin draw_pt_fetch_pipeline_or_emit...Brian Paul1-1/+1
2011-09-22draw: add support for guard-band clippingBrian Paul8-6/+50
2011-09-22draw: Reduce the number of vertex shader variants per context to 128.José Fonseca1-1/+1
2011-09-22draw: Respect max_indices from the renderer.Kurt Daverman1-1/+1
2011-09-20Gallium: remove unnecessary ifdef for MAX_CLIPPED_VERTICES.Paul Berry1-2/+0
2011-09-10draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()Brian Paul1-273/+97
2011-07-19llvmpipe: fix build with LLVM 3.0svnTobias Droste1-13/+35
2011-07-04draw: Fix fetch_max calculation.José Fonseca1-1/+2
2011-07-01Gallium: fix buffer overflowMicael Dias1-0/+11
2011-06-29Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our st...Stéphane Marchesin2-0/+17
2011-06-08draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)Brian Paul1-5/+57
2011-06-07draw: rename draw_vs_varient.c to draw_vs_variant.cBrian Paul1-0/+0