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
/
mesa
/
pipe
/
tgsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable SSE2 for FS.
michal
2007-09-24
2
-3
/
+250
*
added PSIZE
Brian
2007-09-21
1
-0
/
+2
*
Fix up some point size breakage. Start on fogcoord too.
Brian
2007-09-21
1
-2
/
+3
*
remove debug printfs
Brian
2007-09-21
1
-2
/
+0
*
remove SEMANTIC_TEXCOORD
Brian
2007-09-21
1
-2
/
+0
*
Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC.
Brian
2007-09-21
1
-3
/
+2
*
minor renaming
Brian
2007-09-21
1
-7
/
+7
*
pass vs output semantics to tgsi_mesa_compile_vp_program() to generate output...
Brian
2007-09-21
2
-2
/
+20
*
Pass vertex program input semantics into tgsi_mesa_compile_vp_program() to pr...
Brian
2007-09-21
2
-14
/
+33
*
Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.
Brian
2007-09-20
5
-42
/
+32
*
remove old/used code
Brian
2007-09-20
1
-6
/
+3
*
remove lots of dead code related to program input/output mapping
Brian
2007-09-20
2
-406
/
+3
*
obsolete
Brian
2007-09-20
1
-49
/
+0
*
remove #includes of tgsi_attribs.h
Brian
2007-09-20
1
-1
/
+0
*
checkpoint: TGSI_ATTRIB_x tokens no longer used
Brian
2007-09-20
1
-0
/
+2
*
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-19
5
-33
/
+138
*
Checkpoint: rework shader input/output register mapping.
Brian
2007-09-18
2
-20
/
+57
*
Fix some issues with perspective-corrected interpolation.
Brian
2007-09-18
2
-1
/
+2
*
Add p_compiler.h.
michal
2007-08-29
1
-0
/
+1
*
Break GL dependencies.
michal
2007-08-29
1
-1
/
+1
*
Break GL dependencies.
michal
2007-08-29
1
-2
/
+3
*
Break GL dependencies.
michal
2007-08-29
2
-32
/
+32
*
Break GL dependencies.
michal
2007-08-29
1
-105
/
+105
*
Fix fragment program color output mapping (0=depth, 1=color)
Brian
2007-08-24
1
-2
/
+2
*
Hook-up SSE2 to VS.
michal
2007-08-24
3
-37
/
+3
*
Indent. Remove GL dependencies. Simplify. Add rtasm instructions.
michal
2007-08-24
1
-1351
/
+1339
*
Add tgsi_sse2.
michal
2007-08-24
3
-0
/
+1752
*
Fixup include paths after rename
Keith Whitwell
2007-08-24
3
-3
/
+3
*
Rename tgsi "core" directory
Keith Whitwell
2007-08-24
14
-0
/
+0
*
Vertex shader outputs are now tightly packed into the output slots.
Brian
2007-08-23
1
-2
/
+17
*
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
3
-51
/
+99
*
TGSI_ATTRIB_ tokens
Brian
2007-08-23
1
-0
/
+47
*
define new TGSI_ATTRIB_ tokens for program inputs/outputs, plus translation f...
Brian
2007-08-23
2
-0
/
+249
*
For the time being, interpolate Z in shade_quad() rather in the shader.
Brian
2007-08-23
1
-0
/
+5
*
First pass on tgsi deco.
michal
2007-08-22
2
-0
/
+107
*
Include headers.
michal
2007-08-22
2
-0
/
+23
*
New file.
michal
2007-08-22
1
-0
/
+3
*
New file.
michal
2007-08-22
1
-0
/
+0
*
comments
Brian
2007-08-21
1
-3
/
+6
*
Cosmetic changes.
michal
2007-08-16
1
-11
/
+16
*
disable Z value scaling - it's done in sp_quad_depth_test.c
Brian
2007-08-16
1
-2
/
+3
*
Copy fragment z if the fragment shader does not write depth on its own.`
michal
2007-08-16
1
-3
/
+30
*
Add UsageMask to DECLARATION in TGSI.
michal
2007-08-15
7
-84
/
+244
*
Add declaration_semantic token to TGSI.
michal
2007-08-15
7
-85
/
+205
*
Declare fragment shader output registers.
michal
2007-08-15
1
-27
/
+77
*
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-14
6
-250
/
+252
*
Implement texture cache with multiple, direct-mapped entries.
Brian
2007-08-14
1
-4
/
+10
*
Implement remaining mipmap modes for 2D textures.
Brian
2007-08-14
2
-4
/
+6
*
tgsi_sampler->get_samples() now operates on a quad (returns 4 colors).
Brian
2007-08-14
2
-79
/
+21
*
Add SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x.
michal
2007-08-10
1
-0
/
+10
[next]