index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
tgsi
/
tgsi_ureg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: store the sampler view type directly in the instruction
Samuel Pitoiset
2017-05-18
1
-3
/
+8
*
tgsi: remove some unused OPCODE macros
Samuel Pitoiset
2017-05-18
1
-158
/
+0
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-148
/
+1
*
tgsi: remove ureg_label_insn
Marc-André Lureau
2017-02-10
1
-7
/
+0
*
st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI
Nicolai Hähnle
2016-12-12
1
-0
/
+1
*
tgsi/ureg: add ureg_DECL_output_layout
Nicolai Hähnle
2016-10-12
1
-0
/
+9
*
tgsi/ureg: add layout/component input declarations
Nicolai Hähnle
2016-10-12
1
-0
/
+21
*
gallium/tgsi: add support for 64-bit integer immediates.
Dave Airlie
2016-09-21
1
-0
/
+10
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
1
-1
/
+1
*
gallium: add TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
1
-0
/
+2
*
st/glsl_to_tgsi: provide Texture and Format information for image ops
Nicolai Hähnle
2016-03-14
1
-2
/
+6
*
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
/
+13
*
ureg: add buffer support to ureg
Ilia Mirkin
2016-01-08
1
-0
/
+3
*
tgsi: add ureg support for image decls
Ilia Mirkin
2016-01-08
1
-0
/
+7
*
tgsi/ureg: remove index parameter from ureg_DECL_system_value
Marek Olšák
2016-01-08
1
-1
/
+0
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-58
/
+58
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
1
-1
/
+5
*
tgsi/ureg: add support for output array declarations
Marek Olšák
2015-06-05
1
-11
/
+27
*
tgsi/ureg: add support for GS input array declarations
Marek Olšák
2015-06-05
1
-1
/
+3
*
tgsi/ureg: rename and simplify ureg_DECL_gs_input
Marek Olšák
2015-06-05
1
-4
/
+3
*
tgsi/ureg: add support for FS input array declarations
Marek Olšák
2015-06-05
1
-6
/
+23
*
tgsi/ureg: allow ureg_dst to have dimension indices
Ilia Mirkin
2015-05-16
1
-6
/
+53
*
tgsi: add support for flt64 constants
Dave Airlie
2015-02-20
1
-0
/
+5
*
tgsi/ureg: Move ureg_dst_register() to the header.
Eric Anholt
2015-02-06
1
-0
/
+25
*
tgsi/ureg: simplify code for declaring properties
Marek Olšák
2014-11-16
1
-34
/
+1
*
gallium: Fix compiler warning.
Jan Vesely
2014-08-04
1
-1
/
+1
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-1
/
+1
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
1
-0
/
+4
*
tgsi_ureg: add property_gs_invocations
Jordan Justen
2014-02-20
1
-0
/
+4
*
tgsi: Prevent emission of instructions with empty writemask.
José Fonseca
2013-11-22
1
-0
/
+34
*
tgsi: Rework calls to ureg_emit_insn().
José Fonseca
2013-11-22
1
-96
/
+104
*
tgsi/ureg: make the dst register match the src indirection
Zack Rusin
2013-05-03
1
-3
/
+9
*
tgsi/ureg: Add a function to return the number of outputs
Zack Rusin
2013-04-26
1
-0
/
+6
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
1
-0
/
+7
*
tgsi/ureg: implement support for array temporaries
Christian König
2013-03-19
1
-11
/
+27
*
gallivm/tgsi: fix issues with sample opcodes
Roland Scheidegger
2013-02-16
1
-0
/
+119
*
gallium/tgsi/ureg: Support local temporary emission.
Francisco Jerez
2012-05-11
1
-0
/
+8
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-7
/
+7
*
gallium: add support for clip distances
Bryan Cain
2012-01-05
1
-0
/
+6
*
gallium: utility helper functions for stream output
Marek Olšák
2011-12-15
1
-4
/
+14
*
gallium: implement ARB_conservative_depth
Marek Olšák
2011-12-10
1
-0
/
+5
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
1
-3
/
+9
*
tgsi: s/varient/variant/
Brian Paul
2011-06-07
1
-2
/
+2
*
gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issue
Jerome Glisse
2011-02-25
1
-14
/
+14
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-0
/
+69
*
gallium: add fragment shader property for color writes to all buffers. (v2)
Dave Airlie
2010-12-24
1
-0
/
+4
*
ureg: support centroid interpolation
Luca Barbieri
2010-09-27
1
-4
/
+20
*
tgsi: support 2d indirect addressing
Zack Rusin
2010-06-11
1
-6
/
+38
*
mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().
José Fonseca
2010-05-11
1
-0
/
+4
[next]