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: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-37
/
+0
*
gallium/tgsi: fix oob access in parse instruction
Li Qiang
2017-02-07
1
-1
/
+1
*
gallium/tgsi: fix overflow in parse property
Li Qiang
2017-01-11
1
-3
/
+6
*
tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic
Nicolai Hähnle
2016-12-12
1
-0
/
+48
*
gallium/tgsi: add support for 64-bit integer immediates.
Dave Airlie
2016-09-21
1
-0
/
+44
*
tgsi: fix coverity out-of-bounds warning
Rob Clark
2016-05-26
1
-0
/
+3
*
tgsi: print TGSI_PROPERTY_NEXT_SHADER value as string, not an integer
Brian Paul
2016-05-25
1
-0
/
+22
*
tgsi/text: fix parsing of memory instructions
Nicolai Hähnle
2016-04-29
1
-13
/
+27
*
tgsi/text: add str_match_name_from_array
Nicolai Hähnle
2016-04-29
1
-0
/
+18
*
tgsi/text: add str_match_format helper function
Nicolai Hähnle
2016-04-29
1
-9
/
+22
*
tgsi: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-4
/
+4
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-13
/
+13
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
1
-2
/
+12
*
tgsi: fix parsing of shared memory declarations
Samuel Pitoiset
2016-03-07
1
-1
/
+3
*
tgsi: show textual format representation
Ilia Mirkin
2016-02-15
1
-3
/
+10
*
tgsi/ureg: add shared variables support for compute shaders
Samuel Pitoiset
2016-02-13
1
-0
/
+3
*
tgsi: provide a way to encode memory qualifiers for SSBO
Ilia Mirkin
2016-01-08
1
-0
/
+27
*
ureg: add buffer support to ureg
Ilia Mirkin
2016-01-08
1
-0
/
+5
*
tgsi: add ureg support for image decls
Ilia Mirkin
2016-01-08
1
-4
/
+6
*
tgsi: add option to dump floats as hex values
Dave Airlie
2015-10-23
1
-1
/
+10
*
tgsi: fix parsing of tessellation shader inputs/outputs
Marcos Paulo de Souza
2015-08-17
1
-1
/
+16
*
tgsi: set implicit array size for tess stages
Marcos Paulo de Souza
2015-08-17
1
-1
/
+5
*
tgsi/text: enable parsing tessellation shaders
Marek Olšák
2015-05-26
1
-0
/
+4
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
1
-9
/
+3
*
tgsi: fix type-mismatch warning
Marek Olšák
2015-02-21
1
-1
/
+1
*
tgsi: add support for flt64 constants
Dave Airlie
2015-02-20
1
-0
/
+22
*
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
[next]