tgsi: Declare a LOOP register.
[mesa.git] / src / gallium / auxiliary / tgsi /
2009-07-30 Michal Kroltgsi: Declare a LOOP register.
2009-07-30 Michal Kroltgsi: Fix number operands for LOOP/ENDLOOP.
2009-07-30 Michal Kroltgsi: Document LOOP/ENDLOOP instruction operation.
2009-07-29 Brian Paulgallium: fix SSE shadow texture instructions
2009-07-28 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-23 Keith Whitwellgallium: remove deprecated TGSI opcodes
2009-07-22 Michel Dänzergallium: Fix PPC build.
2009-07-22 Keith Whitwellgallium: remove multiple aliases for TGSI opcodes
2009-07-22 Keith Whitwellgallium: simplify tgsi_full_immediate struct
2009-07-20 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-07-20 Keith Whitwelltgsi: get texturing working in vertex shader sse2 path
2009-07-20 Keith Whitwelltgsi: fix regression in indexed const lookups
2009-07-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-17 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-16 Keith Whitwelltgsi: simplify and fix sse KIL implementation
2009-07-16 Keith Whitwelltgsi: initial texturing support on sse path
2009-07-16 Keith Whitwelltgsi: make sse function callout mechanism more generic
2009-07-16 Keith Whitwelltgsi: reduce x86 reg usage in tgsi_sse generated programs
2009-07-16 Keith Whitwelltgsi: no need to separately malloc input and output...
2009-07-16 Keith Whitwellgallium: reduce recursive include of tgsi_exec.h
2009-07-16 Keith Whitwelltgsi: make function call code in tgsi_sse.c less opaque
2009-07-16 Keith Whitwellgallium: proper constructor and destructor for tgsi_exe...
2009-07-15 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-13 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-10 Brian Paultgsi: update some assertions
2009-07-10 Brian Paultgsi: tgsi: add semantic_names[] string for TGSI_SEMANT...
2009-07-10 Brian Paultgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
2009-07-10 Brian Paultgis: implement indirect addressing for destination...
2009-07-07 Zack RusinMerge commit 'origin/openvg-1.0'
2009-06-26 Keith Whitwelltgsi: correct handling of return value from util_vsnprintf
2009-06-26 Brian PaulMerge branch 'arb_vertex_array_object'
2009-06-19 Brian PaulMerge branch 'ext-provoking-vertex'
2009-06-26 Keith Whitwelltgsi: correct handling of return value from util_vsnprintf
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-06-07 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-06-04 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-04 Brian Paultgsi: increase MAX_LABELS to 4096
2009-05-10 Jerome GlisseMerge commit 'origin/master' into radeon-rewrite
2009-05-08 Keith Whitwellgallium/tgsi: hack around linker/archiver breakage
2009-05-07 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-05 Keith Whitwellgallium/tgsi: hack around linker/archiver breakage
2009-05-01 Brian PaulMerge branch 'const-buffer-changes'
2009-04-29 Brian Paultgsi: added tgsi_check_soa_dependencies() and related...
2009-04-24 Brian Paultgis: SSE code generator doesn't yet support indirect...
2009-04-22 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-10 Alex DeucherMerge branch 'radeon-rewrite' of git+ssh://agd5f@git...
2009-04-10 Michal Kroltgsi/sse2: Cleanup NRM/NRM4 implementation.
2009-04-09 Michal Kroltgsi/sse2: Fix build.
2009-04-09 Michal Kroltgsi/sse2: Fix ARL instruction.
2009-04-09 Michal Kroltgsi/sse2: Fix LIT instruction.
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-03 Michal Kroltgsi/exec: Actually enable switch-case for FLR.
2009-04-03 Michal Kroltgsi/text: Allow optional component selection for indir...
2009-04-03 Michal Kroltgsi/text: Allow `-|src|` variant of `-(|src|)`.
2009-04-01 Michal Kroltgsi: Fix structure members initialisation.
2009-04-01 Michal Kroltgsi: Lookup alternate instruction mnemonics when parsi...
2009-04-01 Michal Kroltgsi: Provide alternate instruction mnemonics in tgsi...
2009-04-01 Michal Kroltgsi/doc: Fix typo.
2009-03-31 Brian Paultgsi: added some helpful debug functions in the tgsi...
2009-03-30 Michal Kroltgsi: Condition codes are implied in KILP.
2009-03-30 Michal Kroltgsi: Explain symbols used in instruction set documenta...
2009-03-30 Michal Kroltgsi: Document BRA opcode.
2009-03-26 Brian Paultgsi: pass zero vector to texture sampler for 1D case...
2009-03-23 Dave AirlieMerge branch 'radeon-fbo-hacking' into radeon-rewrite
2009-03-23 Brian Paultgsi: minor comments
2009-03-22 Dave AirlieMerge remote branch 'origin/master' into HEAD
2009-03-21 Michal Kroltgsi: Document KIL, KILP instructions.
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-19 Michal Kroltgsi: Document vs_2_0 instruction set operations.
2009-03-19 Michal Kroltgsi: Document vs_1_1 instruction set operations.
2009-03-19 Michal Kroltgsi: Begin documenting ps_2_x instruction set operations.
2009-03-17 José Fonsecatgsi: Restore statement ordering.
2009-03-17 Michal Kroltgsi: Document ps_2_0 instruction set operations.
2009-03-17 Michal Kroltgsi: Document ps_1_4 instruction set operations.
2009-03-17 Michal Kroltgsi: Document ps_1_1 instruction set operations.
2009-03-17 Michal Kroltgsi: Begin documenting GLSL instruction set operations.
2009-03-17 Michal Kroltgsi: Begin documenting NV_geometry_program4 instructio...
2009-03-17 Michal Kroltgsi: Silence const pointer cast warnings.
2009-03-16 Michal Kroltgsi: Begin documenting NV_gpu_program4 instruction...
2009-03-16 Michal Kroltgsi: Document NV_vertex_program3 instruction set opera...
2009-03-12 Michal Kroltgsi: Localise SCS code.
2009-03-12 Michal Kroltgsi: Rewrite NRM opcode, store 1.0 in W component.
2009-03-12 Michal Kroltgsi: Begin documenting NV_fragment_program2 instructio...
2009-03-12 Michal Kroltgsi: Begin documenting ARB_fragment_program instructio...
2009-03-12 Michal Kroltgsi: Document ARB_vertex_program instruction set opera...
2009-03-12 Michal Kroltgsi: Begin documenting NV_vertex_program2 instruction...
2009-03-11 Michal Kroltgsi: Implement RFL, SFL, STR, X2D opcodes.
2009-03-11 Michal Kroltgsi: Begin documenting NV_fragment_program instruction...
2009-03-11 Michal Kroltgsi: Implement RCC opcode.
2009-03-11 Michal Kroltgsi: Document NV_vertex_program1_1 instruction set...
2009-03-10 Michal Kroltgsi: Untabify.
2009-03-10 Michal Kroltgsi: Implement CLAMP opcode.
2009-03-10 Michal Kroltgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes...
2009-03-10 Michal Kroltgsi: ARL and FLOOR opcodes have the same implementation.
2009-03-10 Michal Kroltgsi: ARL is a vector instruction.
2009-03-10 Michal Kroltgsi: Note that LOG and EXP are approximations.
2009-03-10 Michal Kroltgsi: Document EXT_vertex_shader instruction set operat...
2009-03-09 Michal Kroltgsi: Implement CND, CND0 opcodes.
2009-03-09 Michal Kroltgsi: Remove redundant micro_ge() -- use micro_le().
next