index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
tgsi
/
tgsi_dump.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-21
gallium/tgsi: add support for 64-bit integer immediates.
Dave Airlie
1
-0
/
+14
2016-05-25
tgsi: print TGSI_PROPERTY_NEXT_SHADER value as string, not an integer
Brian Paul
1
-0
/
+3
2016-05-01
tgsi: initialize stack allocated struct
WuZhen
1
-0
/
+7
2016-04-29
tgsi/dump: signal nospace when the last print exceeded the size
Nicolai Hähnle
1
-4
/
+6
2016-04-29
tgsi/dump: shared dump_ctx initialization
Nicolai Hähnle
1
-31
/
+17
2016-04-22
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
1
-5
/
+5
2016-03-21
tgsi: Add support for global / private / input MEMORY
Hans de Goede
1
-2
/
+7
2016-03-14
tgsi: add Texture and Format to tgsi_instruction_memory
Nicolai Hähnle
1
-0
/
+8
2016-02-15
tgsi: show textual format representation
Ilia Mirkin
1
-1
/
+1
2016-02-13
tgsi/ureg: add shared variables support for compute shaders
Samuel Pitoiset
1
-0
/
+5
2016-01-08
tgsi: provide a way to encode memory qualifiers for SSBO
Ilia Mirkin
1
-0
/
+10
2016-01-08
ureg: add buffer support to ureg
Ilia Mirkin
1
-0
/
+5
2016-01-08
tgsi: add ureg support for image decls
Ilia Mirkin
1
-4
/
+6
2015-10-23
tgsi: try and handle overflowing shaders. (v2)
Dave Airlie
1
-2
/
+8
2015-10-23
tgsi: add option to dump floats as hex values
Dave Airlie
1
-1
/
+18
2015-10-16
tgsi: initialize ctx.file in tgsi_dump_instruction()
Brian Paul
1
-0
/
+1
2015-07-22
tgsi: allow dumping to a file directly
Marek Olšák
1
-4
/
+15
2015-05-26
gallium: rename TGSI tessellation processor types to match pipe shader names
Marek Olšák
1
-3
/
+3
2015-05-20
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
1
-10
/
+1
2015-05-16
tgsi/dump: fix declaration printing of tessellation inputs/outputs
Ilia Mirkin
1
-2
/
+18
2015-04-15
tgsi: also dump label for TGSI_OPCODE_BGNSUB opcode
Brian Paul
1
-0
/
+1
2015-02-20
tgsi: add support for flt64 constants
Dave Airlie
1
-0
/
+8
2014-09-22
gallium: replace pipe_type enum with tgsi_return_type enum
Brian Paul
1
-5
/
+5
2014-09-16
tgsi: don't print texture target for sample opcodes
Roland Scheidegger
1
-2
/
+5
2014-07-09
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
1
-2
/
+3
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
1
-2
/
+2
2013-11-14
gallivm: Compile flag to debug TGSI execution through printfs.
José Fonseca
1
-0
/
+23
2013-06-07
tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function
Brian Paul
1
-8
/
+8
2013-04-17
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
1
-0
/
+2
2013-03-20
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
1
-0
/
+1
2013-03-19
tgsi: use separate structure for indirect address v2
Christian König
1
-4
/
+24
2013-03-19
tgsi: add ArrayID to declarations
Christian König
1
-0
/
+6
2013-03-19
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
1
-38
/
+0
2012-10-17
tgsi: silence MSVC signed/unsigned comparison warnings
Brian Paul
1
-1
/
+1
2012-10-12
tgsi: Dump register number when dumping immediates.
José Fonseca
1
-1
/
+7
2012-05-11
gallium/tgsi: Introduce the "LOCAL" register declaration modifier.
Francisco Jerez
1
-0
/
+3
2012-05-11
gallium/tgsi: Add resource write-back support.
Francisco Jerez
1
-0
/
+2
2012-05-11
gallium/tgsi: Add support for raw resources.
Francisco Jerez
1
-0
/
+2
2012-05-11
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
1
-23
/
+26
2012-05-11
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
1
-9
/
+13
2012-04-07
tgsi: Fix conflict with fortify printf redirect in glibc.
Johannes Obermayr
1
-17
/
+17
2012-01-05
tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Brian Paul
1
-134
/
+5
2011-12-10
gallium: implement ARB_conservative_depth
Marek Olšák
1
-0
/
+1
2011-11-14
gallium: add TGSI_SEMANTIC_VERTEXID
Christoph Bumiller
1
-0
/
+1
2011-09-10
gallium: add shadow 1D and 2D array samplers to TGSI
Marek Olšák
1
-1
/
+3
2011-09-02
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
1
-0
/
+11
2011-01-25
tgsi: add support for 1D/2D texture arrays
Brian Paul
1
-1
/
+3
2011-01-24
gallium: implement modern sampling scheme
Zack Rusin
1
-1
/
+31
2011-01-06
tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dump
Marek Olšák
1
-11
/
+11
2010-12-28
tgsi_dump: fix assert due to missing property name.
Dave Airlie
1
-1
/
+2
[next]