summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | | |_|/ | |/| |
| * | | tgsi: fix SSE code emit for XPDBrian Paul2010-01-071-20/+30
* | | | tgsi: Cleanup dot-product opcodes in interpreter.Michal Krol2010-01-081-97/+130
* | | | tgsi: add assertion to verify legal register fileBrian Paul2010-01-071-0/+1
* | | | tgsi: fix incorrectly placed braces, add more braces to be clearBrian Paul2010-01-071-2/+4
* | | | tgsi: move register checking code before check_register_usage()Brian Paul2010-01-071-4/+4
* | | | gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol2010-01-073-14/+36
* | | | gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol2010-01-073-35/+30
* | | | tgsi: Cleanup exec_tex().Michal Krol2010-01-071-49/+40
| |_|/ |/| |
* | | tgsi: Simplify implementation of few interpreter's instructions.Michal Krol2010-01-051-384/+311
* | | tgsi: Use FREE() to release MALLOC-ed() memories in sanity.Michal Krol2010-01-051-4/+4
* | | tgsi: Fix bogus loop condition in sanity.Michal Krol2010-01-051-2/+2
* | | tgsi: Treat MOV source operand as FLOAT so modifiers works as expected.Michal Krol2010-01-051-1/+1
* | | tgsi: Store ADDR file in interpreter as an int.Michal Krol2010-01-051-18/+44
* | | tgsi: Remove dead micro_umod().Michal Krol2010-01-051-14/+0
* | | tgsi: Make interpreter aware of float and integer data types.Michal Krol2010-01-051-109/+133