Age | Commit message (Expand) | Author |
2010-06-11 | tgsi: support 2d indirect addressing | Zack Rusin |
2010-06-09 | geometry shaders: make gs work with changable primitives and variable number ... | Zack Rusin |
2010-05-11 | mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens(). | José Fonseca |
2010-05-03 | gallium: Remove loop register file. | José Fonseca |
2010-04-18 | tgsi: replace 0xf with TGSI_WRITEMASK_XYZW | Brian Paul |
2010-02-09 | tgsi: Add ureg_DECL_fs_input_cyl(). | Michal Krol |
2010-02-03 | Merge branch 'gallium-embedded' | José Fonseca |
2010-02-02 | gallium: Make pipe_atomic a regular int32_t. | José Fonseca |
2010-02-02 | tgsi: ureg_DECL_gs_input() accepts shader semantics. | Michal Krol |
2010-01-29 | tgsi: add properties for fragment coord conventions (v3) | Luca Barbieri |
2010-01-28 | tgsi: Constants declared with ureg_DECL_constant() are one-dimensional. | Michal Krol |
2010-01-28 | tgsi: Add ureg_property_gs_output_prim/max_vertices(). | Michal Krol |
2010-01-28 | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS. | Michal Krol |
2010-01-28 | tgsi: Handle 2-D declarations. | Michal Krol |
2010-01-28 | tgsi: Silence uninitialized variable warning. | Vinson Lee |
2010-01-18 | tgsi: Allow TEMPORARY registers as indirect address into source operands. | Michal Krol |
2010-01-18 | tgsi: Add ureg_DECL_immediate_block_uint(). | Michal Krol |
2010-01-15 | tgsi: Add ureg_property_gs_input_prim(). | Michal Krol |
2010-01-15 | tgsi: Add ureg_src_dimension(). | Michal Krol |
2010-01-05 | Merge branch 'master' into instanced-arrays | Michal Krol |
2010-01-05 | tgsi/ureg: Improve immediate match & expand logic. | Michal Krol |
2010-01-05 | tgsi: Support signed/unsigned integer immediate types. | Michal Krol |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-30 | tgsi: Support system values in ureg. | Michal Krol |
2009-12-27 | tgsi/ureg: Silence uninitialized variable warnings. | Vinson Lee |
2009-12-14 | tgsi/ureg: Add ureg_DECL_gs_input(). | Michal Krol |
2009-12-08 | tgsi: fix some off-by-one errors in shader length, instruction length | Brian Paul |
2009-12-03 | tgsi/ureg: Fix ureg_emit_src(). | Michal Krol |
2009-12-01 | tgsi: fix ureg emit after version token change | Keith Whitwell |
2009-12-01 | Merge commit 'origin/tgsi-simplify-ext' | Keith Whitwell |
2009-11-27 | tgsi: Remove tgsi_version token. | Michal Krol |
2009-11-26 | tgsi/ureg: Add forgotten goto in ureg_DECL_constant(). | Michal Krol |
2009-11-24 | tgsi: reduce repetition of structure name in its members | Keith Whitwell |
2009-11-24 | gallium: simplify tgsi tokens further | Keith Whitwell |
2009-11-24 | tgsi: Add ureg_DECL_loop(). | Michal Krol |
2009-11-24 | tgsi: Account for gallium shader token representation changes. | Michal Krol |
2009-11-10 | tgsi/ureg: Simplify logic in tokens_expand(). | Michal Krol |
2009-11-04 | tgsi/ureg: Allow for multiple extended instruction tokens. | Michal Krol |
2009-11-02 | tgsi/ureg: Add negate and swizzle for predicates. | Michal Krol |
2009-11-02 | tgsi/ureg: Update for gallium interface changes. | Michal Krol |
2009-10-23 | gallium: remove extended negate also, and also the ExtSwz token | Keith Whitwell |
2009-09-12 | tgsi: add missing implementation of constant decl change | Keith Whitwell |
2009-09-12 | ureg: add a mechanism to get the built tokens rather than a full shader | Keith Whitwell |
2009-09-12 | ureg: add generic emitters for tex and branch instructions | Keith Whitwell |
2009-09-12 | tgsi/ureg: give ureg_DECL_constant an explicit index parameter | Keith Whitwell |
2009-09-12 | tgsi/ureg: VS inputs don't have any semantic tags, just an index | Keith Whitwell |
2009-09-12 | tgsi: free tokens on error | Keith Whitwell |
2009-09-12 | tgsi: sanity check ureg programs | Keith Whitwell |
2009-09-03 | aux/tgsi: pull back ureg work from 0.1 branch | Keith Whitwell |
2009-08-24 | tgsi: Only free temp uregs. | José Fonseca |