aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'instanced-arrays'Michal Krol2010-01-1411-23/+106
|\
| * gallium: Handle InstanceID as a true 32-bit uint.Michal Krol2010-01-051-4/+9
| * Merge branch 'master' into instanced-arraysMichal Krol2010-01-0520-154/+612
| |\
| * | Add lame support for instanceID to draw module.Michal Krol2009-12-307-13/+46
| * | draw: Implement draw_arrays() in terms of draw_arrays_instanced().Michal Krol2009-12-301-26/+18
| * | Implement instanced indexed draw.Michal Krol2009-12-303-0/+3
| * | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-299-1/+51
* | | gallium/draw: s/clipper/clip_stage/ to be consistant with other stagesBrian Paul2010-01-131-9/+9
* | | gallium/draw: whitespace and commentsBrian Paul2010-01-131-7/+9
* | | gallium/draw: remove always-true conditionalBrian Paul2010-01-131-3/+1
* | | gallium: Simplify PIPE_ALIGN_VAR.José Fonseca2010-01-121-3/+3
* | | gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca2010-01-121-3/+3
| |/ |/|
* | gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-47/+0
* | scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-47/+0
* | gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin2009-12-251-7/+6
* | draw: disable some debugging output coming from the geometry shadersZack Rusin2009-12-251-5/+5
* | draw/tgsi: fix geometry shader input/output swizzlingZack Rusin2009-12-251-0/+1
* | gallium: add geometry shader support to galliumZack Rusin2009-12-2520-63/+615
|/
* Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-2210-66/+71
|\
| * gallium: edgeflags change fixesRoland Scheidegger2009-12-161-4/+7
| * gallium: more work for edgeflags changesRoland Scheidegger2009-12-148-30/+15
| * gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-098-46/+63
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-172-2/+0
|\|
| * Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-042-2/+0
| |\
| | * gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-302-2/+0
* | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-032-2/+5
|/ /
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-014-328/+330
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-244-104/+104
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-244-84/+84
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-243-38/+38
| * | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-244-243/+243
| * | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-243-17/+17
| * | gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-242-2/+4
* | | draw: Update for renamed sampler/texture state setters.Michal Krol2009-12-012-8/+8
| |/ |/|
* | Merge branch 'width0'Roland Scheidegger2009-11-272-8/+8
|\ \
| * | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-192-8/+8
* | | draw: Fix max_index check.Keith Whitwell2009-11-261-1/+2
| |/ |/|
* | draw: Initialize variable in draw_pt.c.Vinson Lee2009-11-201-1/+2
|/
* draw: Fix memory leak.Vinson Lee2009-10-271-0/+2
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-26/+4
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-053-11/+4
|\
| * gallium: replace // comments with /* */Brian Paul2009-10-022-4/+4
| * gallium: remove // comment and extra whitespaceBrian Paul2009-10-021-7/+0
* | draw: fix warningKeith Whitwell2009-09-241-1/+1
|/
* draw: Remove unused variable.José Fonseca2009-08-131-1/+0
* Merge branch 'mesa_7_5_branch'Keith Whitwell2009-08-131-22/+55
|\
| * draw: cope with more primitives in draw_pipeline_runKeith Whitwell2009-08-131-22/+55
* | draw: fix-ups for point coord attributeBrian Paul2009-07-311-12/+36
* | draw: correct address for machine struct in llvm pathKeith Whitwell2009-07-231-1/+1
* | gallium: remove multiple aliases for TGSI opcodesKeith Whitwell2009-07-221-7/+7