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
*
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
*
tgsi: Add ureg_property_gs_input_prim().
Michal Krol
2010-01-15
1
-0
/
+34
*
tgsi: Add ureg_src_dimension().
Michal Krol
2010-01-15
1
-2
/
+12
*
Merge branch 'master' into instanced-arrays
Michal Krol
2010-01-05
1
-48
/
+104
|
\
|
*
tgsi/ureg: Improve immediate match & expand logic.
Michal Krol
2010-01-05
1
-6
/
+10
|
*
tgsi: Support signed/unsigned integer immediate types.
Michal Krol
2010-01-05
1
-40
/
+92
|
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-4
/
+4
|
|
\
|
|
*
tgsi/ureg: Silence uninitialized variable warnings.
Vinson Lee
2009-12-27
1
-4
/
+4
*
|
|
tgsi: Support system values in ureg.
Michal Krol
2009-12-30
1
-0
/
+36
|
/
/
*
|
tgsi/ureg: Add ureg_DECL_gs_input().
Michal Krol
2009-12-14
1
-2
/
+29
*
|
tgsi: fix some off-by-one errors in shader length, instruction length
Brian Paul
2009-12-08
1
-1
/
+1
*
|
tgsi/ureg: Fix ureg_emit_src().
Michal Krol
2009-12-03
1
-3
/
+1
*
|
tgsi: fix ureg emit after version token change
Keith Whitwell
2009-12-01
1
-1
/
+1
*
|
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-12-01
1
-37
/
+16
|
\
\
|
*
|
tgsi: Remove tgsi_version token.
Michal Krol
2009-11-27
1
-10
/
+5
|
*
|
tgsi: reduce repetition of structure name in its members
Keith Whitwell
2009-11-24
1
-4
/
+4
|
*
|
gallium: simplify tgsi tokens further
Keith Whitwell
2009-11-24
1
-25
/
+9
*
|
|
tgsi/ureg: Add forgotten goto in ureg_DECL_constant().
Michal Krol
2009-11-26
1
-0
/
+1
|
/
/
*
|
tgsi: Add ureg_DECL_loop().
Michal Krol
2009-11-24
1
-0
/
+22
*
|
tgsi: Account for gallium shader token representation changes.
Michal Krol
2009-11-24
1
-19
/
+11
|
/
*
tgsi/ureg: Simplify logic in tokens_expand().
Michal Krol
2009-11-10
1
-9
/
+6
*
tgsi/ureg: Allow for multiple extended instruction tokens.
Michal Krol
2009-11-04
1
-16
/
+26
*
tgsi/ureg: Add negate and swizzle for predicates.
Michal Krol
2009-11-02
1
-5
/
+67
*
tgsi/ureg: Update for gallium interface changes.
Michal Krol
2009-11-02
1
-12
/
+44
*
gallium: remove extended negate also, and also the ExtSwz token
Keith Whitwell
2009-10-23
1
-1
/
+0
*
tgsi: add missing implementation of constant decl change
Keith Whitwell
2009-09-12
1
-8
/
+61
*
ureg: add a mechanism to get the built tokens rather than a full shader
Keith Whitwell
2009-09-12
1
-0
/
+19
*
ureg: add generic emitters for tex and branch instructions
Keith Whitwell
2009-09-12
1
-11
/
+62
*
tgsi/ureg: give ureg_DECL_constant an explicit index parameter
Keith Whitwell
2009-09-12
1
-1
/
+4
*
tgsi/ureg: VS inputs don't have any semantic tags, just an index
Keith Whitwell
2009-09-12
1
-36
/
+36
*
tgsi: free tokens on error
Keith Whitwell
2009-09-12
1
-0
/
+3
*
tgsi: sanity check ureg programs
Keith Whitwell
2009-09-12
1
-0
/
+10
*
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-09-03
1
-22
/
+100
[next]