tgsi: rename fields of tgsi_full_declaration to reduce verbosity
[mesa.git] / src / gallium / auxiliary / tgsi /
2009-09-06 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-09-04 Michal Kroltgsi: Document differencies between vs_1_1 and vs_2_0...
2009-09-03 Keith Whitwellaux/tgsi: pull back ureg work from 0.1 branch
2009-09-01 Keith Whitwelltgsi: remove redundant CND0 opcode
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-24 Pauli NieminenMerge branch 'master' of ssh://git.freedesktop.org...
2009-08-24 José Fonsecatgsi: Only free temp uregs.
2009-08-24 José Fonsecatgsi: Pass pipe_context as a parameter to ureg_create_s...
2009-08-24 Keith Whitwelltgsi: add generic instruction builder
2009-08-21 Ian RomanickMerge branch 'asm-shader-rework-1'
2009-08-20 Brian Paultgsi: check for SOA dependencies in SSE and PPC code...
2009-08-20 Brian Paultgsi: handle SOA dependencies for MOV/SWZ
2009-08-20 Brian Paultgsi: added tgsi_full_instruction::Flags field
2009-08-20 Brian Paultgsi: when printing/dumping programs indent loops and...
2009-08-20 Brian Paultgsi: check for SOA dependencies in SSE and PPC code...
2009-08-20 Brian Paultgsi: handle SOA dependencies for MOV/SWZ
2009-08-20 Brian Paultgsi: added tgsi_full_instruction::Flags field
2009-08-19 José Fonsecatgsi: Add missing include.
2009-08-19 José Fonsecatgsi: Fix typo in ureg constant creation.
2009-08-19 Keith Whitwelltgsi: silence compiler warning
2009-08-19 Keith Whitwelltgsi: remove unused function argument
2009-08-19 Keith Whitwelltgsi: add missing functionality to support instructions...
2009-08-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-18 Brian Paultgsi/ppc: we don't implement saturation modes yet
2009-08-18 Brian Paultgsi/sse: we don't implement saturation modes yet
2009-08-18 Ian RomanickMerge branch 'master' into asm-shader-rework-1
2009-08-17 Brian Paulgallium: memset() tgsi_exec_machine to all zeros in...
2009-08-14 Maciej CencoraMerge branch 'vbo_clean'
2009-08-14 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-13 Keith Whitwelltgsi: add simple facility for releasing and reusing...
2009-08-13 Keith Whitwelltgsi: rename ureg src/dest converters
2009-08-13 Keith WhitwellMerge branch 'mesa_7_5_branch'
2009-08-13 Keith Whitwelltgsi: turn off debugging
2009-08-13 Keith Whitwelltgsi: use REALLOC for growing token pool
2009-08-13 Keith Whitwelltgsi: add tgsi_ureg, a simplified tgsi shader builder
2009-08-13 Brian PaulMerge branch 'new-frag-attribs'
2009-08-11 Brian Paulgallium: fix debug_printf() format string
2009-08-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-03 Brian Paultgsi: report opcode name in addition to the number...
2009-08-03 Brian Paultgsi: added tgsi_get_opcode_name()
2009-08-02 Corbin SimpsonMerge commit 'nha/r300-compiler-gallium'
2009-07-31 Michal KrolRename TGSI LOOP instruction to better match theri...
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Michal Kroltgsi: Add proper constraints to sanity.
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.
next