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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallium: Remove loop register file.
José Fonseca
2010-05-03
1
-3
/
+0
*
tgsi: Add ureg_DECL_fs_input_cyl().
Michal Krol
2010-02-09
1
-4
/
+18
*
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
-1
/
+3
|
/
*
tgsi: add properties for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
1
-0
/
+7
*
tgsi: Add ureg_property_gs_output_prim/max_vertices().
Michal Krol
2010-01-28
1
-1
/
+9
*
tgsi: Handle 2-D declarations.
Michal Krol
2010-01-28
1
-0
/
+30
*
tgsi: Allow TEMPORARY registers as indirect address into source operands.
Michal Krol
2010-01-18
1
-3
/
+9
*
tgsi: Add ureg_DECL_immediate_block_uint().
Michal Krol
2010-01-18
1
-0
/
+5
*
tgsi: Add ureg_property_gs_input_prim().
Michal Krol
2010-01-15
1
-0
/
+8
*
tgsi: Add ureg_src_dimension().
Michal Krol
2010-01-15
1
-4
/
+16
*
Merge branch 'master' into instanced-arrays
Michal Krol
2010-01-05
1
-0
/
+94
|
\
|
*
tgsi: Support signed/unsigned integer immediate types.
Michal Krol
2010-01-05
1
-0
/
+94
*
|
tgsi: Support system values in ureg.
Michal Krol
2009-12-30
1
-0
/
+6
|
/
*
tgsi/ureg: Add ureg_DECL_gs_input().
Michal Krol
2009-12-14
1
-0
/
+4
*
tgsi: Add ureg_DECL_loop().
Michal Krol
2009-11-24
1
-0
/
+3
*
tgsi/ureg: Allow for multiple extended instruction tokens.
Michal Krol
2009-11-04
1
-59
/
+68
*
tgsi/ureg: Add negate and swizzle for predicates.
Michal Krol
2009-11-02
1
-17
/
+141
*
tgsi/ureg: Update for gallium interface changes.
Michal Krol
2009-11-02
1
-10
/
+25
*
ureg: add a mechanism to get the built tokens rather than a full shader
Keith Whitwell
2009-09-12
1
-0
/
+11
*
ureg: add generic emitters for tex and branch instructions
Keith Whitwell
2009-09-12
1
-0
/
+18
*
tgsi/ureg: give ureg_DECL_constant an explicit index parameter
Keith Whitwell
2009-09-12
1
-1
/
+2
*
tgsi/ureg: VS inputs don't have any semantic tags, just an index
Keith Whitwell
2009-09-12
1
-2
/
+1
*
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-09-03
1
-5
/
+114
*
tgsi: Pass pipe_context as a parameter to ureg_create_shader.
José Fonseca
2009-08-24
1
-5
/
+10
[next]