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
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
gallivm: Compile flag to debug TGSI execution through printfs.
José Fonseca
2013-11-14
1
-0
/
+23
*
tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function
Brian Paul
2013-06-07
1
-8
/
+8
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
1
-0
/
+2
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
1
-0
/
+1
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
1
-4
/
+24
*
tgsi: add ArrayID to declarations
Christian König
2013-03-19
1
-0
/
+6
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
1
-38
/
+0
*
tgsi: silence MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-17
1
-1
/
+1
*
tgsi: Dump register number when dumping immediates.
José Fonseca
2012-10-12
1
-1
/
+7
*
gallium/tgsi: Introduce the "LOCAL" register declaration modifier.
Francisco Jerez
2012-05-11
1
-0
/
+3
*
gallium/tgsi: Add resource write-back support.
Francisco Jerez
2012-05-11
1
-0
/
+2
*
gallium/tgsi: Add support for raw resources.
Francisco Jerez
2012-05-11
1
-0
/
+2
*
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
1
-23
/
+26
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-9
/
+13
*
tgsi: Fix conflict with fortify printf redirect in glibc.
Johannes Obermayr
2012-04-07
1
-17
/
+17
*
tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Brian Paul
2012-01-05
1
-134
/
+5
*
gallium: implement ARB_conservative_depth
Marek Olšák
2011-12-10
1
-0
/
+1
*
gallium: add TGSI_SEMANTIC_VERTEXID
Christoph Bumiller
2011-11-14
1
-0
/
+1
*
gallium: add shadow 1D and 2D array samplers to TGSI
Marek Olšák
2011-09-10
1
-1
/
+3
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
1
-0
/
+11
*
tgsi: add support for 1D/2D texture arrays
Brian Paul
2011-01-25
1
-1
/
+3
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-1
/
+31
*
tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dump
Marek Olšák
2011-01-06
1
-11
/
+11
*
tgsi_dump: fix assert due to missing property name.
Dave Airlie
2010-12-28
1
-1
/
+2
*
gallium/tgsi: add support for stencil writes.
Dave Airlie
2010-10-13
1
-1
/
+2
*
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
|
/
[next]