summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)Author
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin
2009-12-25draw: disable some debugging output coming from the geometry shadersZack Rusin
2009-12-25draw/tgsi: fix geometry shader input/output swizzlingZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-16gallium: edgeflags change fixesRoland Scheidegger
2009-12-14gallium: more work for edgeflags changesRoland Scheidegger
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-12-01draw: Update for renamed sampler/texture state setters.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-26draw: Fix max_index check.Keith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell
2009-11-20draw: Initialize variable in draw_pt.c.Vinson Lee
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-10-27draw: Fix memory leak.Vinson Lee
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-02gallium: replace // comments with /* */Brian Paul
2009-10-02gallium: remove // comment and extra whitespaceBrian Paul
2009-09-24draw: fix warningKeith Whitwell
2009-08-13draw: Remove unused variable.José Fonseca
2009-08-13Merge branch 'mesa_7_5_branch'Keith Whitwell
2009-08-13draw: cope with more primitives in draw_pipeline_runKeith Whitwell
2009-07-31draw: fix-ups for point coord attributeBrian Paul
2009-07-23draw: correct address for machine struct in llvm pathKeith Whitwell
2009-07-22gallium: remove multiple aliases for TGSI opcodesKeith Whitwell
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-20tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell
2009-07-16draw: fix ppc build regressionKeith Whitwell
2009-07-16tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell
2009-07-16gallium: reduce recursive include of tgsi_exec.hKeith Whitwell
2009-07-16gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell
2009-06-29gallium/draw: sketch out some missing pointcoord codeBrian Paul
2009-06-18draw: Replace pointer arithmetic with cast.José Fonseca
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-19draw: use u_reduced_prim() functionBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-18draw: use flatfirst variableBrian Paul