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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
tgsi/ureg: Add a function to return the number of outputs
Zack Rusin
2013-04-26
1
-0
/
+9
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
1
-19
/
+17
*
tgsi: add ArrayID to declarations
Christian König
2013-03-19
1
-3
/
+26
*
tgsi/ureg: implement support for array temporaries
Christian König
2013-03-19
1
-13
/
+42
*
tgsi/ureg: cleanup local temporary emission v2
Christian König
2013-03-19
1
-17
/
+13
*
mesa: bump MAX_VARYING to 32
Marek Olšák
2012-10-29
1
-1
/
+1
*
gallium/tgsi: Don't declare temps individually when they are all similar.
José Fonseca
2012-07-02
1
-8
/
+19
*
gallium/tgsi/ureg: Support local temporary emission.
Francisco Jerez
2012-05-11
1
-6
/
+52
*
gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...
Francisco Jerez
2012-05-11
1
-27
/
+22
*
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
1
-10
/
+11
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-44
/
+44
*
gallium: add support for clip distances
Bryan Cain
2012-01-05
1
-9
/
+29
*
gallium: utility helper functions for stream output
Marek Olšák
2011-12-15
1
-2
/
+7
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
1
-0
/
+1
*
gallium: implement ARB_conservative_depth
Marek Olšák
2011-12-10
1
-0
/
+16
*
gallium: add PIPE_SHADER_CAP_OUTPUT_READ
Vadim Girlin
2011-11-21
1
-1
/
+0
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
1
-2
/
+22
*
tgsi/ureg: bump the limit of immediates
Marek Olšák
2011-05-30
1
-1
/
+1
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-2
/
+89
*
gallium: add fragment shader property for color writes to all buffers. (v2)
Dave Airlie
2010-12-24
1
-1
/
+15
*
ureg: support centroid interpolation
Luca Barbieri
2010-09-27
1
-5
/
+11
*
tgsi: support 2d indirect addressing
Zack Rusin
2010-06-11
1
-7
/
+24
*
geometry shaders: make gs work with changable primitives and variable number ...
Zack Rusin
2010-06-09
1
-1
/
+1
*
mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().
José Fonseca
2010-05-11
1
-0
/
+6
*
gallium: Remove loop register file.
José Fonseca
2010-05-03
1
-22
/
+0
*
tgsi: replace 0xf with TGSI_WRITEMASK_XYZW
Brian Paul
2010-04-18
1
-2
/
+2
*
tgsi: Add ureg_DECL_fs_input_cyl().
Michal Krol
2010-02-09
1
-48
/
+76
*
Merge branch 'gallium-embedded'
José Fonseca
2010-02-03
1
-0
/
+1
|
\
|
*
gallium: Make pipe_atomic a regular int32_t.
José Fonseca
2010-02-02
1
-0
/
+1
*
|
tgsi: ureg_DECL_gs_input() accepts shader semantics.
Michal Krol
2010-02-02
1
-5
/
+13
|
/
*
tgsi: add properties for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
1
-0
/
+32
*
tgsi: Constants declared with ureg_DECL_constant() are one-dimensional.
Michal Krol
2010-01-28
1
-4
/
+22
*
tgsi: Add ureg_property_gs_output_prim/max_vertices().
Michal Krol
2010-01-28
1
-2
/
+36
*
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
2010-01-28
1
-3
/
+3
*
tgsi: Handle 2-D declarations.
Michal Krol
2010-01-28
1
-60
/
+94
*
tgsi: Silence uninitialized variable warning.
Vinson Lee
2010-01-28
1
-1
/
+1
*
tgsi: Allow TEMPORARY registers as indirect address into source operands.
Michal Krol
2010-01-18
1
-1
/
+2
*
tgsi: Add ureg_DECL_immediate_block_uint().
Michal Krol
2010-01-18
1
-0
/
+29
[next]