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
/
tgsi_dump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: Export some names for some tgsi enums.
José Fonseca
2010-10-11
1
-23
/
+26
*
tgsi: make sure that we print out the adjacency prims correctly
Zack Rusin
2010-07-10
1
-1
/
+5
*
gallium: add a temporary array register file
Zack Rusin
2010-06-18
1
-49
/
+44
*
gallium: add a new register file - immediate array
Zack Rusin
2010-06-18
1
-27
/
+76
*
tgsi: support 2d indirect addressing
Zack Rusin
2010-06-11
1
-3
/
+18
*
tgsi: make dumping work on non-debug builds
Marek Olšák
2010-05-05
1
-1
/
+1
*
tgsi: Parse and dump predicates.
José Fonseca
2010-05-03
1
-0
/
+24
*
gallium: Remove loop register file.
José Fonseca
2010-05-03
1
-1
/
+0
*
tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
1
-1
/
+0
*
gallium: Add cylindrical wrap info to TGSI declaration.
Michal Krol
2010-02-09
1
-0
/
+16
*
tgsi: add properties for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
1
-1
/
+21
*
tgsi: Handle 2-D declarations.
Michal Krol
2010-01-28
1
-28
/
+22
*
tgsi: Fix behaviour of dimension index.
Michal Krol
2010-01-18
1
-7
/
+6
*
Merge branch 'master' into instanced-arrays
Michal Krol
2010-01-05
1
-24
/
+67
|
\
|
*
tgsi: Support signed/unsigned integer immediate types.
Michal Krol
2010-01-05
1
-1
/
+9
|
*
tgsi: Don't dump parenthesis for negation.
José Fonseca
2009-12-26
1
-3
/
+1
|
*
gallium: remove TGSI_SEMANTIC_VERTICES
Zack Rusin
2009-12-25
1
-1
/
+0
|
*
tgsi: dump the indices correctly when dealing with 2d arrays
Zack Rusin
2009-12-25
1
-20
/
+50
|
*
tgsi: add missing support for two dimensional arrays in various places
Zack Rusin
2009-12-25
1
-0
/
+6
|
*
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-1
/
+3
*
|
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-29
1
-1
/
+2
|
/
*
Merge branch 'gallium-edgeflags'
Roland Scheidegger
2009-12-22
1
-1
/
+2
|
\
|
*
gallium: edgeflags change fixes
Roland Scheidegger
2009-12-16
1
-1
/
+2
*
|
tgsi: add properties and system value register
Zack Rusin
2009-12-14
1
-1
/
+69
|
/
*
tgsi: Remove tgsi_version token.
Michal Krol
2009-11-27
1
-3
/
+0
*
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-21
/
+21
*
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-10
/
+10
*
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
1
-2
/
+2
*
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-4
/
+4
*
tgsi: reduce repetition of structure name in its members
Keith Whitwell
2009-11-24
1
-6
/
+6
*
gallium: simplify tgsi tokens further
Keith Whitwell
2009-11-24
1
-33
/
+7
*
tgsi: Update for gallium interface changes.
Michal Krol
2009-11-02
1
-1
/
+2
*
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-27
/
+0
*
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-09-03
1
-19
/
+12
*
tgsi: when printing/dumping programs indent loops and conditionals
Brian Paul
2009-08-20
1
-0
/
+35
*
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-31
1
-2
/
+2
*
tgsi: Declare a LOOP register.
Michal Krol
2009-07-30
1
-2
/
+3
*
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
2009-07-22
1
-1
/
+3
*
tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
Brian Paul
2009-07-10
1
-1
/
+6
*
tgis: implement indirect addressing for destination registers
Brian Paul
2009-07-10
1
-5
/
+16
*
tgsi: correct handling of return value from util_vsnprintf
Keith Whitwell
2009-06-26
1
-5
/
+13
*
tgsi: don't dump interpolation info except for fragment shader inputs
Keith Whitwell
2009-02-27
1
-2
/
+6
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
tgsi: Fix build -- rename Size to NrTokens.
Michal Krol
2009-02-10
1
-2
/
+2
*
tgsi: add tgsi_declaration fields for centroid sampling, invariant optimization
Brian Paul
2009-01-06
1
-0
/
+8
*
tgsi: Dump indirect register swizzle.
Michal Krol
2008-12-23
1
-3
/
+6
*
tgsi: Make tgsi dumps look more like mesa shader dumps.
Jakob Bornecrantz
2008-09-18
1
-2
/
+3
*
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
*
tgsi: Workaround debug output buffer size limitations.
Michal Krol
2008-08-19
1
-3
/
+18
[next]