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
*
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
*
Support predicates.
michal
2007-08-10
1
-17
/
+54
*
Update opcode list.
michal
2007-08-09
2
-3
/
+54
*
Further opcode list reorg.
michal
2007-08-09
1
-20
/
+21
*
Quieten TGSI
Keith Whitwell
2007-08-09
2
-5
/
+12
*
Declare missing opcode aliases. Declare SGN opcode.
michal
2007-08-09
1
-3
/
+11
*
initial lod/mipmap texture supported
Brian
2007-08-08
1
-1
/
+1
*
Add D3D9 opcodes up to ps_2_x and vs_2_x.
michal
2007-08-08
1
-1
/
+316
*
very simple texture cache implementation
Brian
2007-08-08
1
-0
/
+5
*
rewrite texture sampling code (smaller, simpler)
Brian
2007-08-08
2
-246
/
+127
*
clean up tgsi_sampler-related bits
Brian
2007-08-07
2
-21
/
+10
*
Naive implementation of IF/ELSE/ENDIF.
michal
2007-08-07
4
-28
/
+175
*
checkpoint new tgsi_sampler_state struct
Brian
2007-08-07
2
-164
/
+119
*
Handle labels for IF/ELSE correctly
michal
2007-08-07
2
-4
/
+23
*
Enable compact TGSI dump.
michal
2007-08-07
2
-430
/
+794
*
Dump tokens in more compact form.
michal
2007-08-07
2
-13
/
+31
*
Labels are always label targets.
michal
2007-08-07
6
-13
/
+4
*
Add GLSL opcodes.
michal
2007-08-06
1
-1
/
+10
*
Add GLSL ops.
michal
2007-08-06
1
-0
/
+36
*
Make SGE, SGT, SLE working.
michal
2007-08-06
1
-12
/
+32
*
Remove garbage text.
michal
2007-08-06
1
-1
/
+1
*
Reorder opcodes.
michal
2007-08-06
1
-10
/
+10
*
Translate the remaining ops.
michal
2007-08-06
1
-30
/
+83
*
Translate MESA GLSL opcodes to TGSI opcodes.
michal
2007-08-06
2
-1
/
+28
*
Add GLSL opcodes.
michal
2007-08-06
1
-2
/
+57
*
implement DDX, DDY instructions
Brian
2007-07-25
2
-2
/
+38
*
patch things up enough to allow texture sampling to work
Brian
2007-07-25
1
-0
/
+21
*
use consistent indentation
Brian
2007-07-24
1
-373
/
+361
*
check return value of tgsi_parse_init()
Brian
2007-07-24
1
-4
/
+21
*
added PROGRAM_NAMED_PARAM in map_register_file()
Brian
2007-07-24
1
-1
/
+1
*
added PROGRAM_UNIFORM to map_register_file()
Brian
2007-07-24
1
-0
/
+1
*
comments
Brian
2007-07-24
1
-5
/
+22
*
added missing OPCODE_ARL to TGSI_OPCODES[], added sanity check assertion
Brian
2007-07-24
1
-2
/
+8
*
Execute fs tokens.
michal
2007-07-23
1
-4
/
+11
*
Trigger tgsi compilation for fragment programs.
Keith Whitwell
2007-07-19
2
-0
/
+6
*
Fix function names.
michal
2007-07-06
1
-2
/
+2
*
Indent.
michal
2007-07-06
1
-148
/
+171
*
Softpipe: import TGSI tree. Not hooked-up yet.
michal
2007-07-05
19
-0
/
+7200