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_ureg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-81
/
+3
*
tgsi/ureg: return correct token count in ureg_get_tokens
Grazvydas Ignotas
2017-03-03
1
-1
/
+1
*
tgsi: remove ureg_label_insn
Marc-André Lureau
2017-02-10
1
-31
/
+0
*
st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI
Nicolai Hähnle
2016-12-12
1
-1
/
+20
*
tgsi: fix comment typo in tgsi_ureg.c
Brian Paul
2016-10-13
1
-1
/
+1
*
tgsi/ureg: add ureg_DECL_output_layout
Nicolai Hähnle
2016-10-12
1
-13
/
+29
*
tgsi/ureg: add layout/component input declarations
Nicolai Hähnle
2016-10-12
1
-12
/
+55
*
gallium/tgsi: add support for 64-bit integer immediates.
Dave Airlie
2016-09-21
1
-2
/
+43
*
gallium: refactor pipe_shader_state to support multiple IR's
Rob Clark
2016-05-11
1
-3
/
+1
*
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
2016-05-07
1
-1
/
+1
*
tgsi: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-5
/
+5
*
gallium: remove helpers converting to/from TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-2
/
+1
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-11
/
+11
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
1
-11
/
+14
*
gallium: add TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
1
-0
/
+19
*
st/glsl_to_tgsi: provide Texture and Format information for image ops
Nicolai Hähnle
2016-03-14
1
-3
/
+9
*
tgsi/ureg: add shared variables support for compute shaders
Samuel Pitoiset
2016-02-13
1
-0
/
+32
*
tgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding the mask
Samuel Pitoiset
2016-02-06
1
-3
/
+3
*
tgsi: provide a way to encode memory qualifiers for SSBO
Ilia Mirkin
2016-01-08
1
-0
/
+52
*
ureg: add buffer support to ureg
Ilia Mirkin
2016-01-08
1
-0
/
+52
*
tgsi: add ureg support for image decls
Ilia Mirkin
2016-01-08
1
-0
/
+77
*
tgsi/ureg: handle redundant declarations in ureg_DECL_system_value
Marek Olšák
2016-01-08
1
-1
/
+9
*
tgsi/ureg: remove index parameter from ureg_DECL_system_value
Marek Olšák
2016-01-08
1
-6
/
+6
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium/auxiliary: Trivial code style cleanup
Edward O'Callaghan
2015-12-06
1
-2
/
+2
*
tgsi: move pipe_shader_from_tgsi_processor function to util
Marek Olšák
2015-10-17
1
-24
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
tgsi: add comments for ureg_emit_label()
Brian Paul
2015-06-19
1
-0
/
+6
*
tgsi/ureg: fix a coverity defect in emit_decls
Marek Olšák
2015-06-05
1
-3
/
+4
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
1
-35
/
+135
*
tgsi/ureg: add support for output array declarations
Marek Olšák
2015-06-05
1
-13
/
+39
*
tgsi/ureg: add support for GS input array declarations
Marek Olšák
2015-06-05
1
-12
/
+25
*
tgsi/ureg: merge input and fs_input arrays
Marek Olšák
2015-06-05
1
-51
/
+33
*
tgsi/ureg: rename and simplify ureg_DECL_gs_input
Marek Olšák
2015-06-05
1
-15
/
+16
*
tgsi/ureg: add support for FS input array declarations
Marek Olšák
2015-06-05
1
-10
/
+36
*
tgsi/ureg: enable creating tessellation shaders with ureg_create_shader
Marek Olšák
2015-05-26
1
-4
/
+14
*
tgsi/ureg: allow ureg_dst to have dimension indices
Ilia Mirkin
2015-05-16
1
-2
/
+22
*
tgsi/ureg: use correct limit for max input count
Marek Olšák
2015-05-16
1
-1
/
+1
*
tgsi: add support for flt64 constants
Dave Airlie
2015-02-20
1
-3
/
+72
*
tgsi/ureg: Move ureg_dst_register() to the header.
Eric Anholt
2015-02-06
1
-28
/
+0
*
tgsi/ureg: simplify code for declaring properties
Marek Olšák
2014-11-16
1
-142
/
+11
*
mesa/st: add support for dynamic sampler offsets
Ilia Mirkin
2014-08-12
1
-1
/
+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
-6
/
+6
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
1
-0
/
+16
*
gallium: add GS_INVOCATIONS property
Ilia Mirkin
2014-04-26
1
-0
/
+9
*
tgsi_ureg: add property_gs_invocations
Jordan Justen
2014-02-20
1
-0
/
+7
*
tgsi/ureg: increase the number of immediates
Zack Rusin
2014-02-05
1
-1
/
+1
*
tgsi: Prevent emission of instructions with empty writemask.
José Fonseca
2013-11-22
1
-0
/
+8
*
tgsi/ureg: make the dst register match the src indirection
Zack Rusin
2013-05-03
1
-1
/
+2
[next]