summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* tgsi: add comment about potential code removalBrian Paul2010-04-181-0/+6
* tgsi: replace 0xf with TGSI_WRITEMASK_XYZWBrian Paul2010-04-181-2/+2
* aux/tgsi: fix some minor glitches in string routinesKeith Whitwell2010-03-281-2/+2
* tgsi: Cleanup exec code for CLAMP, CMP and CND.Michal Krol2010-03-011-28/+39
* tgsi: Remove dead code.Michal Krol2010-02-251-12/+0
* tgsi: Report an error when a destination has an empty writemask.José Fonseca2010-02-221-0/+3
* tgsi: ifdef out unused function micro_sqrt.Vinson Lee2010-02-201-0/+2
* tgsi: Make more exec opcodes look pretty.Michal Krol2010-02-191-64/+20
* tgsi: Change prototypes of micro opcodes to explicitly indicates number of args.Michal Krol2010-02-191-164/+206
* tgsi: Rewrite exec implementations of NRM and NRM4.Michal Krol2010-02-191-61/+70
* tgsi: Gather cylindrical wrap info in tgsi_shader_info struct.Michal Krol2010-02-092-0/+2
* tgsi: Add ureg_DECL_fs_input_cyl().Michal Krol2010-02-092-52/+94
* gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol2010-02-093-1/+21
* tgsi: Remove tgsi_dump_c.[ch].Michal Krol2010-02-092-511/+0
* tgsi: remove special-case code for fragment positionBrian Paul2010-02-051-7/+1
* Merge branch 'gallium-embedded'José Fonseca2010-02-033-1/+3
|\
| * gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-022-0/+2
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | tgsi: added debugging code to catch divide by zeroBrian Paul2010-02-031-0/+12
* | tgsi: convert CHECK_INF_OR_NAN to inline functionBrian Paul2010-02-031-8/+17
* | tgsi: added tgsi_alloc_tokens()Brian Paul2010-02-022-0/+15
* | tgsi: fix commentBrian Paul2010-02-021-1/+1
* | tgsi: ureg_DECL_gs_input() accepts shader semantics.Michal Krol2010-02-022-6/+16
|/
* tgsi: add properties for fragment coord conventions (v3)Luca Barbieri2010-01-294-2/+122
* tgsi: Constants declared with ureg_DECL_constant() are one-dimensional.Michal Krol2010-01-281-4/+22
* tgsi: Add ureg_property_gs_output_prim/max_vertices().Michal Krol2010-01-282-3/+45
* gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-283-5/+5
* tgsi: Handle two-dimensional constants in text parser.Michal Krol2010-01-283-11/+78
* gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-282-152/+117
* tgsi: Handle 2-D declarations.Michal Krol2010-01-286-89/+156
* tgsi: Silence uninitialized variable warning.Vinson Lee2010-01-281-1/+1
* tgsi: Remove unnecessary header.Vinson Lee2010-01-271-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-6/+4
|\
| * tgsi: fix detection of front-facing attributeBrian Paul2010-01-151-6/+4
* | tgsi: Fix behaviour of dimension index.Michal Krol2010-01-183-27/+29
* | tgsi: Allow TEMPORARY registers as indirect address into source operands.Michal Krol2010-01-183-8/+11
* | tgsi: Add ureg_DECL_immediate_block_uint().Michal Krol2010-01-182-0/+34
* | tgsi: Add missing semantic name in text parser.Chia-I Wu2010-01-181-1/+2
* | tgsi: Add ureg_property_gs_input_prim().Michal Krol2010-01-152-0/+42
* | tgsi: Add ureg_src_dimension().Michal Krol2010-01-152-6/+28
* | tgsi: Fix sanity checks for indirect registers.Michal Krol2010-01-151-3/+3
* | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-0/+8
|\|
| * tgsi: Silence uninitialized variable warnings.Vinson Lee2010-01-081-0/+8
* | Merge branch 'instanced-arrays'Michal Krol2010-01-143-1/+44
|\ \
| * \ Merge branch 'master' into instanced-arraysMichal Krol2010-01-0515-1129/+1929
| |\ \
| * | | tgsi: Support system values in ureg.Michal Krol2009-12-302-0/+42
| * | | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-291-1/+2
* | | | gallium: Simplify PIPE_ALIGN_VAR.José Fonseca2010-01-121-1/+2
* | | | gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca2010-01-121-1/+1
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-20/+30
|\ \ \ \ | | |_|/ | |/| |