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: fix XPD lowering - don't read dst
Marek Olšák
2017-08-29
1
-3
/
+6
*
gallium: remove TGSI opcode SCS
Marek Olšák
2017-08-22
1
-7
/
+4
*
gallium: remove TGSI opcode XPD
Marek Olšák
2017-08-22
1
-7
/
+11
*
gallium: remove TGSI opcode DPH
Marek Olšák
2017-08-22
1
-2
/
+11
*
tgsi: populate precise
Karol Herbst
2017-07-21
1
-3
/
+3
*
mesa/st: indentation tidy-up
Timothy Arceri
2017-05-31
1
-33
/
+32
*
tgsi: store the sampler view type directly in the instruction
Samuel Pitoiset
2017-05-18
1
-0
/
+21
*
st/mesa: decrease the size of remaining st_translate_program array params
Marek Olšák
2017-05-08
1
-1
/
+1
*
st/mesa: decrease the size of st_vertex_program
Marek Olšák
2017-05-08
1
-4
/
+4
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
1
-2
/
+4
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
1
-2
/
+4
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
1
-7
/
+7
*
glsl/st/mesa: use common system values read field
Timothy Arceri
2016-10-26
1
-1
/
+1
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
1
-1
/
+1
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-4
/
+2
*
mesa_to_tgsi: remove remnants of flow control and subroutine support
Marek Olšák
2016-10-19
1
-92
/
+1
*
mesa_to_tgsi: drop support for instructions that can't occur here
Marek Olšák
2016-10-19
1
-72
/
+0
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
1
-1
/
+1
*
prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE
Ian Romanick
2016-05-10
1
-8
/
+0
*
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
2016-05-07
1
-1
/
+1
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-8
/
+8
*
st/mesa: replace _mesa_sysval_to_semantic table with function
Brian Paul
2016-04-11
1
-1
/
+1
*
st/mesa: emit sampler view declarations for ARB vert/frag programs
Brian Paul
2016-03-21
1
-0
/
+22
*
st/mesa: clean up st_translate_texture_target()
Brian Paul
2016-03-18
1
-25
/
+44
*
program: Remove NV_fragment_program Abs support.
Matt Turner
2016-03-01
1
-3
/
+0
*
program: Remove OPCODE_KIL_NV.
Matt Turner
2016-03-01
1
-3
/
+0
*
program: Remove RelAddr2 support.
Matt Turner
2016-03-01
1
-9
/
+0
*
st/mesa: add support for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-7
/
+16
*
tgsi/ureg: remove index parameter from ureg_DECL_system_value
Marek Olšák
2016-01-08
1
-3
/
+5
*
st/mesa: remove dead code from mesa_to_tgsi
Marek Olšák
2016-01-08
1
-51
/
+0
*
st/mesa: remove old emulation for VS and FS variants
Marek Olšák
2015-10-09
1
-45
/
+5
*
tgsi/ureg: add support for GS input array declarations
Marek Olšák
2015-06-05
1
-1
/
+1
*
tgsi/ureg: rename and simplify ureg_DECL_gs_input
Marek Olšák
2015-06-05
1
-4
/
+3
*
program: Shrink and rename SaturateMode field to Saturate.
Matt Turner
2015-06-03
1
-1
/
+1
*
state_tracker: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
st/mesa: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-7
/
+7
*
st/mesa: inline st_free_tokens
Marek Olšák
2015-02-24
1
-11
/
+0
*
st/mesa: don't set vs.key.clamp_color if a shader doesn't write any colors
Marek Olšák
2015-01-19
1
-2
/
+2
*
tgsi/ureg: simplify code for declaring properties
Marek Olšák
2014-11-16
1
-4
/
+8
*
mesa/st: Only one copy of mesa_sysval_to_semantic
Ian Romanick
2014-08-07
1
-9
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-1
/
+1
*
st/mesa: simplify writemask for emitting fog result
Brian Paul
2013-11-22
1
-1
/
+1
*
gallium: Make TGSI_SEMANTIC_FOG register four-component wide.
José Fonseca
2013-11-21
1
-0
/
+7
*
mesa: Remove PROGRAM_ENV_PARAM enum.
Eric Anholt
2013-11-15
1
-4
/
+1
*
mesa: Remove PROGRAM_LOCAL_PARAM enum.
Eric Anholt
2013-11-15
1
-4
/
+1
*
st/mesa: fix comment typo
Brian Paul
2013-09-30
1
-1
/
+1
*
gallium: fixup definitions of the rsq and sqrt
Zack Rusin
2013-07-11
1
-2
/
+4
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-2
/
+3
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-1
/
+1
[next]