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
*
st/mesa: add support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
1
-0
/
+2
*
mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.
Kenneth Graunke
2012-11-07
1
-4
/
+0
*
st/mesa: free TGSI tokens with ureg_free_tokens()
Brian Paul
2012-10-22
1
-1
/
+1
*
st/mesa: replace REALLOC() with realloc()
Brian Paul
2012-10-22
1
-8
/
+2
*
st/mesa: Remove the PROG_PARAM_BIT_CYL_WRAP flag. [v2]
Kenneth Graunke
2012-10-16
1
-13
/
+4
*
mesa: Remove support for named parameters.
Kenneth Graunke
2012-10-16
1
-3
/
+0
*
st/mesa: remove OPCODE_BRA switch case
Brian Paul
2012-10-15
1
-2
/
+0
*
Revert "st/mesa: remove unused variables to fix compile warnings"
Brian Paul
2012-10-08
1
-0
/
+2
*
st/mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-1
/
+0
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-4
/
+4
*
st/mesa: s/CALLOC/calloc/ to fix allocation bug
Brian Paul
2012-08-31
1
-1
/
+1
*
st/mesa: Ensure dst in compile_instruction is initialized.
Vinson Lee
2012-08-02
1
-1
/
+1
*
mesa/st: Generates TGSI that always recognizes INSTANCEID/VERTEXID as integers.
José Fonseca
2012-07-13
1
-0
/
+19
*
st/mesa: kill off point size clamping in vertex shaders
Marek Olšák
2012-01-31
1
-49
/
+0
*
st/mesa: do vertex and fragment color clamping in shaders
Marek Olšák
2012-01-25
1
-5
/
+30
*
st/mesa: rename translate_texture_target, and make translate_opcode static.
Dave Airlie
2012-01-11
1
-3
/
+3
*
glsl_to_tgsi: add support for shadow cube map sampling.
Dave Airlie
2012-01-11
1
-0
/
+1
*
st/mesa: fix system value to semantic mapping
Christoph Bumiller
2011-11-14
1
-0
/
+1
*
st/mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+1
*
st/mesa: convert shadow array samplers to TGSI
Marek Olšák
2011-09-10
1
-0
/
+2
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
1
-0
/
+1
*
glsl_to_tgsi: silence compiler warning
Bryan Cain
2011-08-01
1
-1
/
+1
*
st/mesa: Add a GLSL IR to TGSI translator.
Bryan Cain
2011-08-01
1
-2
/
+2
*
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
[next]