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
*
mesa,st/mesa: fix WPOS adjustment
Christoph Bumiller
2011-05-03
1
-39
/
+71
*
gallium/st: place value check before value is use
Jerome Glisse
2011-02-25
1
-1
/
+1
*
st/mesa: support for 1D/2D texture arrays
Brian Paul
2011-01-25
1
-0
/
+2
*
st/mesa: add comments in emit_wpos()
Brian Paul
2011-01-25
1
-0
/
+12
*
st/mesa: fix incorrect fragcoord.x translation
Brian Paul
2011-01-25
1
-4
/
+6
*
Merge branch 'draw-instanced'
Brian Paul
2011-01-15
1
-0
/
+27
|
\
|
*
st/mesa: translate shader system inputs
Brian Paul
2010-12-08
1
-0
/
+27
*
|
mesa, st/mesa: fix gl_FragCoord with FBOs in Gallium
Marek Olšák
2010-12-03
1
-15
/
+28
|
/
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
st/mesa: use shader stencil export to accelerate shader drawpixels.
Dave Airlie
2010-10-13
1
-0
/
+7
*
st/mesa: Include missing header in st_mesa_to_tgsi.c.
Vinson Lee
2010-08-28
1
-1
/
+2
*
mesa: Remove inclusion of compiler.h from mtypes.h.
Vinson Lee
2010-07-31
1
-2
/
+2
*
st/mesa: better handling of indirect addressing of temp/const register files
Brian Paul
2010-07-30
1
-4
/
+24
*
st/mesa: get rid of unneeded ureg_writemask()
Brian Paul
2010-07-23
1
-3
/
+2
*
st/mesa: fix bug in emit_adjusted_wpos()
Brian Paul
2010-07-23
1
-2
/
+5
*
mesa: add comments and change Index2D to just Index2
Zack Rusin
2010-07-13
1
-3
/
+3
*
mesa: get the translation from mesa 2d regs to tgsi working
Zack Rusin
2010-07-10
1
-9
/
+10
*
mesa: add basic support for 2D register arrays to mesa
Zack Rusin
2010-07-09
1
-0
/
+8
*
st/mesa: additional assertions in st_translate_mesa_program()
Brian Paul
2010-07-08
1
-0
/
+5
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-0
/
+18
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-2
/
+2
*
st/mesa: fix indirect addressing of input/output regs
Brian Paul
2010-06-02
1
-4
/
+9
*
st/mesa: rename vars, added comments
Brian Paul
2010-05-10
1
-21
/
+55
*
st/mesa: only set prevInstWrotePsiz if translating a vertex program
Brian Paul
2010-05-10
1
-1
/
+1
*
st/mesa: additional assertions in dst_register()
Brian Paul
2010-05-10
1
-0
/
+10
*
st/mesa: fix per-vertex point size
Marek Olšák
2010-05-05
1
-1
/
+1
*
st/mesa: new assertions to check array indexes
Brian Paul
2010-04-09
1
-0
/
+3
*
st/mesa: reformatting
Brian Paul
2010-04-05
1
-5
/
+5
*
st/mesa: put fragment wpos code into separate function
Brian Paul
2010-04-05
1
-46
/
+60
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
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
[next]