summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_fetch.c
AgeCommit message (Expand)Author
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2010-06-25draw: initialize vertex headerZack Rusin
2010-06-15draw: Remove unnecessary headers.Vinson Lee
2010-04-26draw: Pass-through pipe_buffer::max_index to translate.José Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21draw: Remove unnecessary headers.Vinson Lee
2010-01-05gallium: Handle InstanceID as a true 32-bit uint.Michal Krol
2009-12-30Add lame support for instanceID to draw module.Michal Krol
2009-12-30Implement instanced indexed draw.Michal Krol
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol
2009-12-14gallium: more work for edgeflags changesRoland Scheidegger
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell
2009-05-05gallium/draw: cope with unused vertex_elementsKeith Whitwell
2009-04-10draw: Fix vertex_header initialisation.Michal Krol
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-06-10Revert "draw: no need to rearrange most primitives in vcache for flatshade-fi...Keith Whitwell
2008-06-10draw: no need to rearrange most primitives in vcache for flatshade-firstKeith Whitwell
2008-05-12draw: mimize cost of translate key compares, use cache universallyKeith Whitwell
2008-05-09draw: fix translate double-free, minor cleanupsKeith Whitwell
2008-05-08Merge branch 'gallium-0.1' into gallium-vertex-linearKeith Whitwell
2008-05-08draw: only fill in / compare the part of the translate key we're using.Keith Whitwell
2008-05-08implement linear emition and fetching and plug it in the varray pathsZack Rusin
2008-04-24draw: default edgeflag should be oneKeith Whitwell
2008-04-24draw: handle edgeflags and reset-line-stipple againKeith Whitwell
2008-04-23Add translate cache to fetch_emit stage and add out of memoryZack Rusin
2008-04-23Create a sharable translate_cache and use it.Zack Rusin
2008-04-23fix the simple hash finding function and use itZack Rusin
2008-04-23gallium: fix broken hashing for vertex translationBrian Paul
2008-04-22Cache translate's structs for emits and fetches.Zack Rusin
2008-04-21draw: squash a couple of memory leaksKeith Whitwell
2008-04-19draw: move incoming vertex state into draw->ptKeith Whitwell
2008-04-19draw: always emit header in draw_pt_fetch.cKeith Whitwell
2008-04-18translate: add sse version based on old draw_vf_sse.cKeith Whitwell
2008-04-18draw: split off all the extra functionality in the vertex shaderKeith Whitwell