index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
tgsi
/
exec
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: bump TGSI_EXEC_NUM_TEMPS to 128
Brian Paul
2008-07-23
1
-1
/
+1
*
tgsi: fix bug in execution of loops inside of conditionals.
Brian Paul
2008-07-14
1
-1
/
+2
*
tgsi: Add missing copyright headers.
Michal Krol
2008-07-12
1
-2
/
+28
*
gallium: increase TGSI interpreter's number of temp registers to 64
Brian Paul
2008-07-03
2
-24
/
+28
*
gallium: increase TGSI_EXEC_MAX_COND_NESTING, etc
Brian Paul
2008-07-03
1
-3
/
+3
*
gallium: replace 128 with MAX_LABELS
Brian Paul
2008-07-02
2
-2
/
+4
*
gallium: Handle malloc failure.
José Fonseca
2008-06-19
1
-0
/
+8
*
gallium: Replace XSTDCALL by PIPE_CDECL.
José Fonseca
2008-06-02
1
-29
/
+9
*
tgsi: SWZ no longer aliases to MOV.
Michal Krol
2008-06-02
2
-2
/
+2
*
tgsi: Fix build after TGSI declaration interface changes.
Michal Krol
2008-05-31
2
-10
/
+6
*
gallium: MSVC warning fixes.
José Fonseca
2008-05-29
1
-1
/
+1
*
gallium: remove ^M (CR) chars
Brian Paul
2008-05-02
1
-23
/
+23
*
tgsi: Enable fast high precision rsqrt.
Michal Krol
2008-05-02
1
-22
/
+0
*
tgsi: Implement fast rsqrtf. Not tested, inactive.
Keith Whitwell
2008-05-02
3
-19
/
+40
*
gallium: temporarily disable broken SSE2 code for ARL opcode
Brian
2008-05-01
1
-0
/
+5
*
gallium: implement TGSI_OPCODE_EXP
Brian
2008-05-01
1
-14
/
+15
*
gallium: implement TGSI_OPCODE_LOG
Brian
2008-05-01
1
-14
/
+16
*
tgsi: remove some bogus win vs. linux crud
Keith Whitwell
2008-05-01
1
-72
/
+46
*
rtasm: fix labels after (not so) recent change to allow dynamic fn growth
Keith Whitwell
2008-05-01
1
-2
/
+2
*
tgsi: restore HIGH_PRECISION setting
Keith Whitwell
2008-05-01
1
-1
/
+1
*
tgsi: use EBX everywhere, be sure to push/pop it
Keith Whitwell
2008-05-01
1
-8
/
+10
*
tgsi: use x86_fn_arg instead of get_argument() -- it knows about push/pops to...
Keith Whitwell
2008-05-01
1
-29
/
+34
*
tgsi: use ESI instead of EBX on non-win32 platforms
Keith Whitwell
2008-05-01
1
-7
/
+7
*
tgsi: make loop structure clearer, use x86_lea for increments
Keith Whitwell
2008-04-28
1
-66
/
+68
*
tsgi: add a makefile
Keith Whitwell
2008-04-28
1
-0
/
+2
*
gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.
Michal Krol
2008-04-28
2
-4
/
+142
*
gallium: fix broken SGT, SLE
Brian
2008-04-25
1
-2
/
+16
*
use PIPE_ARCH_X86
Brian
2008-04-25
1
-2
/
+2
*
tgsi: fix compile when HIGH_PRECISION not defined
Keith Whitwell
2008-04-25
1
-1
/
+1
*
tgsi: use new float math funcs, drop local disassembly code
Keith Whitwell
2008-04-21
2
-501
/
+178
*
gallium: a few comments
Brian Paul
2008-04-18
1
-0
/
+5
*
gallium: implement recip sqrt() with C code for now.
Brian Paul
2008-04-18
1
-0
/
+30
*
tgsi: add const qualifier to tokens on sse emit
Keith Whitwell
2008-04-18
2
-2
/
+2
*
tsgi: make Consts const
Keith Whitwell
2008-04-17
1
-1
/
+1
*
gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.
Brian Paul
2008-04-11
2
-130
/
+78
*
gallium: handle TGSI immediates in SSE code for vertex shaders
Brian Paul
2008-04-11
2
-5
/
+22
*
gallium: implement immediates (aka literals) for SSE fragment shaders
Brian Paul
2008-04-11
2
-5
/
+81
*
gallium: comments
Brian Paul
2008-04-11
1
-0
/
+31
*
gallium: fix SCS codegen (sin scalar src comes from X, not Y)
Brian Paul
2008-04-11
1
-1
/
+1
*
tgsi: Use debug_printf().
Michal Krol
2008-03-14
1
-2
/
+2
*
gallium: print warning rather than assert(0) for LOG/EXP opcodes
Brian Paul
2008-03-14
1
-2
/
+32
*
tgsi: replace erroneous use of FETCH with emit_tempf
Keith Whitwell
2008-03-13
1
-3
/
+15
*
tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP.
Michal Krol
2008-03-12
1
-31
/
+15
*
gallium: better debug messages
Brian
2008-02-27
1
-4
/
+4
*
gallium: Replace // comments.
José Fonseca
2008-02-27
2
-5
/
+5
*
Bring in several forgotten MSVC fixes.
José Fonseca
2008-02-23
1
-1
/
+1
*
tgsi: print debug messages on failure to codegenerate
Keith Whitwell
2008-02-21
1
-0
/
+6
*
Use gallium's rtasm module.
José Fonseca
2008-02-19
1
-1
/
+1
*
Code reorganization: split gallium and mesa makefiles.
José Fonseca
2008-02-18
1
-3
/
+0
*
tgsi: pass through failure to sse-codegenerate for fragment programs too.
Keith Whitwell
2008-02-15
1
-4
/
+6
[next]