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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Introduce PIPE_ARCH_SSE define for SSE support.
José Fonseca
2008-10-07
1
-1
/
+1
*
tgsi: Include p_config.h.
José Fonseca
2008-10-01
1
-0
/
+2
*
cell: Moved X86 checks to wrap #include section so that Cell targets will co...
Jonathan White
2008-09-30
1
-2
/
+2
*
tgsi: SSE2 optimized exp2, log2 and pow implementations.
José Fonseca
2008-09-30
1
-76
/
+211
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-18
4
-13
/
+20
|
\
|
*
tgsi: Build tgsi_text with make
Jakob Bornecrantz
2008-09-18
1
-0
/
+1
|
*
tgsi: Make tgsi dumps look more like mesa shader dumps.
Jakob Bornecrantz
2008-09-18
1
-2
/
+3
|
*
gallium: fix tgsi sanity checker with respect to END.
Brian Paul
2008-09-17
1
-9
/
+7
|
*
gallium: fix info entries for KIL, KILP
Brian Paul
2008-09-16
1
-2
/
+2
|
*
tgsi: Make tgsi_sanity.c compile with make
Jakob Bornecrantz
2008-09-16
2
-0
/
+7
*
|
gallium: use copy_token() function to avoid type punning/aliasing problems
Brian Paul
2008-09-12
1
-21
/
+33
*
|
gallium: use new compare32() function to fix warnings about type punning and ...
Brian Paul
2008-09-12
1
-10
/
+14
*
|
gallium: silence warning
Brian Paul
2008-09-12
1
-0
/
+1
|
/
*
tgsi: Fix newline pos.
José Fonseca
2008-09-10
1
-1
/
+1
*
tgsi: Verify constants are set before attempting to read them.
José Fonseca
2008-09-10
1
-0
/
+1
*
tgsi: Cleanup code.
Michal Krol
2008-09-08
1
-50
/
+37
*
tgsi: Refactor tgsi_dump to avoid using string buffers when dumping.
José Fonseca
2008-09-05
1
-77
/
+83
*
gallium: increase string buffer size to 16000 to avoid truncated output of lo...
Brian Paul
2008-09-02
1
-1
/
+1
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
10
-10
/
+11
*
gallium: replace LOG2() macro with util_fast_log2() inline func
Brian Paul
2008-08-22
1
-4
/
+4
*
gallium: use new util_fast_exp2(), _log2(), pow() functions
Brian Paul
2008-08-22
2
-0
/
+49
*
tgsi: Implement LOG opcode for SSE2 codegen.
Michal Krol
2008-08-19
2
-5
/
+36
*
tgsi: Implement EXP opcode for SSE2.
Michal Krol
2008-08-19
2
-19
/
+53
*
tgsi: Fix ARL opcode in SSE2 codegen.
Michal Krol
2008-08-19
2
-25
/
+68
*
tgsi: Workaround debug output buffer size limitations.
Michal Krol
2008-08-19
1
-3
/
+18
*
tgsi: Use NUM_CHANNELS.
Michal Krol
2008-08-19
1
-4
/
+4
*
tgsi: Update condition code vector when storing dest register.
Michal Krol
2008-08-18
1
-1
/
+48
*
tgsi: Saturate modifier obeys ExecMask.
Michal Krol
2008-08-18
1
-4
/
+18
*
tgsi: Respect condition codes when storing destination register.
Michal Krol
2008-08-18
1
-8
/
+113
*
tgsi: Cosmetic changes.
Michal Krol
2008-08-18
1
-19
/
+12
*
tgsi: Add condition code (CC) register.
Michal Krol
2008-08-18
2
-7
/
+35
*
gallium: fix exec_kilp(), fix Exec/FuncMask test for TGSI_OPCODE_RET
Brian Paul
2008-08-13
1
-4
/
+10
*
tgsi: Initial code for KILP, needs CCs working to be complete.
Michal Krol
2008-08-13
1
-3
/
+21
*
tgsi: Use a homebrew version of toupper().
Michal Krol
2008-08-13
1
-10
/
+17
*
tgsi: Fix typo.
Michal Krol
2008-08-13
2
-3
/
+3
*
tgsi: Validate instruction opcode and operand counts.
Michal Krol
2008-08-13
1
-0
/
+15
*
tgsi: Use tgsi_info to dump opcode names.
Michal Krol
2008-08-13
2
-257
/
+6
*
tgsi: Use tgsi_opcode_info.
Michal Krol
2008-08-13
1
-134
/
+3
*
make: List tgsi_info.c.
Michal Krol
2008-08-13
1
-0
/
+1
*
scons: List tgsi_info.c.
Michal Krol
2008-08-13
1
-0
/
+1
*
tgsi: Opcode information.
Michal Krol
2008-08-13
2
-0
/
+214
*
tgsi: Swap meanings of KIL and KILP opcodes.
Michal Krol
2008-08-13
2
-10
/
+24
*
gallium: distinguish between KIL and KILP
Brian Paul
2008-08-12
1
-2
/
+18
*
tgsi: Prevent division by zero.
José Fonseca
2008-08-12
1
-4
/
+12
*
tgsi: Dump shaders to a string too.
José Fonseca
2008-08-09
2
-46
/
+127
*
tgsi: Put a newline after IMM.
Michal Krol
2008-08-04
1
-13
/
+5
*
tgsi: Insert newlines after the statements, instead of before.
José Fonseca
2008-07-30
1
-3
/
+6
*
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-28
27
-32
/
+30
*
tgsi: Silent msvc warning.
José Fonseca
2008-07-24
1
-1
/
+1
*
gallium: bump TGSI_EXEC_NUM_TEMPS to 128
Brian Paul
2008-07-23
1
-1
/
+1
[next]