summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)AuthorFilesLines
2010-04-01gallium: s/u_box_orgin_2d/u_box_origin_2dRoland Scheidegger1-1/+1
2010-03-31Merge commit 'origin/master' into gallium-resourcesRoland Scheidegger7-152/+74
2010-03-26draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz3-8/+18
2010-03-26draw: Use translate function instead of switch casesJakob Bornecrantz6-144/+56
2010-03-13heaps of wipKeith Whitwell2-5/+5
2010-03-13wip2Keith Whitwell2-9/+16
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2-10/+12
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell2-2/+2
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell2-10/+12
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol11-100/+35
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger1-3/+2
2010-03-09draw: quads never provoke the first vertexMarek Olšák2-58/+20
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca3-3/+3
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol4-22/+8
2010-03-01draw: Rename pipe formats.José Fonseca3-3/+3
2010-02-22draw: Remove dead code.Vinson Lee1-7/+1
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol4-22/+8
2010-02-21draw: Remove dead code.Vinson Lee1-7/+1
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger1-3/+2
2010-02-14draw: Add assert to check input of memcpy.Vinson Lee1-0/+1
2010-02-14draw: Use util_format_name().José Fonseca1-1/+1
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2-21/+13
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin2-37/+0
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger1-0/+1
2010-02-03Merge branch 'gallium-embedded'José Fonseca5-0/+6
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger2-10/+12
2010-02-02draw: remove old hard-coded shader length limitsBrian Paul3-12/+20
2010-02-02draw: re-implement free_bit() with ffs()Brian Paul2-12/+2
2010-02-02draw: comments and var renamingBrian Paul1-10/+13
2010-02-02draw: add const qualifiers, fix return typesBrian Paul2-4/+6
2010-02-02draw: new, updated commentsBrian Paul1-4/+20
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca1-0/+1
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca1-0/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2-0/+2
2010-02-01draw: Add missing includes.José Fonseca1-0/+2
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol12-19/+19
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol16-68/+106
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2-2/+2
2010-01-27gallium/draw: Remove unnecessary headers.Vinson Lee2-3/+0
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul7-17/+33
2010-01-22gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elementsBrian Paul1-3/+3
2010-01-22gallium/draw: added comments, whitespace fixesBrian Paul1-8/+30
2010-01-22gallium/draw: fix-up comments, whitespaceBrian Paul1-6/+5
2010-01-22gallium/draw: replace int with booleanBrian Paul1-8/+8
2010-01-21draw: Remove unnecessary headers.Vinson Lee7-9/+0
2010-01-16gallium: Fix uninitialized instance divisor and index.Chia-I Wu1-1/+1
2010-01-16draw: Fix memory leak in gs codeJakob Bornecrantz3-0/+11
2010-01-15draw: Add missing header include.Michal Krol1-1/+1
2010-01-15draw: Add GALLIUM_DUMP_VS environment variable.Luca Barbieri2-0/+8
2010-01-14Merge branch 'instanced-arrays'Michal Krol11-23/+106