aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw: fix fog coord export.Dave Airlie2012-02-041-1/+6
* draw: Avoid NULL pointer dereference when binding NULL fragment shaders.José Fonseca2012-02-023-3/+3
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-302-24/+24
* draw: Remove unused variables.Vinson Lee2012-01-281-4/+0
* draw: Ensure that prepare is always run after LLVM garbagge collection.José Fonseca2012-01-271-0/+5
* draw: Only run prepare when state, prim and opt changesJakob Bornecrantz2012-01-265-10/+66
* draw: Don't revalidate pipeline on backend flushesJakob Bornecrantz2012-01-261-1/+2
* draw: Remove reduced_primJakob Bornecrantz2012-01-263-12/+0
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-79/+8
* draw: Store the new pre_clip_pos member as well.José Fonseca2012-01-111-6/+16
* draw: clipdistance support (v2)Dave Airlie2012-01-117-17/+79
* draw/softpipe: add clip vertex support. (v2)Dave Airlie2012-01-119-18/+58
* tgsi/softpipe: add VertexID support.Dave Airlie2012-01-111-1/+8
* draw: remove unused 'so' variable in draw_pt_so_emit()Brian Paul2012-01-101-2/+0
* draw: Silence warningJakob Bornecrantz2012-01-101-12/+0
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-106-57/+105
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-105-32/+31
* draw: Fail if we fail to enable llvm when asked for itJakob Bornecrantz2012-01-091-5/+11
* draw: Make it possible to create a llvm free contextJakob Bornecrantz2012-01-092-15/+35
* draw: replace assert(0) with debug_warn_once()Brian Paul2012-01-073-6/+6
* draw: whitespace fixes, etc.Brian Paul2012-01-074-173/+160
* gallium: make vbuf_render::set_primitive() return voidBrian Paul2012-01-074-29/+10
* draw: fix missing include for u_format.Dave Airlie2012-01-071-0/+1
* draw: don't translate non-floats to float.Dave Airlie2012-01-071-0/+22
* draw: fix piglit base vertex + user vertex array testsDave Airlie2012-01-061-1/+1
* gallium/draw: fix two side handlingDave Airlie2011-12-191-18/+9
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-154-9/+9
* llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca2011-12-081-2/+7
* util/draw: replace assertions with conditionals in util_draw_max_index()Brian Paul2011-11-151-5/+15
* draw: Handle failure to allocate aligned_constant_storage.José Fonseca2011-11-141-3/+9
* draw: handle out of memory conditionsBrian Paul2011-11-111-3/+5
* draw/llvm: silence uninitialized variable warningsBrian Paul2011-11-101-0/+2
* Remove tgsi_sse2.José Fonseca2011-11-089-3591/+2
* draw: assert that we have non-null fragment shaderBrian Paul2011-11-032-0/+4
* draw/llvm: set draw->pt.user.planes field in draw_set_clip_state()Brian Paul2011-10-111-1/+2
* draw/llvm: fix hard-coded number of total clip planesBrian Paul2011-10-115-14/+23
* gallium: add polygon offset clamp stateChristoph Bumiller2011-09-281-0/+6
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* draw: Never allocate duplicate extra vertex attribs.José Fonseca2011-09-255-46/+54
* draw: Make copy of the TGSI tokens.José Fonseca2011-09-252-2/+6
* draw/llvm: add additional null pointer checkin draw_pt_fetch_pipeline_or_emit...Brian Paul2011-09-231-1/+1
* draw: add support for guard-band clippingBrian Paul2011-09-228-6/+50
* draw: Reduce the number of vertex shader variants per context to 128.José Fonseca2011-09-221-1/+1
* draw: Respect max_indices from the renderer.Kurt Daverman2011-09-221-1/+1
* Gallium: remove unnecessary ifdef for MAX_CLIPPED_VERTICES.Paul Berry2011-09-201-2/+0
* draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()Brian Paul2011-09-101-273/+97
* llvmpipe: fix build with LLVM 3.0svnTobias Droste2011-07-191-13/+35
* draw: Fix fetch_max calculation.José Fonseca2011-07-041-1/+2
* Gallium: fix buffer overflowMicael Dias2011-07-011-0/+11
* Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our st...Stéphane Marchesin2011-06-292-0/+17