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
*
Pack fragment program outputs to be consistant with vertex programs.
Brian
2007-10-09
1
-9
/
+14
*
Add outputs_written bitfield to pipe_shader_state, use it to determine if fra...
Brian
2007-10-03
1
-2
/
+1
*
Move XSTDCALL definition to p_compiler.h
Brian
2007-10-03
1
-8
/
+0
*
handle frag progs that write Z
Brian
2007-10-03
1
-13
/
+10
*
Track fragment and vertex shader code generation via pipe shader state objects.
Michel Dänzer
2007-10-03
1
-1
/
+2
*
Implement/use fragment kill results
Brian
2007-10-02
1
-1
/
+1
*
Move tgsi machine state init/allocations so they're done less frequently.
Brian
2007-10-02
1
-42
/
+39
*
Enable codegen based whenever __i386__ is defined.
Keith Whitwell
2007-09-27
1
-8
/
+2
*
Enable SSE2 for FS.
michal
2007-09-24
1
-28
/
+31
*
remove #includes of tgsi_attribs.h
Brian
2007-09-20
1
-1
/
+0
*
Fix some issues with perspective-corrected interpolation.
Brian
2007-09-18
1
-5
/
+4
*
Convert shader to an immutable state object.
Zack Rusin
2007-09-18
1
-1
/
+1
*
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
1
-1
/
+1
*
Fix fragment program color output mapping (0=depth, 1=color)
Brian
2007-08-24
1
-2
/
+2
*
Fixup include paths after rename
Keith Whitwell
2007-08-24
1
-1
/
+1
*
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
1
-1
/
+2
*
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