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_text.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: replace pipe_type enum with tgsi_return_type enum
Brian Paul
2014-09-22
1
-3
/
+3
*
tgsi: accept offsets for sample opcodes too in the text parser
Roland Scheidegger
2014-09-16
1
-3
/
+2
*
tgsi: add interpolation location modifier support to text parser
Ilia Mirkin
2014-07-09
1
-0
/
+17
*
tgsi: properly parse indirect dimension references (e.g. for UBOs)
Ilia Mirkin
2014-07-09
1
-0
/
+7
*
tgsi: support parsing texture offsets from text tgsi shaders
Ilia Mirkin
2014-05-14
1
-5
/
+48
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
tgsi: text parser: fix parsing of array in declaration
Dave Airlie
2013-06-18
1
-3
/
+9
*
tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function
Brian Paul
2013-06-07
1
-1
/
+1
*
gallium/tgsi: fix valgrind warning
Marek Olšák
2013-03-26
1
-1
/
+1
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
1
-8
/
+19
*
tgsi: add ArrayID to declarations
Christian König
2013-03-19
1
-0
/
+22
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
1
-43
/
+0
*
gallivm/tgsi: fix issues with sample opcodes
Roland Scheidegger
2013-02-16
1
-0
/
+11
*
tgsi: Add support to parse IMM[x] too.
José Fonseca
2012-10-17
1
-0
/
+28
*
gallium/tgsi: fix TGSI text parser
Marek Olšák
2012-08-15
1
-77
/
+97
*
gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.
Vinson Lee
2012-05-17
1
-0
/
+4
*
gallium/tgsi/text: Replace open-coded integer parsing with parse_int().
Francisco Jerez
2012-05-11
1
-17
/
+3
*
gallium/tgsi/text: Parse immediates of non-float data types.
Francisco Jerez
2012-05-11
1
-18
/
+48
*
gallium/tgsi/text: Make label parsing optional for branch instructions.
Francisco Jerez
2012-05-11
1
-10
/
+9
*
gallium/tgsi: Introduce the "LOCAL" register declaration modifier.
Francisco Jerez
2012-05-11
1
-26
/
+39
*
gallium/tgsi: Add resource write-back support.
Francisco Jerez
2012-05-11
1
-0
/
+4
*
gallium/tgsi: Add support for raw resources.
Francisco Jerez
2012-05-11
1
-2
/
+18
*
gallium/tgsi: Introduce the compute processor.
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
-1
/
+2
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-8
/
+24
*
tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Brian Paul
2012-01-05
1
-77
/
+7
*
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
/
+5
*
tgsi: Fix parsing of properties with digits in the name
Jakob Bornecrantz
2011-03-13
1
-1
/
+1
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-27
/
+108
*
tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dump
Marek Olšák
2011-01-06
1
-43
/
+7
*
tgsi_text: just parse as an integer (value is a boolean).
Dave Airlie
2010-12-24
1
-1
/
+0
*
gallium: add fragment shader property for color writes to all buffers. (v2)
Dave Airlie
2010-12-24
1
-1
/
+4
*
tgsi: Add STENCIL to text parser.
Chia-I Wu
2010-11-21
1
-1
/
+2
*
tgsi: Fix error message on invalid swizzle parse
Jakob Bornecrantz
2010-07-22
1
-1
/
+1
*
tgsi: Remove dead assignment in uprcase function.
Vinson Lee
2010-07-15
1
-1
/
+1
*
gallium: add a temporary array register file
Zack Rusin
2010-06-18
1
-72
/
+103
*
gallium: add a new register file - immediate array
Zack Rusin
2010-06-18
1
-30
/
+89
*
tgsi: null-terminate string in parse_identifier
Keith Whitwell
2010-06-07
1
-0
/
+1
*
tgsi: reject interpolation and semantics on vs inputs
Keith Whitwell
2010-06-07
1
-2
/
+6
*
tgsi: Parse and dump predicates.
José Fonseca
2010-05-03
1
-1
/
+39
*
gallium: Remove loop register file.
José Fonseca
2010-05-03
1
-1
/
+0
*
aux/tgsi: fix some minor glitches in string routines
Keith Whitwell
2010-03-28
1
-2
/
+2
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
tgsi: add properties for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
1
-1
/
+62
*
tgsi: Handle two-dimensional constants in text parser.
Michal Krol
2010-01-28
1
-11
/
+23
*
tgsi: Add missing semantic name in text parser.
Chia-I Wu
2010-01-18
1
-1
/
+2
*
tgsi: Add missing semantic name in text parser.
Igor Oliveira
2010-01-01
1
-0
/
+1
*
gallium: remove TGSI_SEMANTIC_VERTICES
Zack Rusin
2009-12-25
1
-1
/
+0
*
util: put vertices_per_primitive function in its proper location
Zack Rusin
2009-12-25
1
-2
/
+2
[next]