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
/
mesa
/
state_tracker
/
st_mesa_to_tgsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
2010-02-09
1
-0
/
+36
|
\
|
*
gallium: add point size clamp to implementation limits in vertex shader
Roland Scheidegger
2010-02-04
1
-0
/
+36
*
|
st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag
Brian Paul
2010-02-09
1
-4
/
+13
*
|
st/mesa: allow negative index for PROGRAM_STATE_VAR
Brian Paul
2010-02-05
1
-1
/
+1
*
|
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-01-31
1
-1
/
+0
*
|
st/mesa: Gallium support for ARB_fragment_coord_conventions (v4)
Luca Barbieri
2010-01-29
1
-3
/
+71
*
|
st/mesa: updated comments and whitespace
Brian Paul
2010-01-18
1
-1
/
+7
*
|
st/mesa: fix memory leak in st_translate_mesa_program
Marcin Slusarz
2010-01-18
1
-4
/
+5
|
/
*
Merge remote branch 'origin/mesa_7_7_branch'
José Fonseca
2010-01-06
1
-4
/
+17
|
\
|
*
st/mesa: fix broken translation of negative register indexes
Brian Paul
2010-01-05
1
-4
/
+16
|
*
st/mesa: added PROGRAM_LOCAL_PARAM case in src_register()
Brian Paul
2010-01-05
1
-0
/
+1
*
|
fix debug output mising from edgeflag changes
Roland Scheidegger
2009-12-18
1
-7
/
+0
*
|
gallium: fix mesa to tgsi translation for edgeflags
Roland Scheidegger
2009-12-18
1
-1
/
+14
*
|
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-14
1
-6
/
+4
*
|
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-12-09
1
-9
/
+4
*
|
st/mesa: remove debug code
Brian Paul
2009-12-07
1
-1
/
+1
*
|
st/mesa: negate DDY to match GL semantics
Brian Paul
2009-12-07
1
-1
/
+20
*
|
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2009-12-02
1
-1
/
+1
|
\
|
|
*
st/mesa: updated emit_swz() comment
Brian Paul
2009-12-01
1
-1
/
+1
*
|
st/mesa: handle front/back-face +1/-1 vs. 1/0 conversion
Brian Paul
2009-11-30
1
-0
/
+29
*
|
mesa/st: don't calculate unused output_flags data either
Keith Whitwell
2009-11-15
1
-2
/
+1
*
|
mesa/st: don't calculate unused input_flags data
Keith Whitwell
2009-11-15
1
-1
/
+0
|
/
*
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-2
/
+0
*
gallium: remove noise opcodes
Keith Whitwell
2009-10-23
1
-8
/
+15
*
mesa/st: add missing mesa constant file name
Keith Whitwell
2009-10-07
1
-10
/
+11
*
mesa: Ensure TGSI tokens are freed with gallium's free.
José Fonseca
2009-09-21
1
-0
/
+11
*
st/mesa: disable accidentally committed _mesa_print_program() call
Brian Paul
2009-09-15
1
-1
/
+1
*
st/mesa: minor whitespace, comment clean-ups
Brian Paul
2009-09-14
1
-21
/
+9
*
mesa/st: remove dead comment
Keith Whitwell
2009-09-14
1
-7
/
+0
*
st/mesa: convert to new tgsi_ureg mechanism for shader emit
Keith Whitwell
2009-09-14
1
-892
/
+582
*
mesa: remove unused SATURATE_PLUS_MINUS_ONE flag
Keith Whitwell
2009-09-12
1
-2
/
+0
*
Merge branch 'new-frag-attribs'
Brian Paul
2009-08-12
1
-21
/
+0
|
\
|
*
mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs
Brian Paul
2009-07-29
1
-21
/
+0
*
|
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-31
1
-2
/
+2
*
|
gallium: fix SSE shadow texture instructions
Brian Paul
2009-07-29
1
-6
/
+0
|
/
*
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
2009-07-22
1
-1
/
+5
*
st/mesa: implement indirect addressing for destination registers
Brian Paul
2009-07-10
1
-0
/
+5
*
gallium: more fog extraction fixes
Zack Rusin
2009-07-06
1
-1
/
+8
*
gallium: fix the front face semantics
Zack Rusin
2009-07-01
1
-1
/
+22
*
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-14
1
-12
/
+8
*
gallium: remove use of origin_lower_left
Brian Paul
2009-03-20
1
-18
/
+161
*
mesa: gl_register_file enum typedef
Brian Paul
2009-03-07
1
-1
/
+1
*
gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...
Brian Paul
2009-02-20
1
-9
/
+30
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
mesa: remove old comment as it's fixed elsewhere now.
Alan Hourihane
2009-02-17
1
-9
/
+0
*
Missing: tgsi: Fix build -- rename Size to NrTokens.
Patrice Mandin
2009-02-10
1
-1
/
+1
*
gallium: assorted state tracker fixes for > 8 texture samplers
Brian Paul
2009-01-02
1
-1
/
+2
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Alan Hourihane
2008-12-15
1
-3
/
+9
|
\
|
*
st: don't unilaterally ABS the argument to RSQ
Keith Whitwell
2008-12-12
1
-3
/
+9
|
*
gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program()
Brian Paul
2008-09-26
1
-1
/
+1
[next]