pipebuffer: Silent warnings.
[mesa.git] / src / gallium / auxiliary / tgsi /
2008-07-02 Brian Paulgallium: replace 128 with MAX_LABELS
2008-06-19 José Fonsecagallium: Handle malloc failure.
2008-06-12 Zack Rusinglsl: implement variable array indexes
2008-06-04 Brian Paulgallium: added tgsi_is_passthrough_shader() function
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-06-02 José Fonsecagallium: Replace XSTDCALL by PIPE_CDECL.
2008-06-02 Michal Kroltgsi: Add assertions to the new rule that when an exten...
2008-06-02 Michal Kroltgsi: SWZ no longer aliases to MOV.
2008-05-31 Michal Kroltgsi: Fix build after TGSI declaration interface changes.
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 José Fonsecagallium: MSVC warning fixes.
2008-05-28 José Fonsecatgsi: Observe constness.
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-28 José Fonsecagallium: Windows CE portability fixes.
2008-05-27 Keith Whitwelltgsi: export utils for dumping individual instructions
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Brian Paulgallium: in drivers, make copy of tokens passed to...
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-02 Brian Paulgallium: remove ^M (CR) chars
2008-05-02 Michal Kroltgsi: Enable fast high precision rsqrt.
2008-05-02 Keith Whitwelltgsi: Implement fast rsqrtf. Not tested, inactive.
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-02 Michal Kroltgsi: Do not assume IN and OUT registers are declared...
2008-05-02 Michal Kroltgsi: Fix build on Win32.
2008-05-02 Michal Kroltgsi: Dump destination register modulate modifier.
2008-05-02 Briangallium: temporarily disable broken SSE2 code for ARL...
2008-05-02 Briangallium: implement TGSI_OPCODE_EXP
2008-05-02 Briangallium: implement TGSI_OPCODE_LOG
2008-05-01 Keith Whitwelltgsi: remove some bogus win vs. linux crud
2008-05-01 Keith Whitwellrtasm: fix labels after (not so) recent change to allow...
2008-05-01 Keith Whitwelltgsi: restore HIGH_PRECISION setting
2008-05-01 Keith Whitwelltgsi: add some const qualifiers to immediate pointers
2008-05-01 Keith Whitwelltgsi: use EBX everywhere, be sure to push/pop it
2008-05-01 Keith Whitwelltgsi: use x86_fn_arg instead of get_argument() -- it...
2008-05-01 Keith Whitwelltgsi: use ESI instead of EBX on non-win32 platforms
2008-04-28 Keith Whitwelltgsi: make loop structure clearer, use x86_lea for...
2008-04-28 Keith Whitwelltsgi: add a makefile
2008-04-28 Michal Krolgallium: Generate SSE code to swizzle and unswizzle...
2008-04-26 Briangallium: fix broken SGT, SLE
2008-04-26 Brianuse PIPE_ARCH_X86
2008-04-25 Keith Whitwelltgsi: fix compile when HIGH_PRECISION not defined
2008-04-21 José Fonsecagallium: Include dependent header.
2008-04-21 Keith Whitwelltgsi: use new float math funcs, drop local disassembly...
2008-04-18 Brian Paulgallium: a few comments
2008-04-18 Brian Paulgallium: implement recip sqrt() with C code for now.
2008-04-18 Keith Whitwelltgsi: add const qualifier to tokens on sse emit
2008-04-17 Keith Whitwelltsgi: make Consts const
2008-04-15 José Fonsecagallium: Eliminate stdio file usage. Remove unused...
2008-04-15 José Fonsecagallium: Don't assume snprintf are always available.
2008-04-12 Michal Kroltgsi: Fix source register short dump code.
2008-04-11 Brian Paulgallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_...
2008-04-11 Brian Paulgallium: handle TGSI immediates in SSE code for vertex...
2008-04-11 Brian Paulgallium: implement immediates (aka literals) for SSE...
2008-04-11 Brian Paulgallium: comments
2008-04-11 Brian Paulgallium: fix SCS codegen (sin scalar src comes from...
2008-04-11 Michal Kroltgsi: Dump processor type and version as a single token.
2008-04-11 Michal Kroltgsi: Dump semantics before interpolator.
2008-03-24 Briangallium: added tgsi_num_tokens() function to return...
2008-03-14 Michal Kroltgsi: Use debug_printf().
2008-03-14 Brian Paulgallium: print warning rather than assert(0) for LOG...
2008-03-14 Keith Whitwelltgsi: add debug_printf version of tgsi_dump
2008-03-13 Michal Kroltgsi: Drop pre-ps_2_0 opcodes.
2008-03-13 Keith Whitwelltgsi: replace erroneous use of FETCH with emit_tempf
2008-03-13 Keith Whitwelltgsi: bump MAX_SRC_REGS to 4, for TXD
2008-03-12 Michal Kroltgsi: Remove ExtDivide field from existence. Implement...
2008-03-12 Michal Kroltgsi: Dump TXP opcode.
2008-03-12 Michal Kroltgsi: Dump source register divide component.
2008-02-28 José Fonsecagallium: Fix MSVC warnings.
2008-02-28 José Fonsecagallium: Fix sign/unsign comparison.
2008-02-27 Briangallium: include p_util.h
2008-02-27 Briangallium: include p_compiler.h instead of p_util.h
2008-02-27 Briangallium: added file_max[] array to tgsi_shader_info
2008-02-27 Briangallium: added uses_kill field to tgsi_shader_info
2008-02-27 Briangallium: better debug messages
2008-02-27 José Fonsecagallium: Replace // comments.
2008-02-26 Michal Krolgallium: Print texture target for short dumps.
2008-02-26 Briangallium: collect more shader info in tgsi_scan_shader()
2008-02-24 José FonsecaAdd new files.
2008-02-23 Briangallium: added new tgsi_scan.c / tgsi_scan_shader(...
2008-02-23 José FonsecaBring in several forgotten MSVC fixes.
2008-02-21 Keith Whitwelltgsi: print debug messages on failure to codegenerate
2008-02-19 José FonsecaSimplify makefile boilerplate code.
2008-02-19 José FonsecaUse gallium's rtasm module.
2008-02-18 Briangallium: antialiased line drawing
2008-02-18 José FonsecaUpdate scons build for new code layout.
2008-02-18 José FonsecaCode reorganization: split gallium and mesa makefiles.
2008-02-15 Keith Whitwelltgsi: pass through failure to sse-codegenerate for...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/.