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
/
softpipe
/
sp_quad_fs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
For the time being, interpolate Z in shade_quad() rather in the shader.
Brian
2007-08-23
1
-0
/
+43
*
Rework of shader constant buffers.
Brian
2007-08-22
1
-1
/
+2
*
move ALIGN16-related macros into p_compiler.h
Brian
2007-08-20
1
-23
/
+4
*
Silence warnings.
michal
2007-08-16
1
-7
/
+6
*
Add UsageMask to DECLARATION in TGSI.
michal
2007-08-15
1
-146
/
+26
*
Cleanup, do not use fp_attr_to_slot[] mapping array.
michal
2007-08-15
1
-99
/
+52
*
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-14
1
-24
/
+24
*
Implement texture cache with multiple, direct-mapped entries.
Brian
2007-08-14
1
-4
/
+9
*
tgsi_sampler->get_samples() now operates on a quad (returns 4 colors).
Brian
2007-08-14
1
-1
/
+1
*
Start breaking the #include dependencies between pipe drivers and mesa.
Keith Whitwell
2007-08-13
1
-5
/
+7
*
initial lod/mipmap texture supported
Brian
2007-08-08
1
-0
/
+1
*
fix qs->next tests
Brian
2007-08-08
1
-1
/
+3
*
add quad_stage::begin() funcs
Brian
2007-08-08
1
-0
/
+1
*
Add a quad_stage::begin() method to do per-primitive preparations (like setti...
Brian
2007-08-08
1
-13
/
+43
*
use new tex filtering code
Brian
2007-08-07
1
-16
/
+8
*
checkpoint new tgsi_sampler_state struct
Brian
2007-08-07
1
-1
/
+19
*
Use fp_attr_to_slot[].
michal
2007-08-06
1
-0
/
+11
*
Build libsoftpipe.a
Keith Whitwell
2007-08-01
1
-1
/
+1
*
Avoid unnecessary input attrib copy by aligning exec_machine attribs.
michal
2007-07-27
1
-35
/
+44
*
rename some vars
Brian
2007-07-25
1
-9
/
+9
*
Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update comments too.
Brian
2007-07-25
1
-6
/
+7
*
Compute need_z and need_w properly and use the correct const/linear/perspecti...
Brian
2007-07-24
1
-16
/
+16
*
Basic fragment programs run now.
Brian
2007-07-24
1
-4
/
+26
*
Execute fs tokens.
michal
2007-07-23
1
-2
/
+42
*
comments
Brian
2007-07-13
1
-2
/
+4
*
emit quad->outputs.depth[], hack need_z
Brian
2007-06-25
1
-3
/
+11
*
update includes (s/tile/quad/)
Brian
2007-06-20
1
-1
/
+1
*
Rename "tile" files to "quad".
Brian
2007-06-20
1
-0
/
+208