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_build.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/aux/tgsi_build.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-2
/
+4
*
gallium/aux/tgsi_build.c: Remove now unused variable
Gert Wollny
2018-06-20
1
-7
/
+1
*
gallium/aux/tgsi_build.c: Remove unused parameters prev_token from various fu...
Gert Wollny
2018-06-20
1
-8
/
+0
*
tgsi: use enum tgsi_opcode
Brian Paul
2018-03-23
1
-1
/
+1
*
tgsi/build: always generate two-dimensional constant file accesses
Nicolai Hähnle
2017-09-04
1
-0
/
+11
*
tgsi: populate precise
Karol Herbst
2017-07-21
1
-0
/
+3
*
tgsi: add precise flag to tgsi_instruction
Karol Herbst
2017-07-21
1
-0
/
+1
*
tgsi: store the sampler view type directly in the instruction
Samuel Pitoiset
2017-05-18
1
-1
/
+5
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-66
/
+0
*
tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic
Nicolai Hähnle
2016-12-12
1
-2
/
+16
*
tgsi/build: pass Memory.Texture and .Format through tgsi_build_full_instruction
Nicolai Hähnle
2016-04-29
1
-2
/
+6
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
1
-4
/
+4
*
tgsi: Fix decl.Atomic and .Shared not propagating when parsing tgsi text
Hans de Goede
2016-03-21
1
-0
/
+6
*
tgsi: Fix return of uninitialized memory in tgsi_*_instruction_memory
Hans de Goede
2016-03-20
1
-0
/
+4
*
tgsi: add tgsi_full_src_register_from_dst helper function
Nicolai Hähnle
2016-03-14
1
-0
/
+15
*
tgsi/ureg: add shared variables support for compute shaders
Samuel Pitoiset
2016-02-13
1
-0
/
+1
*
tgsi: initialize Atomic field in tgsi_default_declaration
Ilia Mirkin
2016-01-17
1
-0
/
+1
*
tgsi: provide a way to encode memory qualifiers for SSBO
Ilia Mirkin
2016-01-08
1
-1
/
+49
*
tgsi: add ureg support for image decls
Ilia Mirkin
2016-01-08
1
-29
/
+33
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
1
-2
/
+2
*
gallium: replace pipe_type enum with tgsi_return_type enum
Brian Paul
2014-09-22
1
-4
/
+4
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-4
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
tgsi_build: fix order of arguments for ind register build
Dave Airlie
2013-08-27
1
-1
/
+1
*
tgsi: finish declaration parsing for arrays.
Dave Airlie
2013-08-27
1
-1
/
+31
*
tgsi: Ensure struct tgsi_ind_register field Index is initialized.
Vinson Lee
2013-04-08
1
-0
/
+1
*
tgsi: fix uninitialized declaration array fields
Brian Paul
2013-03-19
1
-0
/
+13
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
1
-48
/
+61
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
1
-19
/
+0
*
tgsi: Initialize Padding struct fields.
Vinson Lee
2012-05-23
1
-0
/
+4
*
gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
José Fonseca
2012-05-11
1
-2
/
+2
*
gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.
José Fonseca
2012-05-11
1
-1
/
+1
*
gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.
Francisco Jerez
2012-05-11
1
-22
/
+8
*
gallium/tgsi: Introduce the "LOCAL" register declaration modifier.
Francisco Jerez
2012-05-11
1
-0
/
+4
*
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
-0
/
+4
*
gallium/tgsi: Define the TGSI_BUFFER texture target.
Francisco Jerez
2012-05-11
1
-1
/
+1
*
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
1
-9
/
+48
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-24
/
+64
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
1
-1
/
+63
*
tgsi: remove set-but-unused variables
Marek Olšák
2011-05-01
1
-4
/
+0
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-0
/
+59
*
tgsi: remove unused function
Brian Paul
2010-11-04
1
-11
/
+0
*
tgsi/build: Reduce interface clutter.
Michal Krol
2010-11-04
1
-380
/
+367
*
gallium: add a temporary array register file
Zack Rusin
2010-06-18
1
-0
/
+45
*
gallium: add a new register file - immediate array
Zack Rusin
2010-06-18
1
-1
/
+20
*
gallium: Add cylindrical wrap info to TGSI declaration.
Michal Krol
2010-02-09
1
-1
/
+4
*
tgsi: Handle two-dimensional constants in text parser.
Michal Krol
2010-01-28
1
-0
/
+46
*
tgsi: fix property parsing/building
Zack Rusin
2009-12-25
1
-1
/
+1
*
tgsi: add properties and system value register
Zack Rusin
2009-12-14
1
-0
/
+104
[next]